dashboard #1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user