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
Post a Comment