Skip to content

Commit 0bec216

Browse files
committed
Remove unused ChartJs export
1 parent 0e2b2ac commit 0bec216

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/shared/chart-utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export async function loadChart(keys: RegisterableKey[] = []): Promise<ChartJsMo
4040
return module;
4141
}
4242

43-
export type ChartJs = Chart;
44-
4543
export function createChartCanvas(width = 300, height = 400): { canvas: HTMLCanvasElement; ctx: CanvasRenderingContext2D | null } {
4644
const canvas = document.createElement('canvas');
4745
canvas.width = width;

0 commit comments

Comments
 (0)