[go: up one dir, main page]

Skip to content
New issue

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

网格热力图和热力图热力汇聚问题 #2612

Open
Lemondez opened this issue Sep 5, 2024 · 4 comments
Open

网格热力图和热力图热力汇聚问题 #2612

Lemondez opened this issue Sep 5, 2024 · 4 comments
Assignees

Comments

@Lemondez
Copy link
Lemondez commented Sep 5, 2024

问题描述

想要咨询一下,目前在我的案例中,我对一块区域的坐标点加密处理来展示地图浓度,当我使用热力图时,加密的部分浓度相加在一起展示了,想咨询一下热力图中有类似网格热力图transforms的聚合方法参数那样,有多个参数可选count,max,min,sum,mean,展示一块区域中最大浓度而不是相加的参数吗?我在文档中找了很久没有相关的内容,或者说网格热力图有热力图rampColors中positions这样的参数可以让我自定义颜色吗?

另外还想问一下,如果热力图的颜色设置为positions: [0, 0.2, 0.4, 0.6, 0.8, 1.0],它是把最高的浓度定为1,然后其他浓度和最大浓度相除得到的值放进positions区间吗?

重现链接

No response

重现步骤

如图

预期行为

我希望较密的区域展示为浓度最高的值而不是聚集相加

平台

  • 操作系统: [Windows]
  • 网页浏览器: [Google Chrome]

屏幕截图或视频(可选)

QQ截图20240905104019

QQ截图20240905104008

补充说明(可选)

No response

Copy link
Contributor
github-actions bot commented Sep 5, 2024

hi @Lemondez, welcome!

Copy link
Contributor
github-actions bot commented Sep 5, 2024

Hi @Lemondez, Please star this repo if you find it useful! Thanks ⭐!
你好~ @Lemondez 🌟 如果这个仓库对你有帮助,可以给我们点个star支持一下~你的支持对我们来说是最大的鼓励,感谢你的支持与点赞 🌟

@lzxue
Copy link
Contributor
lzxue commented Sep 11, 2024

最高的值就是 max

@Lemondez
Copy link
Author

最高的值就是 max

你好,感谢你的回答,我在热力图中没有找到可以设置max的地方,当缩小图像时,点浓度会汇聚在一起变成红色。网格热力图有method参数可以设置,而网格热力图我又无法设置position,不知道是不是我没在文档中找到这部分的内容

1726044792174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants