oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

Rescale y axis based on the current view of the x axis #496

Closed cdolfi closed 10 months ago

cdolfi commented 11 months ago

Some graphs can be difficult to see as the y axis is based on largest number in the entire plot not what is visible. Need to figure out how to update the y axis based off of the current view

cdolfi commented 11 months ago

fig.update_yaxes(fixedrange=False)

cdolfi commented 11 months ago

After looking at this more its more of an edge case than anything. Users when view is too large can use the lasso select