K-Phoen / grabana

User-friendly Go library for building Grafana dashboards
MIT License
681 stars 69 forks source link

Support for NullValue for Timeseries #169

Open marco-m opened 2 years ago

marco-m commented 2 years ago

hello @K-Phoen, I am evaluating grabana and I have to say that in one hour I already saw the advantages (writing Go code, I did not try the YAML). Very nice idea, thanks for sharing!

Now, I would like to configure Null values to Connected for the Timeseries panel.

Do I understand correctly that I would have to add the feature to the timeseries package, in the same way as it is visible in the graph package? I used this search: https://github.com/K-Phoen/grabana/search?q=NullValue

Would you consider a PR?

Thanks

K-Phoen commented 2 years ago

Hey!

Glad you find this project interesting :)

Sure, it will be a pleasure to review it!