Skip to content

Commit 0415e05

Browse files
author
Леня Яковлев
committed
renewQuery: true
1 parent 6cec74e commit 0415e05

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

client/src/components/DashboardComponent.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"operator": "contains",
7070
"values": []
7171
}
72-
]
72+
],
73+
renewQuery: true,
7374
},
7475
title: 'Company profit value',
7576
type: 'line',
@@ -94,7 +95,8 @@
9495
"operator": "contains",
9596
"values": []
9697
}
97-
]
98+
],
99+
renewQuery: true,
98100
},
99101
title: 'Company expense value',
100102
type: 'line',
@@ -111,7 +113,8 @@
111113
"measures": [
112114
"Payments.expenseValue"
113115
],
114-
"filters": []
116+
"filters": [],
117+
renewQuery: true,
115118
},
116119
title: 'Expense segments',
117120
type: 'pie',
@@ -128,7 +131,8 @@
128131
"measures": [
129132
"Payments.profitValue"
130133
],
131-
"filters": []
134+
"filters": [],
135+
renewQuery: true,
132136
},
133137
title: 'Profit segments',
134138
type: 'pie',

0 commit comments

Comments
 (0)