🔥 Remove props in barchart example

This commit is contained in:
Jakub Juszczak
2016-06-26 15:46:33 +02:00
parent 5b704cc739
commit 63d731695e

View File

@@ -1,8 +1,6 @@
import BarChart from '../BaseCharts/Bar'
export default BarChart.extend({
props: ['player', 'opponent'],
ready () {
this.render({
labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],