grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

React scenes: Add useDataTransformer hook #775

Closed oscarkilhed closed 3 months ago

oscarkilhed commented 3 months ago

Decided to take a look at implementing a react hook for using transformations. Based on the useQueryRunner hook.

https://github.com/grafana/scenes/assets/468940/9d3bf4e7-9247-4386-862d-96ad478880a6

torkelo commented 3 months ago

looks good!

oscarkilhed commented 3 months ago

Good thing I added some testing. It turned out I was not assigning the key, so I was creating a new dataTransformer every render :)

grafanabot commented 3 months ago

:rocket: PR was released in v4.30.0 :rocket: