Icons
A demo showing the use of icons.
Chart
Notice setting labelsPosition
to 'outside'
to keep the labels visible, since the icons will take some space on the bar.
You may also use the dataTransform
option for data transformation,
like in this example.
Show icons only
Bars can have icons only (without labels), by combining the showIcons: true
option with labelsPosition: 'none'
.