-
Notifications
You must be signed in to change notification settings - Fork 12k
Open
Labels
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?
CatoMinor, refactor73, svagier, nickrussler, LucyGwilliamAdmin and 9 more