I'm using a custom HTML tooltip with Highcharts and would like to remove the arrow, e.g. see the tiny arrow over the blue bar:
These are my settings for the current tooltip:
useHTML: true,
shadow: false,
borderRadius: 0,
borderWidth: 0,
backgroundColor: "rgba(255,255,255,1)",
style: {
padding: 0
},
shared: true
Use option shape
shape: "square"
Highcharts reference
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With