提交 1e4a250d 作者: Vben

fix(abakysis): fix tooltip style,fix #436

上级 2e11ea67
......@@ -18,7 +18,6 @@
setOptions({
tooltip: {
trigger: 'axis',
backgroundColor: 'rgba(0, 0, 0, .6)',
axisPointer: {
// 坐标轴指示器,坐标轴触发有效
type: 'shadow', // 默认为直线,可选为:'line' | 'shadow'
......
......@@ -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,
......
......@@ -41,10 +41,8 @@
],
tooltip: {
trigger: 'item',
backgroundColor: 'rgba(0, 0, 0, .6)',
},
legend: {
icon: 'circle',
itemHeight: 10,
type: 'scroll',
orient: 'vertical',
......
......@@ -18,7 +18,6 @@
tooltip: {
trigger: 'axis',
padding: 3,
backgroundColor: 'rgba(0, 0, 0, .6)',
borderColor: '#777',
borderWidth: 1,
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论