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 9d58554 commit d3a22c2Copy full SHA for d3a22c2
src/components/SelectableVisualization.vue
@@ -64,7 +64,7 @@ div
64
aw-summary(:fields="activityStore.category.top",
65
:namefunc="e => e.data['$category'].join(' > ')",
66
:colorfunc="e => e.data['$category'].join(' > ')",
67
- :linkfunc="e => '#' + $route.path + '?category=' + e.data['$category'].join('>')",
+ :linkfunc="e => '#' + $route.path + '?category=' + encodeURIComponent(e.data['$category'].join('>'))",
68
with_limit)
69
div(v-if="type == 'category_tree'")
70
aw-categorytree(:events="activityStore.category.top")
0 commit comments