dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit a6fbd0c60d - Show all commits

View File

@@ -182,9 +182,7 @@ export class PlotViewComponent implements OnInit {
const newDateRange = formattedStartDate+" - "+formattedEndDate;
//(<HTMLInputElement>document.getElementById("search-date-range")).value = newDateRange;
this.dateRangeUpdateEvent.emit(newDateRange);
//this.plot();
}
zoomRange(range: SelectionRange) {
@@ -251,6 +249,10 @@ export class PlotViewComponent implements OnInit {
const request = this.createPlotRequest(dimension);
this.imageUrl = '';
this.stats = null;
document.dispatchEvent(new Event("invadersStart", {}));
this.loadingEvent.emit(new LoadingEvent(true));
const x = this.service.sendPlotRequest(request).subscribe({
next: (plotResponse: PlotResponse) => {