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
f1caa7bb
Commit
f1caa7bb
authored
Mar 07, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:set tooltop trigger
parent
d7bd6bdf
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
HorizontalBar.vue
components/HorizontalBar/HorizontalBar.vue
+4
-0
LineMixBar.vue
components/LineMixBar/LineMixBar.vue
+4
-0
NormalBar.vue
components/NormalBar/NormalBar.vue
+4
-0
NormalLine.vue
components/NormalLine/NormalLine.vue
+4
-0
No files found.
components/HorizontalBar/HorizontalBar.vue
View file @
f1caa7bb
...
@@ -45,6 +45,10 @@
...
@@ -45,6 +45,10 @@
...
this
.
elementInfo
.
option
.
yAxis
,
...
this
.
elementInfo
.
option
.
yAxis
,
data
:
categories
data
:
categories
},
},
tooltip
:
{
...
this
.
elementInfo
.
option
.
tooltip
,
trigger
:
"axis"
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
series
:
this
.
dealSeriesData
(
series
)
}
}
...
...
components/LineMixBar/LineMixBar.vue
View file @
f1caa7bb
...
@@ -54,6 +54,10 @@
...
@@ -54,6 +54,10 @@
type
:
'value'
type
:
'value'
}
}
],
],
tooltip
:
{
...
this
.
elementInfo
.
option
.
tooltip
,
trigger
:
"axis"
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
series
:
this
.
dealSeriesData
(
series
)
}
}
...
...
components/NormalBar/NormalBar.vue
View file @
f1caa7bb
...
@@ -40,6 +40,10 @@
...
@@ -40,6 +40,10 @@
...
this
.
elementInfo
.
option
.
xAxis
,
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
data
:
categories
},
},
tooltip
:
{
...
this
.
elementInfo
.
option
.
tooltip
,
trigger
:
"axis"
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
series
:
this
.
dealSeriesData
(
series
)
}
}
...
...
components/NormalLine/NormalLine.vue
View file @
f1caa7bb
...
@@ -42,6 +42,10 @@
...
@@ -42,6 +42,10 @@
...
this
.
elementInfo
.
option
.
xAxis
,
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
data
:
categories
},
},
tooltip
:
{
...
this
.
elementInfo
.
option
.
tooltip
,
trigger
:
"axis"
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
series
:
this
.
dealSeriesData
(
series
)
}
}
...
...
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