binary-com/binary-charts

View on GitHub
.storybook/dynamic-fetching.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import { storiesOf } from '@kadira/storybook';
import SymbolSwitchable from './charts/SymbolSwitchableChart';

storiesOf('Dynamic data fetching', module)
    .add('Different symbol', () => <SymbolSwitchable />);