rename yAxisScale to axisScale

For some reason PlotRequest.yAxisScale does
not work. PlotRequest.axisScale does work.
This commit is contained in:
2019-10-29 18:08:31 +01:00
parent 772e7b40ae
commit bb8b183f91
4 changed files with 6 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ export class PlotRequest {
thumbnailMaxHeight : number = 200;
groupBy : Array<string>;
limitBy : string;
yAxisScale : string;
axisScale : string;
limit : number;
dateRange : string;
aggregates : Array<string>;