Skip to content

Commit

Permalink
BarChart: fix the plugin struct in package.json (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis authored Jan 8, 2025
1 parent a62e065 commit e843f45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions BarChart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perses-dev/bar-chart",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
Expand Down Expand Up @@ -31,11 +31,13 @@
"perses": {
"plugins": [
{
"display": {
"name": "Bar Chart"
},
"kind": "BarChart",
"pluginType": "Panel"
"kind": "Panel",
"spec": {
"name": "BarChart",
"display": {
"name": "Bar Chart"
}
}
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit e843f45

Please sign in to comment.