weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.85k stars 307 forks source link

Heatmap default options #640

Closed fred84 closed 6 months ago

fred84 commented 7 months ago

What does this do?

Set default Heatmap options to an empty list instead of null.

Why is it a good idea?

Older versions of Grafana (e.g. v10.2) fail on empty Heatmap options (for newer version this is already fixed in Grafana https://github.com/grafana/grafana/pull/79083)