We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb3d5c commit f04441aCopy full SHA for f04441a
src/index.js
@@ -6,6 +6,7 @@ import Pie from './BaseCharts/Pie'
6
import PolarArea from './BaseCharts/PolarArea'
7
import Radar from './BaseCharts/Radar'
8
import Bubble from './BaseCharts/Bubble'
9
+import Scatter from './BaseCharts/Scatter'
10
import mixins from './mixins/index.js'
11
import npmCfg from '../package.json'
12
@@ -19,6 +20,7 @@ const VueCharts = {
19
20
PolarArea,
21
Radar,
22
Bubble,
23
+ Scatter,
24
mixins
25
}
26
@@ -34,5 +36,6 @@ export {
34
36
35
37
38
39
40
41
0 commit comments