答案 0 :(得分:1)
请参阅此jsFiddle。
我将颜色匹配和字体大小留给您。一般的想法是使用找到的信息here,如下所示:
tooltip: {
formatter: function() {
return '<b>' + this.x + '</b><br/>' + this.y + ' €';
},
backgroundColor: 'Grey',
borderWidth: 1,
borderColor: '#AAA',
style: {
fontWeight: 'bold',
color: 'White'
}
}
修改强> 所以看起来只有少数预先制作的点标记符号。见here。当然,你可以创建自己的。或者,您可以编辑这些现有符号以实现您想要的效果。见here!