1.加入ai对话框 模块日报功能
This commit is contained in:
@@ -4,6 +4,7 @@ import {
|
||||
BarChart,
|
||||
FunnelChart,
|
||||
GaugeChart,
|
||||
HeatmapChart,
|
||||
LineChart,
|
||||
MapChart,
|
||||
PictorialBarChart,
|
||||
@@ -13,6 +14,7 @@ import {
|
||||
|
||||
import {
|
||||
AriaComponent,
|
||||
CalendarComponent,
|
||||
DataZoomComponent,
|
||||
GridComponent,
|
||||
LegendComponent,
|
||||
@@ -37,6 +39,7 @@ echarts.use([
|
||||
AriaComponent,
|
||||
ParallelComponent,
|
||||
VisualMapComponent,
|
||||
CalendarComponent,
|
||||
BarChart,
|
||||
LineChart,
|
||||
PieChart,
|
||||
@@ -45,7 +48,8 @@ echarts.use([
|
||||
PictorialBarChart,
|
||||
RadarChart,
|
||||
GaugeChart,
|
||||
FunnelChart
|
||||
FunnelChart,
|
||||
HeatmapChart
|
||||
])
|
||||
|
||||
export default echarts
|
||||
|
||||
Reference in New Issue
Block a user