We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bcafa commit ab9721bCopy full SHA for ab9721b
src/examples/ScatterExample.js
@@ -3,7 +3,6 @@ import Scatter from '../BaseCharts/Scatter'
3
export default Scatter.extend({
4
mounted () {
5
this.renderChart({
6
- labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
7
datasets: [{
8
label: 'Scatter Dataset 1',
9
fill: false,
0 commit comments