Skip to content
Snippets Groups Projects
Commit 9f417bd5 authored by syuilo's avatar syuilo
Browse files

🎨

parent 88ac0de0
No related branches found
No related tags found
No related merge requests found
......@@ -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',
}]), {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment