Skip to content

Commit

Permalink
test: reduce flame chart maxFontSize on vrt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Dec 16, 2021
1 parent edd2112 commit 37f4349
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions storybook/stories/icicle/01_unix_icicle.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export const Example = () => {
baseTheme={useBaseTheme()}
theme={{
chartMargins: { top: 0, left: 0, bottom: 0, right: 0 },
partition: {
maxFontSize: 10,
},
}}
/>
<Partition
Expand Down
3 changes: 3 additions & 0 deletions storybook/stories/icicle/02_unix_flame.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export const Example = () => {
baseTheme={useBaseTheme()}
theme={{
chartMargins: { top: 0, left: 0, bottom: 0, right: 0 },
partition: {
maxFontSize: 10,
},
}}
/>
<Partition
Expand Down

0 comments on commit 37f4349

Please sign in to comment.