Arun Kenjila
Arun Kenjila

Reputation: 169

E Charts - Enable tooltip for X axis label

I need to enable tooltip while hovering over x-Axis labels in E-Charts.

Thanks in advance.

Upvotes: 1

Views: 2322

Answers (1)

K_Y
K_Y

Reputation: 27

Try this:

option = {
  tooltip: {
    trigger: 'item'
  },
}

Upvotes: -1

Related Questions