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

Default `hoverHeaderOffset` to 0 #730

Closed Sergej-Vlasov closed 2 months ago

Sergej-Vlasov commented 4 months ago

This PR is part of alternative approach to https://github.com/grafana/grafana/issues/87495 that maked hoverHeaderOffset always 0

📦 Published PR as canary version: 4.17.4--canary.730.9018441703.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@4.17.4--canary.730.9018441703.0 # or yarn add @grafana/scenes@4.17.4--canary.730.9018441703.0 ```
Sergej-Vlasov commented 2 months ago

closing this PR in favour of https://github.com/grafana/grafana/pull/87561