apertureless/vue-chartjs

View on GitHub

Showing 77 of 84 total issues

Insert ;
Open

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

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

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

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

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

Replace 'yLabels' with "yLabels"
Open

      if (newData.hasOwnProperty('yLabels')) {
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/

Insert ;
Open

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

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

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

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

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

Replace 'vue' with "vue";
Open

import Vue from 'vue'
Severity: Minor
Found in src/main.js by eslint

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

Delete ·
Open

    render: function (createElement) {
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/BaseCharts.js by eslint

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

Replace 'horizontalbar-chart' with "horizontalbar-chart"
Open

  'horizontalbar-chart',
Severity: Minor
Found in src/BaseCharts.js by eslint

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

Insert ;
Open

        const oldDatasetKeys = Object.keys(oldData.datasets[i])
Severity: Minor
Found in src/mixins/index.js by eslint

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

Insert ;
Open

        const newDatasetKeys = Object.keys(dataset)
Severity: Minor
Found in src/mixins/index.js by eslint

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

Insert ;
Open

          delete chart.data.datasets[i][deletionKey]
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

    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/

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/

Severity
Category
Status
Source
Language