saving progress, lots of charting decisions made
This commit is contained in:
7
src/components/chart/chart-config.ts
Normal file
7
src/components/chart/chart-config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ChartType } from 'chart.js';
|
||||
import { ChartAxis } from './chart-type';
|
||||
|
||||
export interface ChartConfig {
|
||||
type: ChartType;
|
||||
axis: ChartAxis[];
|
||||
}
|
||||
Reference in New Issue
Block a user