dashboard opt

This commit is contained in:
qixinbo
2026-03-17 11:47:30 +08:00
parent 4bbecabc20
commit 4b7d8b7b9c
4 changed files with 77 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ type GridLayout = { i: string; x: number; y: number; w: number; h: number };
export interface ChartConfig {
id: string;
title: string;
type: 'bar' | 'line';
type: 'bar' | 'line' | 'table';
data: ChartRow[];
sql: string;
chartSpec?: ChartSpec | null;