Add option to include invisible points#10362
Conversation
|
Haven't looked at code, but the new option should also be documented in the documentation itself instead of only in the typings |
kurkle
left a comment
There was a problem hiding this comment.
Only doubt is the option name. It only includes invisible points outside chart area (and those could still be visible if clipping is disabled). But it does not include hidden points inside chart area, right?
|
I just added an option to suppress |
Entire dataset can be hidden by adding I fail to come up with a better name for the option, so maybe just update the description to mention "outside chartArea"? |
Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
etimberg
left a comment
There was a problem hiding this comment.
I'm ok with includeInvisible as the param name. I didn't notice anything with the code
Fixes #10361.