Skip to content

Commit

Permalink
Some tuning in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
angiehjort committed Nov 24, 2020
1 parent d562ef2 commit 1b393a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/toolconfigs/BubbleChart-facets.js
Expand Up @@ -5,7 +5,7 @@ VIZABI_MODEL = {
modelType: "bubble",
data: {
locale: "en",
source: { ref: "datasources.mdtest" },
source: "mdtest",
space: {
autoconfig: {
concept: {
Expand Down
14 changes: 14 additions & 0 deletions src/config/toolconfigs/MountainChart-reactive.js
Expand Up @@ -108,6 +108,20 @@ VIZABI_MODEL = {
},
ui: {
//ui
"chart": {
"decorations": {
"enabled": true,
"xAxisGroups": {
"income_per_person_gdppercapita_ppp_inflation_adjusted": [
{"min": null, "max": 2, "label": "incomegroups/level1", "label_short": "incomegroups/level1short"},
{"min": 2, "max": 8, "label": "incomegroups/level2", "label_short": "incomegroups/level2short"},
{"min": 8, "max": 32, "label": "incomegroups/level3", "label_short": "incomegroups/level3short"},
{"min": 32, "max": null, "label": "incomegroups/level4", "label_short": "incomegroups/level4short"}
]
}
},
"showForecastOverlay": true
},
"time-slider": {
"show_value": false
},
Expand Down

0 comments on commit 1b393a8

Please sign in to comment.