Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Provisioning for context parameters #282

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions echarts.volkovlabs.io/bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Clickable Column Chart with Gradient",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -710,7 +710,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Bar Label Rotation",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -759,7 +759,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Stacked Column Chart",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -808,7 +808,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Waterfall Chart",
"type": "volkovlabs-echarts-panel"
},
Expand Down
2 changes: 1 addition & 1 deletion echarts.volkovlabs.io/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Scatter",
"type": "volkovlabs-echarts-panel"
},
Expand Down
20 changes: 10 additions & 10 deletions echarts.volkovlabs.io/line.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
]
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -183,7 +183,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Smoothed Line Chart",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -253,7 +253,7 @@
]
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -329,7 +329,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Stacked Line Chart",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -405,7 +405,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -575,7 +575,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -745,7 +745,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Temperature Change in the Coming Week",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -794,7 +794,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Area Pieces",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -843,7 +843,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Data Transform Filter",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -892,7 +892,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down
12 changes: 6 additions & 6 deletions echarts.volkovlabs.io/pie.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -172,7 +172,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Doughnut Chart with Rounded Corners",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -221,7 +221,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Doughnut Chart",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -270,7 +270,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Customized Pie",
"type": "volkovlabs-echarts-panel"
},
Expand Down Expand Up @@ -319,7 +319,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -398,7 +398,7 @@
"series": []
}
},
"pluginVersion": "5.2.0",
"pluginVersion": "6.0.0",
"title": "Nightingale Chart",
"type": "volkovlabs-echarts-panel"
},
Expand Down
Loading