We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cec74e commit 0415e05Copy full SHA for 0415e05
client/src/components/DashboardComponent.vue
@@ -69,7 +69,8 @@
69
"operator": "contains",
70
"values": []
71
}
72
- ]
+ ],
73
+ renewQuery: true,
74
},
75
title: 'Company profit value',
76
type: 'line',
@@ -94,7 +95,8 @@
94
95
96
97
98
99
100
101
title: 'Company expense value',
102
@@ -111,7 +113,8 @@
111
113
"measures": [
112
114
"Payments.expenseValue"
115
],
- "filters": []
116
+ "filters": [],
117
118
119
title: 'Expense segments',
120
type: 'pie',
@@ -128,7 +131,8 @@
128
131
129
132
"Payments.profitValue"
130
133
134
135
136
137
title: 'Profit segments',
138
0 commit comments