We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当使用area显示多个类型数据或者line组件显示一个类型数据的时候,如果给series配置里设置point属性,会导致tooltip出现重复的数据显示
The text was updated successfully, but these errors were encountered:
OoO
Sorry, something went wrong.
antvis/F2#566 应该和这个问题一样,去重逻辑是根据全部不同的,其中一个有point另一个没有认为样式不同就会出现2个。
https://github.com/ant-mini-program/mini-chart/blob/master/components/line/index.js#L65 试了一下,将这个地方point的颜色值设置为与线同样的颜色,可以解决这个问题,请问这个可以更新吗?
No branches or pull requests
当使用area显示多个类型数据或者line组件显示一个类型数据的时候,如果给series配置里设置point属性,会导致tooltip出现重复的数据显示
The text was updated successfully, but these errors were encountered: