src/components/connectivity-chart.jsx
Showing 1 of 1 total issue
Function createChart
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
createChart() { let ctx = this.canvasEl.getContext("2d"); let totals = this.formatTotals(this.props.totals); let chart = new Chart(ctx,{ type: 'pie',