POC for detailed gallery view
This commit is contained in:
@@ -231,10 +231,17 @@ export class PlotResponseStats {
|
||||
}
|
||||
|
||||
export class DataSeriesStats {
|
||||
name: string;
|
||||
values : number;
|
||||
maxValue : number;
|
||||
average : number;
|
||||
plottedValues : number;
|
||||
dashTypeAndColor: DashTypeAndColor;
|
||||
}
|
||||
|
||||
export class DashTypeAndColor {
|
||||
color: string;
|
||||
pointType: number;
|
||||
}
|
||||
|
||||
export class FilterDefaults {
|
||||
|
||||
Reference in New Issue
Block a user