highcharts - Max number of flags on highstock control -
it seems when number of flags exceeds 1000, flags not displayed on control. bug or behavior can changed somehow?
see jsfiddle example: http://jsfiddle.net/sdknv/
when ran is, code not show flags on series. if change line var flagscount = 1001
var flagscount = 1000
, run example again, 1000 flags displayed.
you should increase turbothreshold parameter: http://api.highcharts.com/highstock#plotoptions.series.turbothreshold
Comments
Post a Comment