mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-18 13:51:59 +00:00
Rename chartwithgrid story
This commit is contained in:
@@ -13,7 +13,7 @@ import '../node_modules/react-vis/dist/style.css';
|
|||||||
|
|
||||||
const MSEC_DAILY = 86400000;
|
const MSEC_DAILY = 86400000;
|
||||||
|
|
||||||
export default class BasicChartWithGrid extends React.Component {
|
export default class BasicChartWithGridArea extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
const timestamp = new Date('September 9 2017').getTime();
|
const timestamp = new Date('September 9 2017').getTime();
|
||||||
return (
|
return (
|
||||||
@@ -5,7 +5,7 @@ import { action } from '@storybook/addon-actions';
|
|||||||
import { linkTo } from '@storybook/addon-links';
|
import { linkTo } from '@storybook/addon-links';
|
||||||
|
|
||||||
import { Button, Welcome } from '@storybook/react/demo';
|
import { Button, Welcome } from '@storybook/react/demo';
|
||||||
import ChartWithGrid from './ChartWithGrid';
|
import ChartWithGrid from './ChartWithGridArea';
|
||||||
|
|
||||||
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);
|
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user