Showing 2 of 3 total issues
File label.js
has 294 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import {ArcElement, BarElement, defaults, PointElement} from 'chart.js';
import {
callback as callbackHelper,
isNullOrUndef,
merge,
Function drawRoundedRect
has 6 arguments (exceeds 5 allowed). Consider refactoring. Open
Open
function drawRoundedRect(ctx, x, y, w, h, radius) {