apertureless/vue-chartjs

View on GitHub

Showing 77 of 84 total issues

Replace './examples/App' with "./examples/App";
Open

import App from './examples/App'
Severity: Minor
Found in src/main.js by eslint

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

Replace 'canvas' with "canvas"
Open

          createElement('canvas', {
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

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

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

Replace 'chart:update') with "chart:update");
Open

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

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

Insert ;
Open

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

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

Replace 'canvas' with "canvas"
Open

            ref: 'canvas'
Severity: Minor
Found in src/BaseCharts.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

    }
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/mixins/index.js by eslint

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

Insert ;
Open

    const oldLabels = JSON.stringify(oldDatasetLabels)
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/mixins/index.js by eslint

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

Insert ;
Open

        chart.data.yLabels = newData.yLabels
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/mixins/index.js by eslint

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

Replace '' with ""
Open

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

Replace 'xLabels' with "xLabels"
Open

      if (newData.hasOwnProperty('xLabels')) {
Severity: Minor
Found in src/mixins/index.js by eslint

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

Replace 'xlabels:update') with "xlabels:update");
Open

        this.$emit('xlabels:update')
Severity: Minor
Found in src/mixins/index.js by eslint

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

Insert ;
Open

      this.$data._chart.destroy()
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