flant / grafana-statusmap

Grafana panel plugin to visualize status of multiple objects over time
MIT License
831 stars 43 forks source link

fix: use == operator instead of strict equal #185

Closed diafour closed 3 years ago

diafour commented 3 years ago

Overview

Fix "Data has value with undefined color" error.

What this PR does / why we need it

This is a fix for #184. #172 introduces a regression after fix linter issues. See a8e2a8fa.

Special notes for your reviewer

Does this PR introduce a user-facing change?