Teldan

Members
  • Content count

    2
  • Joined

  • Last visited

About Teldan

  • Rank
    Forum Newbie
  1. floating values?

    Thanks for the quick answer At the moment my generated xml looks like this. But the averages are part of the datasets. But because the averages are only between every two calender week sets the distance is not the same between every calender week and so the chart is distorted. So i need to get the averages out of the datasets. edit: ok, code tag doesn't work for xml, i uploaded the file as attachment chart.xml
  2. floating values?

    Hi, I need a special feature for my multiseries line chart. I have a chart with three datasets. Now i want to show some averages, but this averages should not be connected to the values of the dataset lines. They need to "float" as labels/values "somewhere" in the chart, the best position would be a space between the two anchors the calculation was based on. The average values are calculated by PHP. I haven't found something like that in he documentation. Is it possible to do something like this? Thanks and greetings