What problem does this feature solve?
Right now, there's no way to tell if click on XAxis (or any axis) had any modifiers (shift/ctrl/alt), whereas the full MouseEvent has e.altKey evailable.
In fact this might be a bug since typscript definition specifies a full React.MouseEvent for onClick
What does the proposed API look like?
This is not changing an API but rather pass a full MouseEvent vs a truncated one
What problem does this feature solve?
Right now, there's no way to tell if click on XAxis (or any axis) had any modifiers (shift/ctrl/alt), whereas the full MouseEvent has
e.altKeyevailable.In fact this might be a bug since typscript definition specifies a full
React.MouseEventforonClickWhat does the proposed API look like?
This is not changing an API but rather pass a full
MouseEventvs a truncated one