peris Report post Posted May 8, 2009 I have created trendline graph. This graph contains two line charts(percentage of visits and visits). The percentage of visits contains the value is very minimum but visits contains high value. Because of this the minimun value line graph(Percentage of visits) not shown clearly.see the attachment. Can I change the Y axis value like 0,10,20,1200,1800,2400,3000. Or how to show the percentage of visits charts clearly. Share this post Link to post Share on other sites
peris Report post Posted May 9, 2009 I have one more question. Can I remove the waiting for export button?. But I need to save,print,... the charts also. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 11, 2009 Hi, I am afraid not. The chart is designed to show data and scale it as it gets the data raw from XML. What you might do is, calculate the percentage values yourself and pass that to the chart. You can remove the 'wating' button. This wating button is rendered through the export component. It should come at a certin point of time surely, but that you can do programatically, once you trigger the exportChart() function. And once the saving is complete you can remove that. Share this post Link to post Share on other sites