rameshj Report post Posted January 21, 2009 Hi, I require a small help on Fusion Charts. I have many scroll charts and all the charts 'X' axis values are same (ie Time stamp). I am planning to put all the charts into a single page. For example, let us consider 4 charts named A,B,C and D. All the chart timings are 13:00 hrs to 23:00hrs (with label intervals are 30 mins, so totally all the graphs have numVDivLines as 20 ). Here, the requirement is, if I move chart 'A' to 18:30 hrs, then all other charts (B,C and D) should move to 18:30 hrs automatically. Is is possible to achieve this ? Thanks for your help in advance. Thanks, Ramesh Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 21, 2009 Hi, This is not possible as of now. Share this post Link to post Share on other sites
rameshj Report post Posted January 21, 2009 Hi, Is there any other work around to achieve the same ? For example, I can put my own common scroll bar on this page with the same time interval. Whenever the user moves my scroll, I may trigger (or) send event (mouse move event ) to the Fusion Chart. I believe, we can send any events from javascript to flash in general. But I am not sure about the Fusion Chart. Please share your views/help on this approach. Thanks, Ramesh Share this post Link to post Share on other sites
Pallav Report post Posted January 22, 2009 Hi Ramesh, I'm afraid, in the current architecture of FusionCharts v3, we cannot expose scroll event from the chart to JS. We'll keep this in mind when developing future versions. Share this post Link to post Share on other sites
rameshj Report post Posted January 22, 2009 Hi, Thanks for your quick response. No. In the above approach, you need not expose scroll event from the chart to JS. However, JS will send mouse move event to chart. On receiving this event, the scroll of the chart might move to the respective position. Thanks, Ramesh Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 23, 2009 Hi Ramesh, As of now, we do not have any attribute which scrolls chart position to another, so it could not be possible, even if you are invoking it through JavaScript. Share this post Link to post Share on other sites