Skip to content

Commit

Permalink
fix(abakysis): fix tooltip style,fix #436
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Mar 29, 2021
1 parent 2e11ea6 commit 1e4a250
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/views/dashboard/analysis/components/AnalysisBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
setOptions({
tooltip: {
trigger: 'axis',
backgroundColor: 'rgba(0, 0, 0, .6)',
axisPointer: {
// 坐标轴指示器,坐标轴触发有效
type: 'shadow', // 默认为直线,可选为:'line' | 'shadow'
Expand Down
2 changes: 0 additions & 2 deletions src/views/dashboard/analysis/components/AnalysisLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions src/views/dashboard/analysis/components/AnalysisPie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
],
tooltip: {
trigger: 'item',
backgroundColor: 'rgba(0, 0, 0, .6)',
},
legend: {
icon: 'circle',
itemHeight: 10,
type: 'scroll',
orient: 'vertical',
Expand Down
1 change: 0 additions & 1 deletion src/views/dashboard/analysis/components/TrendLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
tooltip: {
trigger: 'axis',
padding: 3,
backgroundColor: 'rgba(0, 0, 0, .6)',
borderColor: '#777',
borderWidth: 1,
},
Expand Down

0 comments on commit 1e4a250

Please sign in to comment.