Open LiaoFunan opened 4 years ago
have you tried using logorithmic scales?
Any updates on this? Is there a way to add breaks in the axis like the Highcharts has by using breaks
on the axis?
Would love an update on this as well, since the logarithmic scale as a workaround isn't working for me.
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?