Skip to content

Commit ab9721b

Browse files
authored
remove useless labels
1 parent 71bcafa commit ab9721b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/examples/ScatterExample.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Scatter from '../BaseCharts/Scatter'
33
export default Scatter.extend({
44
mounted () {
55
this.renderChart({
6-
labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
76
datasets: [{
87
label: 'Scatter Dataset 1',
98
fill: false,

0 commit comments

Comments
 (0)