Reputation: 169
I need to enable tooltip while hovering over x-Axis labels in E-Charts.
Thanks in advance.
Upvotes: 1
Views: 2322
Reputation: 27
Try this:
option = { tooltip: { trigger: 'item' }, }
Upvotes: -1