forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
88ac0de0e6
commit
9f417bd50b
1 changed files with 0 additions and 2 deletions
|
@ -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',
|
||||
}]), {
|
||||
|
|
Loading…
Reference in a new issue