Skip to content
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

Errorbars inherit color from line or marker color #3400

Closed
wants to merge 3 commits into from

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Jan 4, 2019

fix #3392 for 5 traces.

Note 1: For bar and histogram cases marker.line.color is applied as the default color. If undefined then `marker.color' is used if defined.

Note 2: For scatter, scatter3d and scattergl cases line.color is applied as the default color. If undefined then marker.color' is used if defined. Also note that marker.line.coloris not used in this regard; and the trace line color and errorbar lines would usecolorway` in that scenario.

@plotly/plotly_js

@archmoj archmoj changed the title Fix3392 errorbars inherit color from line or marker color - scatter3d and scatter case Errorbars inherit color from line or marker color - scatter3d and scatter case Jan 4, 2019
new scatter baselines for error bars should inherit color

improved mocks to include marker dot line and marker plus line scenarios

new baselines for various scenarios

new scatter mocks & fix for scattergl

new baselines

fix for histogram and bar charts

fixes

fix2

fix 3392 errorbars inherit color
@archmoj archmoj force-pushed the fix3392-errorbars-inherit-color branch from 7e1fa84 to e9350a5 Compare January 5, 2019 21:22
@archmoj archmoj changed the title Errorbars inherit color from line or marker color - scatter3d and scatter case Errorbars inherit color from line or marker color Jan 5, 2019
@archmoj
Copy link
Contributor Author

archmoj commented Jan 7, 2019

now at #3408

@archmoj archmoj closed this Jan 7, 2019
@archmoj archmoj deleted the fix3392-errorbars-inherit-color branch January 7, 2019 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error bars not inheriting color
1 participant