Say I have a chart here with 5 y-axes, I would like to know if it's possible to combine axes that are close to each other, at least 20% difference. Like 1.2m and 1.0m axes, there's 20% difference between them, hence I want them to combine into 1 and assign the corresponding plots to that combined axis.
3.5k and 4.0k would also ideally be combined if they will conform with the 20% diff threshold. On the other hand, 120k axis would be on its own since it has no axes close to its value.
I tried creating a custom logic to group them together but it I got lost pointing the plots to the combined versions. If this is not possible with ChartJS, I would gladly accept.