matiasmenares/Nissboard

View on GitHub
src/components/public/pages/graphs/LineChart.js

Summary

Maintainability
D
2 days
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 2 locations. Consider refactoring.
Open

export default {
extends: Line,
mixins: [reactiveProp],
props: ['options'],
data () {
Severity: Major
Found in src/components/public/pages/graphs/LineChart.js and 1 other location - About 2 days to fix
src/components/public/pages/settings/channels/output/LinearChart.js on lines 4..57
Category
Status