fifemon / graphql-datasource

Grafana datasource plugin to query data from a GraphQL API
https://grafana.com/grafana/plugins/fifemon-graphql-datasource
Other
63 stars 33 forks source link

Fix plotting series when the first data point is empty #59

Open tonyhignett opened 3 years ago

tonyhignett commented 3 years ago
retzkek commented 3 years ago

Awesome, thank you! Sorry I haven't had a chance to review this yet.

Going to be a bit tricky integrating this and #60...

SydoxX commented 3 years ago

In #60 I tried to keep most of the non-requesting code the same so most of this stuff can be layered on. But RequestFactory will need some rewriting. I'd say we merge #60 first and then cherry-pick the conflicting lines, there shouldn't be too many of them. I'm happy to help with merging.