[O] Add cross tooltip pointer
This commit is contained in:
@@ -78,7 +78,11 @@ export default class CourseScatter extends Vue
|
|||||||
// Tooltip
|
// Tooltip
|
||||||
tooltip:
|
tooltip:
|
||||||
{
|
{
|
||||||
trigger: 'axis'
|
trigger: 'axis',
|
||||||
|
axisPointer:
|
||||||
|
{
|
||||||
|
type: 'cross'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
legend:
|
legend:
|
||||||
|
|||||||
Reference in New Issue
Block a user