-
Notifications
You must be signed in to change notification settings - Fork 2k
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
heatmap 笛卡尔坐标系自定义tooltip #111
Comments
两种方案都是可以做到的:
|
jsfiddle link is broken, 能放在bpaste.net上面吗 |
现在每一个行有3个属性’地点, 时间, 人数‘ , tooltip和点击有以下需求 |
当前版本不支持这个功能,稍等晚上发个版本可以把这个补上 |
https://codepen.io/quietcoder/pen/PEYbPr v1.13.1 版本增加了对额外指标展示在提示框中的支持,在定义指标的时候,columns 中前两项为x 轴和 y 轴的维度,第三项为 热力图指标,其余项的数据展示在提示框中。 |
wonderful! |
grid ? 是指的什么 |
就是那个小格子, 默认是不显示信息的, 只有颜色, 现在能让他显示自定义属性的值吗? |
http://echarts.baidu.com/demo.html#heatmap-cartesian 百度的这个图, 每个小格子上是显示数值的,能不能咱们的也显示值, 并且支持显示规定的属性 |
还有tooltip, 能不能让 作为标准的值放在最后一行显示, 这样格式看起来更好一些 |
亲, extend之后, tooltip里面的属性和值都变成undefined了 |
这个功能需要发个版本支持一下 |
我交作业, 能不能现在先告诉我 |
稍等发个版本,坐标轴的信息在组件内部,外面获取不到 |
兄弟真给力, 这支持力度, 给钱都不一定找得到。 |
鼠标移动到某个格子的时候, 显示的内容能自定义吗?
或者格子默认显示信息, 点击可跳转
The text was updated successfully, but these errors were encountered: