Highcharts: Dynamically change single column width to highlight one sample -
in highcharts column chart we'd highlight 1 value/sample drawing column little bit wider... seems not possible, it?
pointwidth affects whole series.
maybe overlay second series, imho that's not nice solution.
you can use data attribute , modify width.
chart.series[0].data[0].graphic.attr({ width:50 });
Comments
Post a Comment