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 '[vue-chartjs]:·This·is·not·a·vue·component.·It·is·the·whole·object·containing·all·vue·components.·Please·import·the·named·export·or·access·the·components·over·the·dot·notation.·For·more·info·visit·https://vue-chartjs.org/#/home?id=quick-start' with "[vue-chartjs]:·This·is·not·a·vue·component.·It·is·the·whole·object·containing·all·vue·components.·Please·import·the·named·export·or·access·the·components·over·the·dot·notation.·For·more·info·visit·https://vue-chartjs.org/#/home?id=quick-start"
Open

      '[vue-chartjs]: This is not a vue component. It is the whole object containing all vue components. Please import the named export or access the components over the dot notation. For more info visit https://vue-chartjs.org/#/home?id=quick-start'
Severity: Minor
Found in src/index.js by eslint

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

Insert ;
Open

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

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

Insert ;
Open

        this.$data._plugins.push(plugin)
Severity: Minor
Found in src/BaseCharts.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/

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

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

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

Insert ;
Open

            chart.data.datasets[i][attribute] = dataset[attribute]
Severity: Minor
Found in src/mixins/index.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/

Replace 'div' with "div"
Open

        'div',
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

    let chart = this.$data._chart
Severity: Minor
Found in src/mixins/index.js by eslint

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

Replace '_meta'·&&·newDatasetKeys.indexOf(key)·===·-1 with "_meta"·&&·newDatasetKeys.indexOf(key)·===·-1;
Open

          return key !== '_meta' && newDatasetKeys.indexOf(key) === -1
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/

Insert ;
Open

          return []
Severity: Minor
Found in src/BaseCharts.js by eslint

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

Replace 'bubble-chart',·'bubble') with "bubble-chart",·"bubble");
Open

export const Bubble = generateChart('bubble-chart', 'bubble')
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

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

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

Replace './mixins/index.js' with "./mixins/index.js";
Open

import mixins from './mixins/index.js'
Severity: Minor
Found in src/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/

Severity
Category
Status
Source
Language