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