First, thank you so much for jQWidgets! It is a fantastic library and easy to use. I am volunteering my time, and using jQWidgets to create community service statisical charts for a local charity. Thank you!!!
I have a question, and I can’t seem to find it in the API.
When a chart is created, one of the slick things that jqWidgets does is to allow you to click on an item on the legend, which displays and hides the series data in the chart… nice!
In my pie chart, I have data with zeros…
For example, I might have 5 cities, but one of the cities has 0…
Danbury: 120
Bridgewater: 25
Roxbury: 50
New Milford: 0
Ridgefield: 75
I would like to initially hide the “New Milford” series… you can do this by clicking on the “New Milford” label in the legend…
I was looking at “item.itemIndex”.?theValue? to check the value, and I was looking for a property like:
showSeriesItem: true|false;
Can you point me in the right direction? Thanks again…