make tic labels optional for bar charts
This commit is contained in:
@@ -202,6 +202,7 @@ export class PlotRequest {
|
||||
generateThumbnail : boolean;
|
||||
intervalUnit: string;
|
||||
intervalValue: number;
|
||||
renderBarChartTickLabels: boolean = false;
|
||||
|
||||
copy(): PlotRequest {
|
||||
return JSON.parse(JSON.stringify(this));
|
||||
|
||||
Reference in New Issue
Block a user