-
-
Notifications
You must be signed in to change notification settings - Fork 62
Graph vertical panning #1014
Copy link
Copy link
Open
Labels
Epicfeaturehelp wantedUsually for someone with coding experience, but new to the project.Usually for someone with coding experience, but new to the project.
Metadata
Metadata
Assignees
Labels
Epicfeaturehelp wantedUsually for someone with coding experience, but new to the project.Usually for someone with coding experience, but new to the project.
Haven't found any in-built solutions, which is kind of crazy. Only being able to pan horizontally makes no sense to me. Such is the way.
This might help, but means chart may have set dimensions: https://api.highcharts.com/highcharts/chart.scrollablePlotArea. Not sure how it would act with zoom.
Other options are to just roll out our own thing where we figure out the scrolling delta and change the data that gets shown based on that.