mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-18 13:51:59 +00:00
Add "WithPopupOnValueClick" example
This commit is contained in:
@@ -11,6 +11,7 @@ import GridAreaWithDefaultStyle from './GridAreaWithDefaultStyle';
|
||||
import GridAreaWithSeriesEventListeners from './GridAreaWithSeriesEventListeners';
|
||||
import GridAreaWithValueEventListeners from './GridAreaWithValueEventListeners';
|
||||
import GridAreaWithPopupOnValueHover from './GridAreaWithPopupOnValueHover';
|
||||
import GridAreaWithPopupOnValueClick from './GridAreaWithPopupOnValueClick';
|
||||
|
||||
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);
|
||||
|
||||
@@ -21,4 +22,4 @@ storiesOf('Grid area', module)
|
||||
.add('With series event handler', () => <GridAreaWithSeriesEventListeners />)
|
||||
.add('With value event handler', () => <GridAreaWithValueEventListeners />)
|
||||
.add('With value event hover tooltip', () => <GridAreaWithPopupOnValueHover />)
|
||||
|
||||
.add('With value event click tooltip', () => <GridAreaWithPopupOnValueClick />)
|
||||
|
||||
Reference in New Issue
Block a user