我可以使用高图构建圆形热图吗
Can i Build Circular heat map using highchart
我要构建如下图
我可以使用 highchart
构建圆形热图吗
enter image description here
Highcharts 默认不支持圆形热图,但您可以使用附加代码创建 polar heatmap
图表:
chart: {
type: 'heatmap',
polar: true
}
我要构建如下图 我可以使用 highchart
构建圆形热图吗enter image description here
Highcharts 默认不支持圆形热图,但您可以使用附加代码创建 polar heatmap
图表:
chart: {
type: 'heatmap',
polar: true
}