We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2b2ac commit 0bec216Copy full SHA for 0bec216
1 file changed
src/app/shared/chart-utils.ts
@@ -40,8 +40,6 @@ export async function loadChart(keys: RegisterableKey[] = []): Promise<ChartJsMo
40
return module;
41
}
42
43
-export type ChartJs = Chart;
44
-
45
export function createChartCanvas(width = 300, height = 400): { canvas: HTMLCanvasElement; ctx: CanvasRenderingContext2D | null } {
46
const canvas = document.createElement('canvas');
47
canvas.width = width;
0 commit comments