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

project: Fix compatibility with Grafana v7.0.0 #23

Closed fetzerch closed 4 years ago

fetzerch commented 4 years ago

In Grafana v7.0.0-beta1 DashboardModel.isTimezoneUtc got removed and cannot be used anymore in plugins. Replace it with its implementation this.getTimezone() === 'utc'.

See: https://github.com/grafana/grafana/pull/23586