remove daterangepicker and moment JS

I replaced moment with luxon.
And I am working on my own date picker.
This commit is contained in:
2024-10-13 19:05:46 +02:00
parent 1fd7becf9a
commit 768962aa43
5 changed files with 0 additions and 2040 deletions

View File

@@ -137,8 +137,6 @@ export class VisualizationPageComponent implements OnInit, AfterViewInit {
}
ngOnInit() {
(<any> window).initDatePicker();
this.plotTypes = this.plotService.getPlotTypes();
this.selectedPlotType.push(this.plotTypes[0]);