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