怎样修改对比折线图的 tooltipmaker 默认样式, 两条线怎么改
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description

如上图: 两条线的辅助线交点是空心的, 我想把两条线改成实心且与线颜色相同, 怎么实现, 设置 tooltipMarkerStyle 的话两条线的交点都会是同一个颜色
`
tooltipMarkerStyle: {
fill: '#FF7F4E',
stroke: '#fff'
},
`
这样改完后会显示如图:

求解决方法
Contributor guide
Research direction
Start by reproducing the two-line tooltip shown in the issue and inspect how tooltipMarkerStyle is applied. The work is complete when both tooltip markers are solid and each marker uses the color of its corresponding line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100