[Bug] 雷达图在对axisName设置富文本后,tooltip内的内容会显示为富文本表达式
Open
not-a-bug
topic: radar
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.3.3
### Link to Minimal Reproduction
https://codepen.io/Little-Frog-233/pen/GgppPdz
### Steps to Reproduce
1. radar.axisName设置为 {
formatter: `{danger|{value}}`,
rich: {
danger: {
color: "red",
},
},
},
2. 使用tooltip
### Current Behavior
雷达图在对axisName设置富文本后,tooltip内的内容应该不携带富文本的表达式
### Expected Behavior
雷达图在对axisName设置富文本后,tooltip内的内容会显示为富文本表达式
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.