As you can see in the above picture, I have two type of data array, In one set of data on y-axis I am getting in degree celsius
and another of data array I am getting in hertz (hz)
,
And the is quite possibly at runtime I can get some other dataset as well.
The major challenge is as :
- There must a be the common x-axis
- User can re-arranged these line using drag &drop
- User can do zoom-in and zoom-out operation to see hidden y-axis values
I went through some of highcharts examples but its actually no solving my requirement, any other charting library if anybody can suggest me
I will appreciate any suggestion
Thank you very much.
In Highcharts library you can use multiple Y axes on same X axis.
API Reference: https://www.highcharts.com/demo/combo-multi-axes
You can use
zoomType: 'xy'
also for allow user to zoom in and zoom out in chart.