grafana / grafana-foundation-sdk

A set of tools, types and libraries for building and manipulating Grafana objects.
Apache License 2.0
28 stars 1 forks source link

State timeline panel Type value typo #43

Closed hallum closed 6 months ago

hallum commented 7 months ago

Hi - I am a big fan of your work on the grabana lib and very happy to see it become an official Grafana supported project.

I was doing some testing with the Go side of this sdk and think I found a typo.

The statetimeline type name is currently "statetimeline" and Grafana 10.3.3 expects "state-timeline"

https://github.com/grafana/grafana-foundation-sdk/blob/v10.3.x%2Bcog-v0.0.x/go/statetimeline/panel_builder_gen.go#L30

I attempted to track down where this value was injected during the code generation, but wasn't very successful.

K-Phoen commented 7 months ago

Hey!

Glad you find this repository useful and thanks for reporting this issue :)

A fix is in the works and should land here in the coming days.

K-Phoen commented 6 months ago

Release done! :)