antvis / antvis/F2

set showTooltipMarker for single line

Open
#882 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
637
PR merge metrics
No merged PRs in 30d

Description

- [x] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate.

### What problem does this feature solve?
like this example https://antv-f2.gitee.io/zh/examples/line/multiple#series
how to set the blue line showTooltipMarker: false while others true?

### What does the proposed API look like?
```
showTooltipMarker(type) {
return boolean
}
```

Contributor guide

Open the contributing guide

Research direction

Start with the linked multiple-series line example and trace how tooltip markers are configured for each line. Determine whether the proposed showTooltipMarker(type) API can make the blue line return false while other series return true, and verify the behavior against the example before considering the issue done.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.