alexcode / vue2vis

A Vuejs 2 adapter for Visjs
MIT License
217 stars 59 forks source link

The timeline chart don't show the tooltip #98

Closed 12032465 closed 2 years ago

12032465 commented 2 years ago

I have set "showTooltips: true" in the options, but the timeline chart still don't show the tooltip, so I want to know whether vue2vis can support timeline chart show the tooltip. options: { showTooltips: true, tooltipOnItemUpdateTime: { template: (item) => { debugger } } },