score:1

Accepted answer

actually it is not possible you want to show representation of data, data of [ 20 - 30 ] can not be equal to [ 30 - 200 ]. so it always be different in height.

score:1

from my understanding, you need to manipulate the x & y values in the plotbands.

plotbands: [{ 
                     color: 'rgba(1, 143, 189, 1)',
                     from: 0,
                     to: 50
                 },

check if this is what u needed.

for multiple plot bands with irregular intervals it is not possible to achieve equal area of color ranges.


Related Query

More Query from same tag