Improve chart

This commit is contained in:
syuilo 2018-08-24 08:56:57 +09:00
parent 9cda89ec04
commit 8b37fc4772
3 changed files with 28 additions and 7 deletions

View file

@ -30,6 +30,9 @@ export default Vue.extend({
type: 'time',
distribution: 'series'
}]
},
tooltips: {
intersect: false
}
}, this.opts || {}));
}