jsGraph icon indicating copy to clipboard operation
jsGraph copied to clipboard

Full zoom out

Open lpatiny opened this issue 5 years ago • 2 comments

In this example: https://github.com/NPellet/jsGraph/blob/master/examples/v2/other/manyannotations.js

We force Ymin (-5) and Ymax (105) values but when we zoom in and click twice to zoom out the Y scale does not go to the forced values but to the values that fit all the points.

I would expect that if the scale is forced it goes back to the forced values.

lpatiny avatar Nov 11 '20 10:11 lpatiny

Can you try out using commit 11f6088 ?

NPellet avatar Nov 13 '20 21:11 NPellet

@lpatiny bump

NPellet avatar Nov 16 '20 19:11 NPellet