fix: NET图表也2x宽度
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
_chartInstances[id].mem = new MiniChart(id+'-mem', '#9ece6a'); _hires(_chartInstances[id].mem);
|
||||
}
|
||||
if (typeof DualLineChart !== 'undefined') {
|
||||
_chartInstances[id].net = new DualLineChart(id+'-net', '#bb9af7', '#c0a8f0');
|
||||
_chartInstances[id].net = new DualLineChart(id+'-net', '#bb9af7', '#c0a8f0'); _hires(_chartInstances[id].net);
|
||||
}
|
||||
} catch(e) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user