Improve chart

This commit is contained in:
syuilo 2018-08-24 09:39:16 +09:00
parent 69fa2373cb
commit 9c4a7bf94c
2 changed files with 6 additions and 2 deletions

View file

@ -32,7 +32,9 @@ export default Vue.extend({
}]
},
tooltips: {
intersect: false
intersect: false,
mode: 'x',
position: 'nearest'
}
}, this.opts || {}));
}