Skip to content

Commit

Permalink
Merge pull request #100 from sharmalab/birm-patch-1
Browse files Browse the repository at this point in the history
Fix "demo.json" data source config
  • Loading branch information
birm authored Nov 9, 2023
2 parents 9bb5793 + 66992a5 commit f767141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"MARGIN_OF_VIS": [30, 10],
"UNIT_OF_GRID_VIEW": [230, 230],
"MARGIN_OF_GRID_VIEW": [10, 10],
"DATA_RESOURCE_URL": "../config/wines.csv",
"DATA_RESOURCE_URL": "./config/wines.csv",
"DATA_FORMAT": "csv",
"THEME_COLOR": "#007bff",
"VISUALIZATION_VIEW_CONFIGURATION": [
Expand Down

0 comments on commit f767141

Please sign in to comment.