Showing 77 of 84 total issues
Replace 'chart.js'
with "chart.js";
Open
import Chart from 'chart.js'
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'horizontalBar'
with "horizontalBar"
Open
'horizontalBar'
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'doughnut-chart',·'doughnut')
with "doughnut-chart",·"doughnut");
Open
export const Doughnut = generateChart('doughnut-chart', 'doughnut')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'line-chart',·'line')
with "line-chart",·"line");
Open
export const Line = generateChart('line-chart', 'line')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
this.renderChart(this.chartData, this.options)
- 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 'pie-chart',·'pie')
with "pie-chart",·"pie");
Open
export const Pie = generateChart('pie-chart', 'pie')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'polar-chart',·'polarArea')
with "polar-chart",·"polarArea");
Open
export const PolarArea = generateChart('polar-chart', 'polarArea')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'radar-chart',·'radar')
with "radar-chart",·"radar");
Open
export const Radar = generateChart('radar-chart', 'radar')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
return dataset.label
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
export default VueCharts
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace '#app')
with "#app");
Open
}).$mount('#app')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'Please·remove·the·<template></template>·tags·from·your·chart·component.·See·https://vue-chartjs.org/guide/#vue-single-file-components'
with "Please·remove·the·<template></template>·tags·from·your·chart·component.·See·https://vue-chartjs.org/guide/#vue-single-file-components"
Open
'Please remove the <template></template> tags from your chart component. See https://vue-chartjs.org/guide/#vue-single-file-components'
- 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 './BaseCharts'
with "./BaseCharts";
Open
} from './BaseCharts'
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
chart.data.labels = newData.labels
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
chart.update()
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
if (this.$data._chart) 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/