make tic labels optional for bar charts

This commit is contained in:
2020-09-27 20:07:26 +02:00
parent e71ab07440
commit d21ef48559
9 changed files with 38 additions and 1 deletions

View File

@@ -202,6 +202,7 @@ export class PlotRequest {
generateThumbnail : boolean;
intervalUnit: string;
intervalValue: number;
renderBarChartTickLabels: boolean = false;
copy(): PlotRequest {
return JSON.parse(JSON.stringify(this));