1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix(insights): axis rendering after placeholder (#6805)

Chart options should change when it stops displaying a placeholder/cover. Without this we had axis missing on some renders.
This commit is contained in:
Tymoteusz Czech 2024-04-09 11:28:56 +02:00 committed by GitHub
parent 2e0ca3150a
commit 30336819f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ const LineChartComponent: VFC<{
),
...overrideOptions,
}),
[theme, locationSettings, overrideOptions],
[theme, locationSettings, overrideOptions, cover],
);
return (