echarts icon indicating copy to clipboard operation
echarts copied to clipboard

tooltip feature on 'Area' in Area charts .

Open RahulVishK opened this issue 2 years ago • 3 comments

What problem does this feature solve?

when we hover mouse on area chart area of line chart tool tip is not coming Uploading Screenshot (98).png…

What does the proposed API look like?

tool tip should be coming even if we hover on area

RahulVishK avatar Aug 29 '22 06:08 RahulVishK

This is not possible currently because tooltip triggers on either item or axis hovering. It may not easy to support this feature but I think this is useful. For now, you can try to use trigger: 'axis' to get a similar result.

Ovilia avatar Sep 02 '22 08:09 Ovilia

It looks like this is also related to issue 12751

JackRobards avatar Jan 03 '23 17:01 JackRobards

Facing the same issue.

The fact that the tooltip doesn't trigger on hovering the area under the line is understandable, but in my opinion it is inconsistent with the tooltip behaviour of other chart types (e.g. bar and pie).

keyonvandenelzen avatar Apr 18 '24 11:04 keyonvandenelzen