Open moll33er opened 2 years ago
Sorry, multiple Y-axes is not supported now. PR is welcome.
Could you show me a sample of how chartjs-zoom-plugin
deal with multiple y-axes? How user is supposed to zoom/pan each axis independently?
this is uPlot demo, can wheel or drag in series and Y-axes. ( wheel mousedown to drag) uplot wheel demo
How to use two or more Y Axis, Series has yAxisID mapped to one Y Axis,and zoom each Y Axis like chartjs-zoom-plugin.(panning directions should only be available when the mouse cursor is over a scale for that axis). Thanks.