Added averageData property and switched to new git server

This commit is contained in:
Michal Pemcak
2026-05-04 14:08:39 +02:00
parent 11aedd600f
commit 819ecc5e7c
3 changed files with 4 additions and 3 deletions

1
dist/index.d.ts vendored
View File

@@ -13,6 +13,7 @@ export declare function drawChart(ctx: CanvasRenderingContext2D, seriesList: Cha
cursorX?: number | null;
maxTimeDelta?: number | null;
dateFormat?: (ts: number) => string;
averageData?: number | null;
}): void;
export declare function createChartElement(seriesList: ChartSeries[], opts: {
width?: number;