Sign in to follow this  
vision

Is The On Click Event Of 'scrollable Chart ' Java Script Function Exposed

Recommended Posts

Hi,

 

 

 

I have 2 questions.

 

 

 

1) I am planning to have 2 different "Scrollable charts" one below another in web page both cha, example of scrollable charts are at this url

 

http://www.fusioncha...oll.asp#tr_10_7

 

 

 

- when I click on the scroll bar end buttons to move the chart to left or right direction , is the event exposed in java script. If this is exposed then I would like to control moving both chars to left/right when any one chart left/right scroll is clicked .

 

 

 

2) I am planning to use "FusionCharts Client Side JavaScript Charting" given at this url

 

http://www.fusioncha...s/JS/Index.html

 

- Can I use these "Client side java script' charts as scrollable charts? in the other words I wanted to have scrollable charts at the same time these chart should have client side JS capability to turn ON/OFF of certain series as shown in the above JS/index.html

 

 

 

I highly appreciate your input on these questions.

 

 

 

Best Regards,

 

Reddy

Share this post


Link to post
Share on other sites

Hi Reddy,

 

 

 

The scroll charts do support JS - however, they do not expose scrolling events to JS yet.

 

Hi,

 

How close are you to exposing scroll events to JS. I have a chart which display electricity usage for a day, and an associated display of total consumption.

 

When zooming, it is possible to update the total consumption to show the period selected. However, if the user then scrolls to another time period, obviously the total consumption is then wrong.

 

Thanks,

 

T

 

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this