Marco Warm
Marco Warm
This is something you can actually already do. To insert a HTML button for example insert the following code into your SVG: ``` Click me ```
you are right. If you want to change something in like let's say 20 panels. there is awful lot of work. I will keep this issue open. At the moment...
@SwathiMuppalla I'm not quite sure how multiple Elasticsearch results are stored in `ctrl.data`. I guess to access the second result you would have to go for `ctrl.data[1]`. But unless I...
As transforms are a quite new feature I've not yet come around to implementing them. You might want to try out https://github.com/ACE-IoT-Solutions/ace-svg-react I guess there is a good chance for...
Sorry for my late reply. This is amazing. Thank you for sharing. I'm really looking forward for your PR on this. As of now I don't have additional input to...
sorry for my late reply. As it seems a Grafana panel cannot get higher than wide. Maybe it helps to adjust your viewbox to be square. Maybe 825 by 825....
You are exactly right. It's actually my fault since I do the following in `rendering.js` ``` function resizePlotCanvas() { var width = elem.width(); var height = elem.height(); var size =...
Sorry, haven't had any time yet. zoell schrieb am Di., 12. Nov. 2019, 23:53: > Hi Marcus, > > I am trying to put a relatively tall SVG (it is...
I am really sorry, but I won't get around this issue in the next days. If you want to test it with your own setup you may checkout the repo...
But we have to make sure that it does not break the layout of other people‘s dashboards. I‘m sure the assignment was for a reason. I just don‘t remember which...