【问题标题】:Highcharts - How to remove tooltip arrowsHighcharts - 如何删除工具提示箭头
【发布时间】:2015-10-15 16:35:31
【问题描述】:

我正在使用带有 Highcharts 的自定义 HTML 工具提示,并且想删除箭头,例如查看蓝色条上的小箭头:

这些是我对当前工具提示的设置:

    useHTML: true,
    shadow: false,
    borderRadius: 0,
    borderWidth: 0,
    backgroundColor: "rgba(255,255,255,1)",
    style: {
        padding: 0
    },
    shared: true

【问题讨论】:

    标签: highcharts


    【解决方案1】:

    使用选项形状

    shape: "square"
    

    Highcharts reference

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-24
      • 1970-01-01
      • 2015-06-24
      • 1970-01-01
      相关资源
      最近更新 更多