add box plots
This commit is contained in:
@@ -92,8 +92,8 @@ export class VisualizationPageComponent implements OnInit {
|
||||
this.y2AxisAvailable = axesTypes.y.length == 2;
|
||||
}
|
||||
|
||||
selectedPlotTypesContains(plotTypeId: string){
|
||||
return this.selectedPlotType.filter(pt => pt.id == plotTypeId).length > 0;
|
||||
selectedPlotTypesContains(plotTypeIds: Array<string>){
|
||||
return this.selectedPlotType.filter(pt => plotTypeIds.includes(pt.id)).length > 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user