I'm using the jQuery sparkline library to render a bar chart.
The bar chart will highlight the bars on mouseover however I would like to highlight a specific bar on load.
Is there a way highlight an individual bar when the sparkline is first displayed?
Without viewing any code is more difficult, but if you have a Mouse-over Events to hightlight, you could use the
range_map
to assign a different value in the first load:This way, you will have a blue bar char with the X bar in red. Hope it works for you.