remove useless labels

This commit is contained in:
Clark Du
2017-07-22 22:36:05 +08:00
committed by GitHub
parent 71bcafa804
commit ab9721b577

View File

@@ -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,