As per subject I want to capture the click on the area not the line data point.
Here is an example of the chart I want to capture the click on the area not the line data point of the chart: https://codesandbox.io/p/sandbox/ndzk7l
When I click on the line data points I get console logged the params object but not when I click on the area.
Anyone knows how to achieve this with an echarts line chart?