Skip to content

Commit

Permalink
remove useless labels
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored Jul 22, 2017
1 parent 71bcafa commit ab9721b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/examples/ScatterExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Scatter from '../BaseCharts/Scatter'
export default Scatter.extend({
mounted () {
this.renderChart({
labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
datasets: [{
label: 'Scatter Dataset 1',
fill: false,
Expand Down

0 comments on commit ab9721b

Please sign in to comment.