Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: chart 'no-data' placeholder #6172

Merged
merged 5 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
Tymek committed Feb 12, 2024
commit f4be80a08bed5d13eb8511ada0f7b72b819036c7
Original file line number Diff line number Diff line change
@@ -25,7 +25,8 @@ export const FlagsChart: VFC<IFlagsChartProps> = ({
{
label: 'Total flags',
data: [
43, 66, 55, 65, 62, 72, 75, 73, 80, 65, 62, 61, 69, 70, 77
43, 66, 55, 65, 62, 72, 75, 73, 80, 65, 62, 61, 69, 70,
77,
],
borderColor: theme.palette.primary.light,
backgroundColor: theme.palette.primary.light,