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

[Charts] Add: errors bands in graphs #1433

Merged
merged 4 commits into from
Dec 13, 2016

Conversation

luke14free
Copy link
Contributor

Adding error bands to graphs and fix bugs in visualization (see original pull request #1430)


unifiedX.forEach((x) => {
plotlySeries.x.push(normalizeValue(x));
plotlySeries.y.push(normalizeValue(yValues[x] || null));
if (eValues[x]) {
Copy link
Member

Choose a reason for hiding this comment

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

This will be false in case of eValues[x] has a flase-y value, like 0... better check if it's defined.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍 fixed

@luke14free
Copy link
Contributor Author

any news on this PR :) ?

@arikfr arikfr changed the title Adding errors bands in graphs and fixing chart-edit bugs [Charts] Add: errors bands in graphs Dec 13, 2016
@arikfr arikfr merged commit b07b347 into getredash:master Dec 13, 2016
@arikfr
Copy link
Member

arikfr commented Dec 13, 2016

Merged. Thanks! And sorry for the delay.

@luke14free
Copy link
Contributor Author

luke14free commented Dec 13, 2016 via email

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.

2 participants