apache / apache/echarts

emphasis endlabel doesnot work

Open
#14,441 2 comments 0 reactions 0 assignees View on GitHub
bug en pending topic: label
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### Version
5.0.2

### Steps to reproduce
For example:
```js
{
name: '联盟广告',
type: 'line',
stack: '总量',
emphasis: {
focus: 'series',
endLabel: {
show: true,
},
},
data: [220, 182, 191, 234, 290, 330, 310]
},
```
It doesn't work.

### What is expected?
when mouse-over for each line, the line will emphasize and endlabel will display.

### What is actually happening?
only the line emphasize

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.