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.

http://jsfiddle.net/cdvmy/2/

 chart.series[0].data[0].graphic.attr({             width:50         }); 

Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -