Skip to content

Commit

Permalink
#26: Fix error when showing chart, query is not properly urlencoded
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Sep 10, 2024
1 parent 33e600e commit 7619ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bie-hub/charts.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chartType": "bar",
"emptyValueMsg": "Year not specified",
"hideEmptyValues": true,
"filter": "fq=year:[1990 TO *]"
"filter": "fq=year:%5B1990 TO *%5D"
},
"decade": {
"title": "By decade",
Expand Down

0 comments on commit 7619ec5

Please sign in to comment.