Highlight Bars
A demo for using highlightBars
. Hover on the chart to see the highlighted bars.
Chart
The color of the highlighted bars can be customized with CSS. Example:
#race .highlight {
fill: #27b7ff !important;
}
A demo for using highlightBars
. Hover on the chart to see the highlighted bars.
The color of the highlighted bars can be customized with CSS. Example:
#race .highlight {
fill: #27b7ff !important;
}