-
Notifications
You must be signed in to change notification settings - Fork 14
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
Grafana v10: Error loading: aceiot-svg-panel #39
Comments
exactly the same here... |
same problem :( |
same problem to |
Hmmmm, I tried to fix the bug. I'm far away from being a JS/TS coder, but I do what I can ;) I searched for the string By the way, is the bug still there? I haven't dared to update to Grafana v10 yet ;) |
@acedrew any suggestions? |
same problem |
yes, dont use grafana v10 :( |
we downgraded ... hopefully there will be a fix in the future |
Are there alternative plugins? |
Hey all, I was told Grafana's internal team was building features to eliminate the need for this plugin, so haven't really prioritized the maintenance here. Judging by the 9.x and 10.x releases, my current view is that goal was grossly exaggerated. It's been great to see so many people getting value out of the little tool we built, and that this approach resonated with versus the other SVG/Panel animation plugins. |
I think I respond to this above, sorry for the inconvenience :( |
Thanks for your work acedrew. Yours are the best SVG plugin out there and we are using it massively. Hope it will be compatible with ver. 10. |
is there any new statement from grafana available? for now, we have grafana v10.0.3, any chance that we will see a compatible version? |
If you need it you can use "gapit-htmlgraphics-panel" it is inspired by the "aceiot" ones and it is working in grafana v10 |
@Yusseiin thx for response, as i can see, there is no svg-lib shipped by gapit-htmlgraphics-panel. so i want/need a library like SVG.js. it seems that i can bundle some external libs, but this is some wired magic JS stuff for me :( the alternate grafana plugin svg-panel is also deprecated, so there is no really usable plugin availabe to create custom SVG stuff like ace.svg :( any other suggestions? |
i am using htmlgraphics plugin for my SVG and it is working flawless, what do you need to do? |
Does htmlgraphics support SVG animations? That is the our use-case for ace-svg. I am reading the documentation for htmlgraphics and don't see any mention of being able to do animations. |
What do you mean with Animation? |
I will take a closer look at htmlgraphics and try it out. I had a blower fan SVG I made and I was animating it with ace-svg when a value was above a threshold it would spin the blades at the speed returned from the database query. I did take a look at the Canvas panel in Grafana 10, and I see that it does support svg animations, however currently the only way to add a custom animated SVG is by hand-coding it in to the source files and building grafana from source. So not very easy. |
for sure you will be able to make a fan spin with the htmlgraphics, some commands are a bit different but there is the tutorial. |
good news: #40 |
oo exciting. |
i'm realy not a js/node coder and also this |
btw, this plugin is already running well in grafana v10. just copy the "dist" folder in your plugin folder and allow this plugin as unsigned . done ;) @acedrew maybe you can have a look to just fix the CI/DI pipeline and than to merge and publish this new version? |
Good news everyone, I've found someone to help with maintenance and features on the plugin, look for updates in the next week or so, starting with v10 API compatibility!! |
Fantastic <3 |
Hi all, can you try upgrading your plugins to version 0.1.0 and let me know if any issues arise? I'm going to close this issue - please open a new issue for any problems or requests for version 0.1.0. Thanks all for your patience! |
Panel fails to load in Grafana v10.0.0.
Console output:
Panel loaded successfully in 9.5.3. Possibly related to this PR.
The text was updated successfully, but these errors were encountered: