Skip to content

Commit

Permalink
feat(funnel): disable stories
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jun 17, 2020
1 parent 2748dc1 commit 4f6dc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions website/src/data/components/funnel/meta.yml
Expand Up @@ -8,9 +8,7 @@ Funnel:
- experimental
- svg
- isomorphic
stories:
- label: Displaying steps sub-groups by combining with other chart types
link: funnel-sub-clustering--demo
stories: []
description: |
A funnel chart.
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/funnel/index.js
Expand Up @@ -26,7 +26,7 @@ const initialProperties = {
direction: FunnelDefaultProps.direction,
interpolation: FunnelDefaultProps.interpolation,
shapeBlending: FunnelDefaultProps.shapeBlending,
spacing: 1,
spacing: FunnelDefaultProps.spacing,
valueFormat: { format: '>-.4s', enabled: true },

colors: { scheme: 'spectral' },
Expand Down

0 comments on commit 4f6dc92

Please sign in to comment.