Skip to content

Commit

Permalink
fix(insights): axis rendering after placeholder (#6805)
Browse files Browse the repository at this point in the history
Chart options should change when it stops displaying a placeholder/cover. Without this we had axis missing on some renders.
  • Loading branch information
Tymek committed Apr 9, 2024
1 parent 2e0ca31 commit 3033681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const LineChartComponent: VFC<{
),
...overrideOptions,
}),
[theme, locationSettings, overrideOptions],
[theme, locationSettings, overrideOptions, cover],
);

return (
Expand Down

0 comments on commit 3033681

Please sign in to comment.