Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make rest of the examples responsive, add guide for setting sizes#6417

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
PavelVanecek merged 16 commits intomainfromresponsive-cont
Oct 9, 2025
Merged
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
6dfe61a
PieChart examples are responsive
PavelVanecekOct 5, 2025
e383f1f
RadarChart examples are responsive
PavelVanecekOct 5, 2025
828e8dc
RadialBarChart examples are responsive
PavelVanecekOct 5, 2025
ac0ab3f
Swap Google analytics ID for unique one
PavelVanecekOct 5, 2025
907bb21
Treemap examples are responsive
PavelVanecekOct 5, 2025
d2d918e
Tooltip examples are responsive
PavelVanecekOct 5, 2025
a2613ae
Legend examples are responsive
PavelVanecekOct 5, 2025
4d7e5ca
Add ChartSizing component and update navigation for chart sizes and l…
PavelVanecekOct 5, 2025
550819d
Add PieChartInFlexbox example and update ChartSizing documentation fo…
PavelVanecekOct 5, 2025
c8dd77c
Add PieChartInGrid example for responsive layouts
PavelVanecekOct 5, 2025
be9e730
Update snapshot
PavelVanecekOct 5, 2025
1a2a951
Vitest doesn't like importing scss but fortunately these files are va…
PavelVanecekOct 5, 2025
6c4c79b
Add tests for responsive prop, remove unreachable code
PavelVanecekOct 5, 2025
e9df45c
Update terminology for chart sizing in documentation and snapshots, a…
PavelVanecekOct 5, 2025
243d4e6
I got sick of invisible links so here is text-decoration back as it s…
PavelVanecekOct 5, 2025
d156c67
Comment out failing PieChartInGrid test due to inconsistent results a…
PavelVanecekOct 5, 2025
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
PrevPrevious commit
NextNext commit
Update snapshot
  • Loading branch information
@PavelVanecek
PavelVanecek committedOct 5, 2025
commitbe9e73024716a8ebfbb9b2ac6e4d1e4614a3dfe5
22 changes: 16 additions & 6 deletionswww/test/__snapshots__/navigation.spec.ts.snap
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,6 +27,11 @@ exports[`getAllNavigationItems > should return all navigation items 1`] = `
"key": "activeIndex",
"url": "/en-US/guide/activeIndex",
},
{
"displayName": "Chart sizes and layout",
"key": "sizes",
"url": "/en-US/guide/sizes",
},
],
"key": "guide",
},
Expand DownExpand Up@@ -602,11 +607,6 @@ exports[`getAllNavigationItems > should return all navigation items 1`] = `
"key": "StraightAnglePieChart",
"url": "/en-US/examples/StraightAnglePieChart",
},
{
"displayName": "Two Simple Pie Chart",
"key": "TwoSimplePieChart",
"url": "/en-US/examples/TwoSimplePieChart",
},
{
"displayName": "Custom Active Shape Pie Chart",
"key": "CustomActiveShapePieChart",
Expand All@@ -618,7 +618,7 @@ exports[`getAllNavigationItems > should return all navigation items 1`] = `
"url": "/en-US/examples/PieChartWithCustomizedLabel",
},
{
"displayName": "Pie ChartWith Padding Angle",
"displayName": "Pie Chartwith gap and rounded corners",
"key": "PieChartWithPaddingAngle",
"url": "/en-US/examples/PieChartWithPaddingAngle",
},
Expand All@@ -627,6 +627,16 @@ exports[`getAllNavigationItems > should return all navigation items 1`] = `
"key": "PieChartWithNeedle",
"url": "/en-US/examples/PieChartWithNeedle",
},
{
"displayName": "Pie Chart in Flexbox",
"key": "PieChartInFlexbox",
"url": "/en-US/examples/PieChartInFlexbox",
},
{
"displayName": "Pie Chart in Grid",
"key": "PieChartInGrid",
"url": "/en-US/examples/PieChartInGrid",
},
],
"key": "PieChart",
},
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp