How to add scale breaks to a chart?
Open
type: enhancement
- Dominant language
- JavaScript
- Stars
- 67.7k
- Forks
- 11.9k
- Avg merge
- 7h 39m
- Merged PRs (30d)
- 5
Description
Scale breaks(Axis breaks) can be used to shrink a particularly large segment and enhance readability for the smaller segments in your chart,
similarly like this (canvasjs)
https://canvasjs.com/javascript-charts/chart-axis-scale-break/
or this(c3.js),
http://jsfiddle.net/tdfpj3oc/
My dataset usually contains one or two very large values with the other much smaller values(smaller in comparison),Is there any way to create the scale breaks in chartjs? If not, are there any alternative way or plugins to do it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.