mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix(abakysis): fix tooltip style,fix #436
This commit is contained in:
parent
2e11ea677b
commit
1e4a250da1
@ -18,7 +18,6 @@
|
|||||||
setOptions({
|
setOptions({
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
backgroundColor: 'rgba(0, 0, 0, .6)',
|
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
// 坐标轴指示器,坐标轴触发有效
|
// 坐标轴指示器,坐标轴触发有效
|
||||||
type: 'shadow', // 默认为直线,可选为:'line' | 'shadow'
|
type: 'shadow', // 默认为直线,可选为:'line' | 'shadow'
|
||||||
|
@ -22,12 +22,10 @@
|
|||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
padding: 3,
|
padding: 3,
|
||||||
backgroundColor: 'rgba(0, 0, 0, .6)',
|
|
||||||
borderColor: '#777',
|
borderColor: '#777',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
icon: 'rect',
|
|
||||||
itemWidth: 15,
|
itemWidth: 15,
|
||||||
itemHeight: 4,
|
itemHeight: 4,
|
||||||
left: 80,
|
left: 80,
|
||||||
|
@ -41,10 +41,8 @@
|
|||||||
],
|
],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'item',
|
trigger: 'item',
|
||||||
backgroundColor: 'rgba(0, 0, 0, .6)',
|
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
icon: 'circle',
|
|
||||||
itemHeight: 10,
|
itemHeight: 10,
|
||||||
type: 'scroll',
|
type: 'scroll',
|
||||||
orient: 'vertical',
|
orient: 'vertical',
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
padding: 3,
|
padding: 3,
|
||||||
backgroundColor: 'rgba(0, 0, 0, .6)',
|
|
||||||
borderColor: '#777',
|
borderColor: '#777',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user