Set maximum size for cells Highcharts heat map

北城以北 提交于 2019-12-11 22:09:46

问题


I cant find the way of setting a maximum size for the cells of a heat map.

It always go for the 100% of the space, it doesnt mind if I only use this data:

data: [[0,0,10],[0,1,19],[0,2,8],[0,3,24],[0,4,67],[1,0,92],[1,1,58],[1,2,78],[1,3,117],[1,4,48]],

http://jsfiddle.net/dJeUm/

来源:https://stackoverflow.com/questions/24776476/set-maximum-size-for-cells-highcharts-heat-map

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!