Reputation: 11
I am currently implementing Echarts into my angular project and it is fine so far. However I would like to adjust the Min / Max values for my X-Axis and Y-Axis directly in the chart, graphically and without any additional functions that I need to program myself.
I would like to double click (or another type of interaction) with the Axis to define the Min/Max Value. Something like this: Screenshot
I searched the online documentation of Apache Echarts for this possibility but did not find anything that resembled that function. Various Zoom Options are available (inside Zoom and Slider), however no function to set those values with a precise number via some type of input in the chart.
Is this function already available with Apache Echarts?
Thank you!
Upvotes: 1
Views: 2121