amcharts3 icon indicating copy to clipboard operation
amcharts3 copied to clipboard

Serial Chart with multiple axes

Open Skuriles opened this issue 6 years ago • 1 comments

Hello, there is a (or better there are two) problems if you have a serial chart with multiple y axis and valueScrollbar enabled. This only occurs if you add valueAxis and graphs after chart is created!!

I've created a plunkr for that: https://plnkr.co/edit/92Ko80JkvmRDpBonEhpB?p=preview

  1. If you scroll vertical the "Show All" text to reset zoom is not shown (so there is no trigger which makes it visible). If we use the normal horizontal scrollbar everything works fine (as long as zoom is not maximized the Zoom text appears)
  2. If you zoom vertical and afterwards scroll horizontal the zoom icons of the vertical zoombar are reset to the maximum, but the graphs stays zoomed in vertical direction

If you add the valueAxis and graphs within the makeChart options it works fine!

We have a table with a lot of possible trends which are added and removed dynamically. What I've also noticed: We've added a click event on the chartdiv to update the table data from the graph timestamp which is clicked. This also resets the vertical zoom markers to max => so nearly every interaction which triggers an event resets vertical zoom bar.

Skuriles avatar Mar 13 '18 14:03 Skuriles

This is confirmed as bug. We'll be fixing it. Thanks for reporting, and sorry for not being able to get back earlier.

martynasma avatar Apr 11 '18 07:04 martynasma