Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9a36d9d6
authored
Apr 24, 2024
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: import FunnelChart from echarts
parent
6ff31b90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
src/plugins/echarts/index.ts
+11
-9
No files found.
src/plugins/echarts/index.ts
View file @
9a36d9d6
...
@@ -2,23 +2,24 @@ import * as echarts from 'echarts/core'
...
@@ -2,23 +2,24 @@ import * as echarts from 'echarts/core'
import
{
import
{
BarChart
,
BarChart
,
FunnelChart
,
GaugeChart
,
LineChart
,
LineChart
,
PieChart
,
MapChart
,
MapChart
,
PictorialBarChart
,
PictorialBarChart
,
Radar
Chart
,
Pie
Chart
,
Gauge
Chart
Radar
Chart
}
from
'echarts/charts'
}
from
'echarts/charts'
import
{
import
{
TitleComponent
,
TooltipComponent
,
GridComponent
,
PolarComponent
,
AriaComponent
,
AriaComponent
,
Parallel
Component
,
Grid
Component
,
LegendComponent
,
LegendComponent
,
ParallelComponent
,
PolarComponent
,
TitleComponent
,
ToolboxComponent
,
ToolboxComponent
,
TooltipComponent
,
VisualMapComponent
VisualMapComponent
}
from
'echarts/components'
}
from
'echarts/components'
...
@@ -41,7 +42,8 @@ echarts.use([
...
@@ -41,7 +42,8 @@ echarts.use([
CanvasRenderer
,
CanvasRenderer
,
PictorialBarChart
,
PictorialBarChart
,
RadarChart
,
RadarChart
,
GaugeChart
GaugeChart
,
FunnelChart
])
])
export
default
echarts
export
default
echarts
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment