-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
expose parcoords context line color #4635
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
Conversation
src/traces/parcoords/attributes.js
Outdated
| }, | ||
| editType: 'calc' | ||
| }, | ||
| editType: 'calc' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if color has editType: 'plot' and it's the only thing in these containers, they can have 'plot' as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall, Etienne mentioned that for containers we should use calc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe containers should use the most intense editType of anything inside them, and should use calc if there's any array or arrayOk attribute inside.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the note regarding arrayOk items.
Changed all to plot in b4dabb2.
alexcjohnson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
resolves #3939 | Demo
by adding new attribute
unselected.line.color.TODO:
@plotly/plotly_js
cc: @chriddyp