UNPKG
react-chartjs-3
Version:
latest (2.7.7)
2.7.7
2.7.6
2.7.5
react-chartjs-3
github.com/mendesfelipe87/react-chartjs-3
mendesfelipe87/react-chartjs-3
react-chartjs-3
/
stories
/
index.js
8 lines
(6 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{ storiesOf, action, linkTo }
from
'@kadira/storybook'
;
import
'./Welcome'
;
import
'./StockExamples'
;
import
'./MixLineBar'
;
import
'./UpdatingChart'
;