Skip to content

Commit

Permalink
add support for advanced/custom config editor
Browse files Browse the repository at this point in the history
  • Loading branch information
yileifeng committed Apr 24, 2024
1 parent 62e26ca commit acc4e05
Show file tree
Hide file tree
Showing 14 changed files with 1,338 additions and 556 deletions.
927 changes: 464 additions & 463 deletions StoryRampSchema.json → StorylinesSchema.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"highcharts": "^9.3.2",
"highcharts-vue": "^1.4.3",
"intersection-observer": "^0.12.0",
"jsonschema": "^1.4.1",
"jszip": "^3.10.1",
"markdown-it": "^12.0.6",
"nouislider": "^15.5.0",
Expand All @@ -32,6 +33,7 @@
"vue-property-decorator": "^10.0.0-rc.2",
"vue-router": "^4.2.4",
"vue-tippy": "^6.3.1",
"vue3-json-editor": "^1.1.5",
"vue3-spinners": "^1.2.2",
"vuedraggable": "^4.1.0"
},
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"type": "text"
},
{
"images": [
"items": [
{
"src": "00000000-0000-0000-0000-000000000000/assets/fr/substances/AuroraNorth_RelDisp_FR.PNG",
"type": "image"
Expand Down Expand Up @@ -135,9 +135,10 @@
},
{
"type": "chart",
"charts": [
"items": [
{
"src": "410b88da-0ed1-4749-903f-5e76c24e2e5f/charts/fr/substances/1.Imperial Oil Resources Limited-Kearl Oil Sands Processing Plant and Mine.csv",
"type": "chart",
"options": {
"title": "Usine de Transformation e Mine Kearl D'imperial 2019 Rejets et Éliminations (tonnes)",
"subtitle": "",
Expand All @@ -146,6 +147,7 @@
},
{
"src": "410b88da-0ed1-4749-903f-5e76c24e2e5f/charts/fr/substances/2.Suncor Energy Oil Sands Limited Partnership-Suncor Energy Inc. Oil Sands.csv",
"type": "chart",
"options": {
"title": "Sables bitumineux de Suncor Energy Inc. 2019 Rejets et Éliminations (tonnes)",
"subtitle": "",
Expand All @@ -154,6 +156,7 @@
},
{
"src": "410b88da-0ed1-4749-903f-5e76c24e2e5f/charts/fr/substances/3.Syncrude Canada Ltd.-Syncrude Canada Ltd.csv",
"type": "chart",
"options": {
"title": "Site de la Mine Syncrude Canada Ltd. 2019 Rejets et Éliminations (tonnes)",
"subtitle": "",
Expand Down Expand Up @@ -215,7 +218,7 @@
"type": "text"
},
{
"images": [
"items": [
{
"src": "00000000-0000-0000-0000-000000000000/assets/fr/tailings/AuroraNorth_Tailings_FR.PNG",
"type": "image"
Expand Down
Loading

0 comments on commit acc4e05

Please sign in to comment.