RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/livechat/client/lib/chartHandler.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function drawLineChart has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const drawLineChart = async (
    chart: HTMLCanvasElement,
    chartContext: { destroy: () => void } | undefined,
    chartLabels: string[],
    dataLabels: string[],
Severity: Minor
Found in apps/meteor/app/livechat/client/lib/chartHandler.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status