2
我正在使用Highcharts的自定義HTML工具提示並希望刪除箭頭,例如看到細小的箭頭在藍色條:Highcharts - 如何刪除工具提示箭頭
這些是我對當前的提示設置:
useHTML: true,
shadow: false,
borderRadius: 0,
borderWidth: 0,
backgroundColor: "rgba(255,255,255,1)",
style: {
padding: 0
},
shared: true