79228482

Date: 2024-11-26 22:44:31
Score: 1
Natty:
Report link

to the chart series add the following:

itemStyler({ datum }) {
  return datum.id === activeItem?.id
    ? { size: 15, stroke: 'red', strokeWidth: 2 }
    : undefined;
}

only works if you re-render the chart on each select and de-select

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kate Bohuslavska