Showing 77 of 84 total issues
Insert ;
Open
return this.$data._chart.generateLegend()
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
this.$data._chart.destroy()
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
})
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'labels'
with "labels"
Open
if (newData.hasOwnProperty('labels')) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'bar-chart',·'bar')
with "bar-chart",·"bar");
Open
export const Bar = generateChart('bar-chart', 'bar')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'chart:render')
with "chart:render");
Open
this.$emit('chart:render')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'scatter-chart',·'scatter')
with "scatter-chart",·"scatter");
Open
export const Scatter = generateChart('scatter-chart', 'scatter')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'chart:destroy')
with "chart:destroy");
Open
this.$emit('chart:destroy')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
const newLabels = JSON.stringify(newDatasetLabels)
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
})
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace '2d'
with "2d"
Open
this.$data._chart = new Chart(this.$refs.canvas.getContext('2d'), {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'labels:update')
with "labels:update");
Open
this.$emit('labels:update')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
chart.data.xLabels = newData.xLabels
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
chart.destroy()
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'canvas'
with "canvas"
Open
createElement('canvas', {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'xLabels'
with "xLabels"
Open
if (newData.hasOwnProperty('xLabels')) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/