Sign in to follow this  
yang.yang.zz

ZoomLine charts not working properly in a scrolled panel

Recommended Posts

Hi:

 

I want to report a bug on ZoomLine chart.

 

I tried to build a list of ZoomLine chart under an Extjs4 scroll panel. See screen1.png. The select-and-zoom works on the first two charts with the scroll bar on the top.

 

However, if I scroll down to the following charts. The select-and-zoom will not work. See screen2.png.

 

I believe there is a bug in FusionCharts.HC.js' "selectionEventHandler" function. It tries to use a mouse position (to the screen) and the element position (absolute position to the page top) to feature out the selection zone. It doesn't work in a scrolled panel, as the panel scrolls, even clicking at the same point, the mouse position will be different. But the absolute position position to the page top will not. Then the calculation for the selection zone will be incorrect and then the select-and-zoom will not work.

 

I have attached a sample program. You may open home.html to reproduce the problem.

 

Thanks!

-Yang

post-62376-0-89463400-1389845838_thumb.png

post-62376-0-51240700-1389845980_thumb.png

tools.multi-chart.zip

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum.

 

We could replicate this problem at our end too. We would investigate more on it and update you soon in this thread.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum.

 

We could replicate this problem at our end too. We would investigate more on it and update you soon in this thread.

 

Hope this helps.

 

 

Thank for looking into this. Looking forward to hearing from you!

Share this post


Link to post
Share on other sites
Hi,

 

Apologies for delay.

 

The problem reported by you, "Zoom line chart not zooming its contents when rendered inside a panel", has been identified as a bug. Our Engineering team shall be working towards fixing it.

 

We shall keep updating you of further updates.

 

Hope this helps.

Share this post


Link to post
Share on other sites

 

Hi,
 
Apologies for delay.
 
The problem reported by you, "Zoom line chart not zooming its contents when rendered inside a panel", has been identified as a bug. Our Engineering team shall be working towards fixing it.
 
We shall keep updating you of further updates.
 
Hope this helps.

 

Hi,

 
Could you please upgrade your current version to the latest, i.e, FusionCharts v3.5.0 that includes a lot of new features and enhancements?
 
You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html.
 
Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi.

 

This issue seems to be back.

 

I'm using demo FusionCharts JavaScript files.We do have older pay version.

 

I have included a sample aspx page with 2 Zoomlinedy graphs that will request an Xml file content.

 

The graphs works fine if you don't scroll the div's scrollbar. As soon as you scroll down, the bottom graph loses it selectable/drill down feature. Scroll back up, and it works again.

 

Step 1

 

Please run the RunMe.aspx page.

Click Second graphs, and selection will drill down.

 

Step 2

Refresh Page.

Scroll the div/scrollbar down.

Try to select on the second graph now. Doesn't allow. If you scroll back up, it will allow you to select.

EmptyTest.zip

Edited by GCT_JVZ

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