yesoreyeram / yesoreyeram-boomtheme-panel

Grafana Panel for adding styles
http://yesoreyeram.github.io/yesoreyeram-boomtheme-panel
Apache License 2.0
88 stars 14 forks source link

Set active theme by variable #47

Closed koszti closed 2 years ago

koszti commented 2 years ago

Addressing https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel/issues/23

Problem

Sometimes we want to set the theme by variables or by opening the dashboard with custom variables in the URL.

Solution

Evaluate the activeTheme value by replaceVariables, so we can use variables as well as the Default Theme.

image