andymchugh / andrewbmchugh-flow-panel

Apache License 2.0
34 stars 2 forks source link

Variables in SVG Link #34

Closed nlgotz closed 4 months ago

nlgotz commented 5 months ago

Hello,

I'd like to be able to use variables in the SVG link to build a more dynamic panel.

For instance, I have a Grafana variable of $device_type, I'd like to be able to specify the URL in the SVG field using that variable.

For instance, I'd want the following to work:

https://example.com/${manufacturer}/${device_type}.svg
andymchugh commented 5 months ago

Sure, I'll get that added. I only added it to the yaml links originally as my svg's are very 'data-query' specific.

andymchugh commented 5 months ago

this is actually proving a bit more involved than I'd hoped so it won't make the next build. but hopefully the one after that.

andymchugh commented 4 months ago

change landed so will be in next build

andymchugh commented 4 months ago

built into ver 1.12.0 with grafana for review

andymchugh commented 4 months ago

Ver 1.12.0 now published on grafana