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

Pie charts in IE 7/8 have undefined text when 0 values are present #9

Closed y2chen closed 12 years ago

y2chen commented 12 years ago

Using the pie chart in IE 7/8, if you have a value array with a 0 value present, like [24,37,0,12], you'll get as many "undefined" text strings behind the pie chart as there are 0 values in the array. This seems like a new bug introduced in 2.0, as it wasn't around in 1.6.

gwatts commented 12 years ago

Fixed in master