Reactjs – Change size of MarkElement in MUI x-charts
I want to inject a custom MarkElement via the slots.mark property. How can I change the size of the MarkElement? const slotsMark = (props: MarkElementProps) => { return ( <MarkElement {...props}/> ) } I managed to change the color via…