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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -