I installed the Grafana pie chart plugin into my 6.1.6 Grafana instance. When I try to create a pie chart panel, I see this error
The plugin appeared to install correctly and I did restart grafana. The log file shows that the pie chart plugin was registered.
What could I be missing?
2 Likes
I have the same error. Grafana 6.3.0
orabig
August 19, 2019, 1:12pm
3
The install procedure with “git clone” seems wrong. The ‘master’ branch do not own the necessary “dist” folder, thus we should use the release-1.3.8
branch.
The command should look like :
git clone https://github.com/grafana/piechart-panel.git --branch release-1.3.8
bkgann
August 30, 2019, 3:42am
4
I’ve updated the docs to include the clone method above, many thanks!
1 Like