apertureless/vue-chartjs

View on GitHub

Showing 77 of 84 total issues

Replace 'chart.js' with "chart.js";
Open

import Chart from 'chart.js'
Severity: Minor
Found in src/BaseCharts.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'horizontalBar' with "horizontalBar"
Open

  'horizontalBar'
Severity: Minor
Found in src/BaseCharts.js by eslint

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')
Severity: Minor
Found in src/BaseCharts.js by eslint

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')
Severity: Minor
Found in src/BaseCharts.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

      this.renderChart(this.chartData, this.options)
Severity: Minor
Found in src/mixins/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

          )
Severity: Minor
Found in src/BaseCharts.js by eslint

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')
Severity: Minor
Found in src/BaseCharts.js by eslint

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')
Severity: Minor
Found in src/BaseCharts.js by eslint

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')
Severity: Minor
Found in src/BaseCharts.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

      return dataset.label
Severity: Minor
Found in src/mixins/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

export default VueCharts
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace '#app') with "#app");
Open

}).$mount('#app')
Severity: Minor
Found in src/main.js by eslint

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'
Severity: Minor
Found in src/BaseCharts.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

        })
Severity: Minor
Found in src/mixins/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace './BaseCharts' with "./BaseCharts";
Open

} from './BaseCharts'
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

        chart.data.labels = newData.labels
Severity: Minor
Found in src/mixins/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

      chart.update()
Severity: Minor
Found in src/mixins/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

        if (this.$data._chart) this.$data._chart.destroy()
Severity: Minor
Found in src/BaseCharts.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

)
Severity: Minor
Found in src/BaseCharts.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ;
Open

    }
Severity: Minor
Found in src/mixins/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Severity
Category
Status
Source
Language