csv - Highcharts Issue when applying Boost.js -
the reason apply boost.js exporting csv file big data improving performance.
i have problem when using boost , number of series more 9. barchart displays incorrectly. therefore try workaround approach increasing the threshold deactivate boost. it's cause of csv exporting possibility concern.
do have official update problem highcharts team?
first of all, boost not available bar charts (https://github.com/highcharts/highcharts/issues/6602). solution inconvenience set type of chart 'column' , invert it.
chart: { type: 'column', inverted: true } api reference:
http://api.highcharts.com/highcharts/chart.type
http://api.highcharts.com/highcharts/chart.inverted
example:
http://jsfiddle.net/obx1pbkw/
Comments
Post a Comment