Install¶
Pick a variant zip from the latest release:
| Bundled ECharts | Asset | Best for |
|---|---|---|
| 4.9 (default) | community-echarts-panel-echarts4.zip |
Direct upgrade from upstream bilibala-echarts-panel |
| 5.x | community-echarts-panel-echarts5.zip |
New panels, modern ECharts API |
wget -qO /tmp/p.zip https://github.com/jakobgabriel/bilibala-echarts-panel/releases/latest/download/community-echarts-panel-echarts5.zip
sudo unzip -q /tmp/p.zip -d /var/lib/grafana/plugins
sudo systemctl restart grafana-server
Add to grafana.ini:
For Dockerfile, grafana-cli, and bind-mount install paths plus the
upgrade-from-bilibala-echarts-panel migration, see the
README on GitHub.
← Home