feat: 添加鼠标样式
This commit is contained in:
@@ -232,7 +232,15 @@ const pieWithTable = {
|
|||||||
}
|
}
|
||||||
const singleValueLine = {
|
const singleValueLine = {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: false
|
show: true,
|
||||||
|
enterable: true,
|
||||||
|
showContent: true,
|
||||||
|
appendToBody: true,
|
||||||
|
trigger: 'axis',
|
||||||
|
textStyle: {
|
||||||
|
width: '20px',
|
||||||
|
overflow: 'truncate'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'time',
|
type: 'time',
|
||||||
|
|||||||
Reference in New Issue
Block a user