mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-18 13:51:59 +00:00
Remove onclick action
This commit is contained in:
@@ -12,6 +12,6 @@ import ChartWithGridAreaDefaultColor from './GridAreaWithDefaultStyle';
|
||||
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);
|
||||
|
||||
storiesOf('Grid area', module)
|
||||
.add('Basic Horizontal', () => <ChartWithGridAreaHorizontal onClick={action('clicked')} />)
|
||||
.add('Basic Vertical', () => <ChartWithGridAreaVertical onClick={action('clicked')} />)
|
||||
.add('With default style', () => <ChartWithGridAreaDefaultColor onClick={action('clicked')} />)
|
||||
.add('Basic Horizontal', () => <ChartWithGridAreaHorizontal />)
|
||||
.add('Basic Vertical', () => <ChartWithGridAreaVertical />)
|
||||
.add('With default style', () => <ChartWithGridAreaDefaultColor />)
|
||||
|
||||
Reference in New Issue
Block a user