Improve chart
This commit is contained in:
parent
69fa2373cb
commit
9c4a7bf94c
2 changed files with 6 additions and 2 deletions
|
|
@ -32,7 +32,9 @@ export default Vue.extend({
|
|||
}]
|
||||
},
|
||||
tooltips: {
|
||||
intersect: false
|
||||
intersect: false,
|
||||
mode: 'x',
|
||||
position: 'nearest'
|
||||
}
|
||||
}, this.opts || {}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue