fix(styles): adjust inset property for chart container in chart area styles
This commit is contained in:
@@ -37,6 +37,9 @@ export class DeesChartArea extends DeesElement {
|
||||
@state()
|
||||
accessor seriesStats: Array<{ name: string; latest: number; min: number; max: number; avg: number; color: string }> = [];
|
||||
|
||||
@state()
|
||||
accessor isFullPage: boolean = false;
|
||||
|
||||
@property()
|
||||
accessor label: string = 'Untitled Chart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user