Skip to content

Commit

Permalink
test: revert changes on vertical areas story
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Mar 11, 2021
1 parent e08e859 commit 11e94e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stories/small_multiples/2_vertical_areas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ export const Example = () => {
}}
sort="alphaDesc"
/>
<SmallMultiples
splitHorizontally="v_split"
// splitVertically="v_split"
style={{ verticalPanelPadding: [0, 0.3] }}
/>
<SmallMultiples splitVertically="v_split" style={{ verticalPanelPadding: [0, 0.3] }} />
<AreaSeries
id="line"
xScaleType={ScaleType.Time}
Expand Down

0 comments on commit 11e94e9

Please sign in to comment.