Open neodani opened 6 years ago
I have experienced this same issue. Running locally on desktop computer. Tried both installation methods as well. Plugin is not showed when doing grafana-cli plugins ls
I have same problem: installed the plug-in globally (/var/lib/grafana/plugins/) via sudo. It appears in the list of plugins on web interface at http://localhost:3000/plugins . But when I add the candlestick panel to a dashboard, I got the following error: "
Plugin Error
Unable to dynamically transpile ES module A loader plugin needs to be configured via SystemJS.config({ transpiler: 'transpiler-module' })
. Instantiating http://localhost:3000/public/plugins/ilgizar-candlestick-panel/module.js Loading plugins/ilgizar-candlestick-panel/module
"
With this it creates an empty panel on a dashboard.
Hi, I had a similar problem and i realised that i made the silly mistake of downloading the zip as a clone from the repository and tried to install the project zip as a plugin. Instead, i downloaded the pre-built zip in the 'pack' folder of the repo: ilgizar-candlestick-panel.zip. I manually unzipped it and placed it in the plugins folder /usr/local/var/lib/grafana/plugins for Mac and it can load nicely.
Hope this helps and thanks for the work with the candlesticks!
Yes, for me it worked when I unzipped downloaded dist folder from https://github.com/ilgizar/ilgizar-candlestick-panel/blob/master/pack/ilgizar-candlestick-panel.zip to /usr/local/var/lib/grafana/plugins
Probably this should be described somewhere in README.
Hi ilgizar
I can't try the panel.
Plugin Error Unable to dynamically transpile ES module A loader plugin needs to be configured via
SystemJS.config({ transpiler: 'transpiler-module' })
. Instantiating http://localhost:3000/public/plugins/ilgizar-candlestick-panel/module.js Loading plugins/ilgizar-candlestick-panel/moduleI tried to install the plugin first copying the folder of git, and in the by other hand grafana-cli --pluginUrl https://github.com/ilgizar/ilgizar-candlestick-panel/archive/master.zip plugins install ilgizar-candlestick-panel
It doens't work me
I'm using docker-compose like
Any sugestion?
Thank you