apertureless/vue-chartjs

View on GitHub

Showing 77 of 84 total issues

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

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

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

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/

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.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/

Insert ;
Open

        chart.data.xLabels = newData.xLabels
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

      )
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 '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

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

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

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

        this.$emit('labels:update')
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 '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/

Insert ;
Open

}
Severity: Minor
Found in src/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/

Severity
Category
Status
Source
Language