kaniko

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by kaniko

  1. Zoomline Graphic View All

    In a chart ZoomLine it is possible to show a view of all the values ​​(I have about 160 points)? Something similar to this Right now my labels values are from, for example, the 2012-05-30 10:40:16,until 2012-05-24 00:00:15. And when I render the chart I see this I used displayStartIndex and displayEndIndex, but the graph appears with scrollbar and I wanted to have an overview of all values ​​(with the subsequentautomatic reduction of labels). Is there any solutions? Thanks in advanced
  2. Zoomline Graphic View All

    Ok, thanks very much. Sometimes, if the data are bigger, maybe are almost ten labels hidden, so could be a solution add some final "ghost" labels? Because I need to see also the final labels values. Thanks again
  3. Zoomline Graphic View All

    Sorry but I wrote a wrong explanation before. The FusionCharts works fine , but : That is what is happening to me The first label is ok 2012-05-28 02:30:16 but the las one I have is 2012-05-30 10:40:16 and in the graphics is the 2012-05-30 10:30:15. My last labels are 2012-05-30 10:30:15 2012-05-30 10:35:16 2012-05-30 10:40:16. And I don't know why the graphic doesn't show the last label . This is my script var chart_ZoomLine10 = new FusionCharts("/FilterView/fusion_charts/swf/FCF_ZoomLine.swf", "ZoomLine10", "90%", "450"); Thanks in advance