gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Manually highlight item/region #33

Open leplatrem opened 12 years ago

leplatrem commented 12 years ago

The use case is basically to have bidirectionnal highlighting between a table (list, or map) and the chart.

Currently it is very easy to highlight an item in a list when an element is hovered in the chart (using sparklineRegionChange event).

However there seems to be no way to highlight an element in the chart programmatically (like when this element is hovered in a list)

An example with a map :