put y axis definition into its own object
This commit is contained in:
@@ -208,9 +208,9 @@ export class PlotRequest {
|
||||
|
||||
export class YAxisDefinition {
|
||||
axisScale : string;
|
||||
yRangeMin : number;
|
||||
yRangeMax : number;
|
||||
yRangeUnit : string;
|
||||
rangeMin : number;
|
||||
rangeMax : number;
|
||||
rangeUnit : string;
|
||||
}
|
||||
|
||||
export class PlotResponse {
|
||||
|
||||
Reference in New Issue
Block a user