Skip to content

Commit

Permalink
test: mock update
Browse files Browse the repository at this point in the history
  • Loading branch information
monfera committed Jan 13, 2021
1 parent f9e51f9 commit a57b697
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.
2 changes: 1 addition & 1 deletion stories/icicle/01_unix_icicle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const color = palette.slice().reverse();

export const Example = () => {
return (
<Chart className="story-chart" size={{ width: 1024 }}>
<Chart className="story-chart">
<Settings showLegend flatLegend legendMaxDepth={maxDepth} theme={STORYBOOK_LIGHT_THEME} />
<Partition
id="spec_1"
Expand Down
2 changes: 1 addition & 1 deletion stories/icicle/02_unix_flame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const color = palette.slice().reverse();

export const Example = () => {
return (
<Chart className="story-chart" size={{ width: 1024 }}>
<Chart className="story-chart">
<Settings showLegend flatLegend legendMaxDepth={maxDepth} theme={STORYBOOK_LIGHT_THEME} />
<Partition
id="spec_1"
Expand Down
4 changes: 2 additions & 2 deletions stories/utils/hierarchical_input_utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const config: RecursivePartial<Config> = {
fontWeight: 500,
},
margin: { top: 0, bottom: 0, left: 0, right: 0 },
minFontSize: 4,
maxFontSize: 8,
minFontSize: 5,
maxFontSize: 9,
idealFontSizeJump: 1.01,
backgroundColor: 'rgba(229,229,229,1)',
};

0 comments on commit a57b697

Please sign in to comment.