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
41 stars 8 forks source link

plugin: Convert to Grafana's ReactJS based plugin framwork #32

Closed fetzerch closed 3 years ago

fetzerch commented 3 years ago

Migrate to grafana-toolkit and the ReactJS based plugin framework introduced with Grafana v7.0.

This allows to drop a large amount of configuration settings because we can simply inherit them from grafana-toolkit.

Fixes: #29, Fixes #31.

TODOs: