平移后,往平移的方向丢失一个数据,比如丢失1个或者两个,即便设置了默认值,还是会存在数据丢失问题
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description
在vue项目中,F2 折线图使用平移之后,下面的设置会失效。
`
chart.line({
connectNulls: true // 将空数据连接
});
`
平移后还会产生,折线图的空数据连接默认值更改。
自定义的tooltip无法在当前窗口下点击。
Contributor guide
Research direction
Reproduce the issue in a Vue project using an F2 line chart with chart.line({ connectNulls: true }). First verify whether panning loses one or two data points and changes null-connection behavior; also check whether the custom tooltip can be clicked in the current window. Done means panning preserves the data and setting, while the tooltip remains clickable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100