chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

Scale iSpindel SG graph #302

Closed ecraigsmit closed 3 years ago

ecraigsmit commented 3 years ago

Enhancement request; make it possible to scale the iSpindel SG graph. Mine currently goes from .80 to 1.12 so much detail is lost. Would it be possible to either set a range or use the mouse to zoom in? Thanks

Sorry if this has already been submitted or addressed, I searched but could find anything.

tmack8001 commented 3 years ago

@ecraigsmit there isn't a way to set ranges, but you can zoom in with a mouse by essentially drawing a "box/rectangle" or by pinching and panning on a touch enabled device.

Documentation to this feature in the open source library we are using is found here, https://www.highcharts.com/docs/chart-concepts/zooming

ecraigsmit commented 3 years ago

Awesome, something new learned today. Just tried it and it works great. Thanks