trading-peter / chart-elements

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

Add 'options' attribute to each chart type for customizability #14

Closed kenmoore closed 9 years ago

kenmoore commented 9 years ago

I've added an 'options' attribute which lets the user change basic stylings such as turning off point dots, bezier smoothing and the (wonky) initial bounce easing animation. If you accept the PR I'd recommend updating the appropriate documentation so folks know to reference the Chart.js options documented at http://www.chartjs.org/docs/#line-chart-chart-options.