Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
1e4a250d
Commit
1e4a250d
authored
Mar 29, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(abakysis): fix tooltip style,fix #436
parent
2e11ea67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
6 deletions
+0
-6
AnalysisBar.vue
src/views/dashboard/analysis/components/AnalysisBar.vue
+0
-1
AnalysisLine.vue
src/views/dashboard/analysis/components/AnalysisLine.vue
+0
-2
AnalysisPie.vue
src/views/dashboard/analysis/components/AnalysisPie.vue
+0
-2
TrendLine.vue
src/views/dashboard/analysis/components/TrendLine.vue
+0
-1
No files found.
src/views/dashboard/analysis/components/AnalysisBar.vue
View file @
1e4a250d
...
...
@@ -18,7 +18,6 @@
setOptions
({
tooltip
:
{
trigger
:
'
axis
'
,
backgroundColor
:
'
rgba(0, 0, 0, .6)
'
,
axisPointer
:
{
// 坐标轴指示器,坐标轴触发有效
type
:
'
shadow
'
,
// 默认为直线,可选为:'line' | 'shadow'
...
...
src/views/dashboard/analysis/components/AnalysisLine.vue
View file @
1e4a250d
...
...
@@ -22,12 +22,10 @@
tooltip
:
{
trigger
:
'
axis
'
,
padding
:
3
,
backgroundColor
:
'
rgba(0, 0, 0, .6)
'
,
borderColor
:
'
#777
'
,
borderWidth
:
1
,
},
legend
:
{
icon
:
'
rect
'
,
itemWidth
:
15
,
itemHeight
:
4
,
left
:
80
,
...
...
src/views/dashboard/analysis/components/AnalysisPie.vue
View file @
1e4a250d
...
...
@@ -41,10 +41,8 @@
],
tooltip
:
{
trigger
:
'
item
'
,
backgroundColor
:
'
rgba(0, 0, 0, .6)
'
,
},
legend
:
{
icon
:
'
circle
'
,
itemHeight
:
10
,
type
:
'
scroll
'
,
orient
:
'
vertical
'
,
...
...
src/views/dashboard/analysis/components/TrendLine.vue
View file @
1e4a250d
...
...
@@ -18,7 +18,6 @@
tooltip
:
{
trigger
:
'
axis
'
,
padding
:
3
,
backgroundColor
:
'
rgba(0, 0, 0, .6)
'
,
borderColor
:
'
#777
'
,
borderWidth
:
1
,
},
...
...
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