79560248

Date: 2025-04-07 15:24:08
Score: 0.5
Natty:
Report link

You can simply use showInLegend set to false: https://api.highcharts.com/highcharts/series.pie.showInLegend

You can modify your config like so:

{
    name: 'acknowledged',
    y: acknowledgedWarnings,
    color: 'grey',
    showInLegend: false // Hide this from the legend
}, ...

You can still use itemClick for interaction if needed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrzej Bułeczka