Skip to content

Commit

Permalink
Set Getting Started panel to Visual
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Feb 4, 2024
1 parent 6084b8a commit 5c6c390
Showing 1 changed file with 108 additions and 3 deletions.
111 changes: 108 additions & 3 deletions echarts.volkovlabs.io/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"format": "auto",
"height": 669
},
"editorMode": "code",
"editorMode": "visual",
"followTheme": true,
"gaode": {
"key": "",
Expand All @@ -65,6 +65,28 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "return {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'category',\n },\n yAxis: {\n type: 'value',\n min: 0,\n },\n}\n",
"codeHeight": 600,
"dataset": [
{
"name": "Name",
"source": "A"
},
{
"name": "Amount",
"source": "A"
}
],
"series": [
{
"id": "Data",
"name": "Data",
"type": "bar",
"uid": "3df4c04d-2da3-409e-89e7-ac6df19d0461"
}
]
}
},
"targets": [
Expand Down Expand Up @@ -134,6 +156,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Bar",
Expand Down Expand Up @@ -176,6 +204,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Calendar",
Expand Down Expand Up @@ -218,6 +252,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Candlestick",
Expand Down Expand Up @@ -260,6 +300,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Gauge",
Expand Down Expand Up @@ -302,6 +348,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Geo/Map",
Expand Down Expand Up @@ -344,6 +396,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Graph",
Expand Down Expand Up @@ -388,6 +446,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Line",
Expand Down Expand Up @@ -430,6 +494,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Liquid Fill",
Expand Down Expand Up @@ -472,6 +542,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Pie",
Expand Down Expand Up @@ -514,6 +590,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Radar",
Expand Down Expand Up @@ -556,6 +638,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Sankey",
Expand Down Expand Up @@ -598,6 +686,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Scatter",
Expand Down Expand Up @@ -640,6 +734,12 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Sunburst",
Expand Down Expand Up @@ -682,15 +782,20 @@
"config": "{}",
"height": 400,
"name": "default"
},
"visualEditor": {
"code": "console.log(context);\nreturn {\n dataset: context.editor.dataset,\n series: context.editor.series,\n xAxis: {\n type: 'time',\n },\n yAxis: {\n type: 'value',\n min: 'dataMin',\n },\n}\n",
"codeHeight": 600,
"dataset": [],
"series": []
}
},
"title": "Treemap",
"type": "volkovlabs-echarts-panel"
}
],
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"schemaVersion": 39,
"tags": [],
"templating": {
"list": [
Expand Down

0 comments on commit 5c6c390

Please sign in to comment.