add percentile information if available
This commit is contained in:
@@ -249,6 +249,7 @@ export class DataSeriesStats {
|
||||
average : number;
|
||||
plottedValues : number;
|
||||
dashTypeAndColor: DashTypeAndColor;
|
||||
percentiles: Map<string, number>
|
||||
}
|
||||
|
||||
export class DashTypeAndColor {
|
||||
|
||||
Reference in New Issue
Block a user