Select Bars
A demo for using selectBars
. Click on the bars for selection.
Chart
The color of the selected bars can be customized with CSS. Example:
#race .selected {
fill: #27b7ff !important;
stroke: #d12020 !important;
stroke-width: 1 !important;
}