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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -