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