Fixed X-Axis or Y-Axis when the graph has large amount of data or a scroll.
Open
type: enhancement
- Dominant language
- JavaScript
- Stars
- 67.7k
- Forks
- 11.9k
- Avg merge
- 7h 39m
- Merged PRs (30d)
- 5
Description
### Feature Proposal
We are trying to show the graph in a widget. Due to unavailability of this feature (fixed axis), its very difficult to show the data to the user.
Tried earlier with the hack as given here:
https://www.youtube.com/watch?v=IV6Qy5EQZlA
With latest version and upgrades we face difficulty to render the same and have lot of intermittent issues.
### Possible Implementation
It would be great to have some boolean property in the config for Axis, where user can choose whether the axis needs to be fixed or not (default to false).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.