Skip to content

IRSA-601: labels change in error bars options #413

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

Merged
merged 1 commit into from
Jul 17, 2017

Conversation

ejoliet
Copy link
Contributor

@ejoliet ejoliet commented Jul 15, 2017

Labels for error bars option have changed.

X Err -> Error
Sym -> Symm

I took the opportunity to cleanup the code and remove duplicated constant.

Please, confirm change in UI and check that i didn't mess up the code. Thanks.

@ejoliet ejoliet requested review from tgoldina and wmiipac July 15, 2017 00:52
Copy link
Contributor

@tgoldina tgoldina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge.

@@ -119,7 +119,7 @@ export function fieldReducer({chartId, activeTrace}) {
fieldKey: errorMinusFieldKey(activeTrace, 'x'),
value: get(tablesourceMappings, ['error_x.arrayminus'], ''),
//tooltip: 'X error',
label: 'X Err\u2193:',
label: 'Error\u2193:',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to remove tooltip and label properties from error and errorMinus fields here - they have no effect here and are actually defined in the Errors' render (as props to ColumnOrExpression).

@wmiipac
Copy link
Contributor

wmiipac commented Jul 17, 2017

Looks good. approved for merge.

Copy link
Contributor

@wmiipac wmiipac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to merge

@ejoliet ejoliet merged commit 1215c1c into dev Jul 17, 2017
@ejoliet ejoliet deleted the IRSA-601-asymbar-labels-change branch July 17, 2017 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants