Pass Serie to SymbolShape, SliceTooltip #2473
jamesarosen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For accessibility reasons, I'd like to use a different symbol shape for each series in my chart. With the current APIs, that looks something like this:
I don't love that I have to define the lookup centrally. I'd prefer to attach the shape information to each
Serie
:Since
SliceTooltip
also needs to render the symbols in its table, it should also receive the fullSerie[]
(just like aCustomLayer
does):Beta Was this translation helpful? Give feedback.
All reactions