rename yAxisScale to axisScale
For some reason PlotRequest.yAxisScale does not work. PlotRequest.axisScale does work.
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user