Rename chartwithgrid story

This commit is contained in:
2018-07-02 10:08:00 +05:30
parent cf246a1778
commit 8ffd753367
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ import '../node_modules/react-vis/dist/style.css';
const MSEC_DAILY = 86400000;
export default class BasicChartWithGrid extends React.Component {
export default class BasicChartWithGridArea extends React.Component {
render() {
const timestamp = new Date('September 9 2017').getTime();
return (
+1 -1
View File
@@ -5,7 +5,7 @@ import { action } from '@storybook/addon-actions';
import { linkTo } from '@storybook/addon-links';
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')} />);