marcuscalidus-svg-panel
marcuscalidus-svg-panel copied to clipboard
Grafana panel for displaying metric sensitive SVG images using the snap svg library
Greetings How does one capture values from dashboard variables?
I managed to get this plugin working with grafana live. Apparently, the data is no longer in ctrl.series, but moved to ctrl.data. I wrote some work-around javascript for onHandleMetric to...
Greetings, This is a lovely plugin! What is the location of the image referenced below? ``` const arrow = s.image("apple.png", 10, 10, 150, 150); ``` And can I use my...
The README says that Grafana 3.0 is required. Is it still up-to-date with 8.x and the soon (June) to be released 9.x??
I'm pretty new on the SVG world, but I learn fast. I made some SVG images with Inkscape, but I can't underestand still how to made them rezisables to grafana...
I have a feature request that I think would be non-breaking. I would like .onInit() to be able to return an item - let's call it a state or context...
I'm trying to animate a rectangle (rotation) on a pannel. My code doesn't work and I'm wondering why. I see the rectangle in the pannel, but it doesn't rotate. This...
when applying a transform on multiple queries (perhaps outer join), ctrl.data contains an index per query result but nothing for transformed data.
It's sometime hard to edit SVG and Javascript within side panels editors. A possibility to open the editors in a new window would be nice ;-)
Hi, I'm exploring Grafana's possibilities and i came across this plug-in. I'm a completely beginner in JS and SVG but i'm trying anyway. But currently i have troubles with event...