UNPKG
re-chart
Version:
latest (1.0.0)
1.0.0
A react chart library powered by ECharts
github.com/XueSeason/re-chart
XueSeason/re-chart
re-chart
/
src
/
index.js
12 lines
(10 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Bar
from
'./lib/bar'
import
Pie
from
'./lib/pie'
import
Line
from
'./lib/line'
import
Funnel
from
'./lib/funnel'
export
{
Bar
,
Pie
,
Line
,
Funnel
, }