show interval input field only for bar charts
This commit is contained in:
@@ -91,6 +91,10 @@ export class VisualizationPageComponent implements OnInit {
|
||||
const axesTypes = this.getAxes();
|
||||
this.y2AxisAvailable = axesTypes.y.length == 2;
|
||||
}
|
||||
|
||||
selectedPlotTypesContains(plotTypeId: string){
|
||||
return this.selectedPlotType.filter(pt => pt.id == plotTypeId).length > 0;
|
||||
}
|
||||
|
||||
|
||||
dateRangeAsString() : string {
|
||||
|
||||
Reference in New Issue
Block a user