show image in dashboard
This commit is contained in:
@@ -53,4 +53,8 @@ export class PlotWidget extends BaseWidget {
|
||||
constructor(override size: 'SMALL'|'MEDIUM'|'LARGE', public config: PlotConfig) {
|
||||
super('PLOT', size);
|
||||
}
|
||||
}
|
||||
|
||||
export class WidgetDimensions{
|
||||
constructor(public width: number, public height: number){}
|
||||
}
|
||||
Reference in New Issue
Block a user