I have a problem with the style of my Highcharts 3D pie chart - it does not fit with dark theme.
How can I change the style of the title and the background of the tooltip?
You need to add property style with property color for it. This will help: https://api.highcharts.com/highcharts/tooltip.style
tooltip: { backgroundColor: 'red', borderWidth: 1, shadow: true, useHTML: true, style: { padding: 0, color: 'grey' } },
1.4m articles
1.4m replys
5 comments
57.0k users