fetzerch / grafana-sunandmoon-datasource

SunAndMoon is a datasource plugin for Grafana that calculates the position of Sun and Moon as well as the Moon illumination. ☀️🌙🧛‍♂️
MIT License
42 stars 8 forks source link

Flatten jsonData.position.* into jsonData #13

Closed fetzerch closed 5 years ago

fetzerch commented 5 years ago

Grafana's Provisioning feature currently doesn't support nested maps in jsonData (https://github.com/grafana/grafana/issues/11537).

The change is implemented in a backwards compatible way.

Fixes https://github.com/fetzerch/grafana-sunandmoon-datasource/issues/11

fetzerch commented 5 years ago

@Xaroth fyi