mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Hopefully a quick fix for some dashlets before I do it properly
This commit is contained in:
parent
832692ca5e
commit
e46d792458
@ -31,7 +31,7 @@ export class ShapedUnshapedPie extends DashboardGraph {
|
||||
update(shaped, unshaped) {
|
||||
this.chart.hideLoading();
|
||||
this.option.series[0].data[0].value = shaped;
|
||||
this.option.series[0].data[1].value = unshaped;
|
||||
this.option.series[0].data[1].value = unshaped - shaped;
|
||||
this.chart.setOption(this.option);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user