highcharts - Comparing percentage with Highstock -


using highstock percentage compare data, if first data value zero, chart not displayed correctly.

you can see example here: http://jsfiddle.net/danieltamiosso/usdjc/

    series: [{name: 'test', data: [0, 1, 2]}] 

any idea?

in case when have first values 0, mathematically has 0 value, because compared next value compared previous.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -