This commit is contained in:
syuilo 2022-02-10 22:16:59 +09:00
parent 88ac0de0e6
commit 9f417bd50b

View file

@ -426,7 +426,6 @@ export default defineComponent({
series: [{
name: 'All',
type: 'line',
borderDash: [5, 5],
data: format(type == 'combined'
? sum(raw.local.inc, negate(raw.local.dec), raw.remote.inc, negate(raw.remote.dec))
: sum(raw[type].inc, negate(raw[type].dec))
@ -750,7 +749,6 @@ export default defineComponent({
series: [...(props.args.withoutAll ? [] : [{
name: 'All',
type: 'line',
borderDash: [5, 5],
data: format(sum(raw.inc, negate(raw.dec))),
color: '#888888',
}]), {