Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
c9d39d6d
Commit
c9d39d6d
authored
Mar 04, 2022
by
Jenny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: OMS-4822 大屏报表和小程序报表图表组件加tooltip开关配置
parent
8eb9f130
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
HorizontalBar.vue
components/HorizontalBar/HorizontalBar.vue
+0
-1
LineMixBar.vue
components/LineMixBar/LineMixBar.vue
+0
-1
NormalBar.vue
components/NormalBar/NormalBar.vue
+0
-1
NormalLine.vue
components/NormalLine/NormalLine.vue
+0
-1
No files found.
components/HorizontalBar/HorizontalBar.vue
View file @
c9d39d6d
...
...
@@ -41,7 +41,6 @@
}
=
this
.
elementData
this
.
ec
.
option
=
{
...
this
.
elementInfo
.
option
,
tooltip
:
{},
yAxis
:
{
...
this
.
elementInfo
.
option
.
yAxis
,
data
:
categories
...
...
components/LineMixBar/LineMixBar.vue
View file @
c9d39d6d
...
...
@@ -41,7 +41,6 @@
const
{
categories
,
series
}
=
this
.
elementData
.
dataList
this
.
ec
.
option
=
{
...
this
.
elementInfo
.
option
,
tooltip
:
{},
xAxis
:
{
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
...
...
components/NormalBar/NormalBar.vue
View file @
c9d39d6d
...
...
@@ -36,7 +36,6 @@
const
{
categories
,
series
}
=
this
.
elementData
.
dataList
this
.
ec
.
option
=
{
...
this
.
elementInfo
.
option
,
tooltip
:
{},
xAxis
:
{
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
...
...
components/NormalLine/NormalLine.vue
View file @
c9d39d6d
...
...
@@ -38,7 +38,6 @@
color
:
[
'#00f2f1'
,
'#ed3f35'
,
'#1089E7'
,
"#F8B448"
,
"#8B78F6"
,
'#8cd8ff'
,
'#f0ad54'
,
'#ffffff'
,
'#000000'
],
// tooltip: {},
xAxis
:
{
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
...
...
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