How to create multi scale chart?

0👍

You either have to write your own custom scale which achieves this (https://www.chartjs.org/docs/master/developers/axes.html) or use the logarithmic scale which comes the closest to this behaviour (https://www.chartjs.org/docs/master/samples/scales/log.html)

Leave a comment