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:
parent
2e0ca3150a
commit
30336819f2
@ -113,7 +113,7 @@ const LineChartComponent: VFC<{
|
||||
),
|
||||
...overrideOptions,
|
||||
}),
|
||||
[theme, locationSettings, overrideOptions],
|
||||
[theme, locationSettings, overrideOptions, cover],
|
||||
);
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user