如何将border-radius添加到标记pop

时间:2016-10-26 18:31:49

标签: highcharts

如果你看一下例子here;将鼠标悬停在标记点上时会弹出一个矩形框。如何为此框提供边框半径。

enter image description here

series: {
                marker: {
                    lineColor: null,
                    states: {
                        hover: {
                            fillColor: 'white',
                            radius: 10
                        }
                    }
                }
            }

1 个答案:

答案 0 :(得分:0)

您可以通过tooltip.borderRadius属性更改边框半径。

tooltip: {
        borderRadius: 20
    },

示例:http://jsfiddle.net/L24w2ghd/