UNPKG
csg-datav
Version:
latest (1.0.0)
1.0.0
Datav Document
csg-datav
/
docs
/
guide
/
codeData
/
capsuleChart
/
index.js
11 lines
(10 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
capsuleChart1
from
'./demo1'
import
capsuleChart2
from
'./demo2'
import
capsuleChart3
from
'./demo3'
import
capsuleChart4
from
'./demo4'
export
default
{ capsuleChart1, capsuleChart2, capsuleChart3, capsuleChart4 }