-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add marker.nancolor
#3035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Reading from line:
this is the intended behavior. Granted, you can make a case that this behavior isn't optimal. But we won't consider changing it until v2. |
Sad to read that there is no way to set it up to the auto-color of the line... |
related: #975 - we could implement something like |
@alexcjohnson Nice, so I'm reopening this issue. 😉 |
marker.color
array null
values should return default color, not blackmarker.nancolor
Is there any update on this feature request? |
It's a good feature and we'd love to have it in the library but it's not on anyone's roadmap at the moment as far as I know. That said, we as maintainers would be happy to help someone from the community to implement it in Plotly.js, or to accept sponsorship to get it on to our short-term roadmap :) |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
When you set a
marker.color
array withnull
values, these markers are black.Shouldn't they be the same color as the line?
https://jsfiddle.net/z1asg45e/
The text was updated successfully, but these errors were encountered: