tooltip: {
show: true,
trigger: "axis",
axisPointer: {
type: 'none'
}
}
axisPointer为坐标轴指示器配置项,
type为’line’ 表示直线指示器
type为’shadow’ 表示阴影指示器
type为’none’ 表示无指示器
type为’cross’ 表示十字准星指示器
tooltip: {
show: true,
trigger: "axis",
axisPointer: {
type: 'none'
}
}
axisPointer为坐标轴指示器配置项,
type为’line’ 表示直线指示器
type为’shadow’ 表示阴影指示器
type为’none’ 表示无指示器
type为’cross’ 表示十字准星指示器