Don't show "loading" for ping times for devices.

This commit is contained in:
Herbert Wolverson 2024-07-19 09:31:49 -05:00
parent c1989e2696
commit 27b84e2425

View File

@ -32,6 +32,7 @@ export class DevicePingHistogram extends DashboardGraph {
}
};
this.option && this.chart.setOption(this.option);
this.chart.hideLoading();
}
update(ping_time_nanos) {