trading-peter / chart-elements

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

Documentation for chart-doughnut incorrect #49

Closed waywardeclogue closed 8 years ago

waywardeclogue commented 8 years ago

Should be <chart-doughnut data="{{data}}"></chart-doughnut> instead of <chart-doughnut values="{{data}}"></chart-doughnut> as the latter does not work.

robdodson commented 8 years ago

Good catch. Would you be interested in putting together a pull request to fix the docs? On Jun 22, 2016 2:20 AM, "Sarah Sukardi" notifications@github.com wrote:

Should be

instead of

as the latter does not work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robdodson/chart-elements/issues/49, or mute the thread https://github.com/notifications/unsubscribe/ABBFDehsVpndDQZug9Z9c86Ztb7PqmtXks5qOH_MgaJpZM4I7TFq .

robdodson commented 8 years ago

Ah looks like @pkaske may have already done so 😃