trading-peter / chart-elements

Chart.js as Polymer Elements
https://robdodson.github.io/chart-elements
267 stars 70 forks source link

Fix "Uncaught IndexSizeError: Failed to execute 'arc' on 'CanvasRende… #23

Closed Awarua- closed 9 years ago

Awarua- commented 9 years ago

…ringContext2D': The radius provided (-0.5) is negative."

This prevents the chart from being rendered

Awarua- commented 9 years ago

After playing around with this a bit more, it doesn't look like bounded data to the values parameter does not make the chart update when the data is changed. The updateChart function never gets called you have to call it manually.