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

Add: error bands support to graphs (all except pie) #1430

Closed
wants to merge 82 commits into from

Conversation

luke14free
Copy link
Contributor

a06403f0-acae-11e6-8feb-1d00f4e002c9

(fixing problem with picked up commits in #1404)

@@ -224,6 +224,7 @@ function QueryResultService($resource, $timeout, $q) {
let seriesName;
let xValue = 0;
const yValues = {};
let eValue = 0;
Copy link
Member

Choose a reason for hiding this comment

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

I just realized that we will always have an eValue... did you check how it affects queries that don't have a error column set?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, they work just fine.

Copy link
Member

Choose a reason for hiding this comment

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

if the error is 0 , plotly ignores it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@arikfr for some reason they do look fine even though with the errors = 0 they should look slightly different. I want to review this throughly on Monday, also I find very annoying that after I set an error/group by column I cannot clear it, so I want to add that feature as well.

@luke14free luke14free changed the base branch from webpack to master November 28, 2016 09:20
@luke14free
Copy link
Contributor Author

luke14free commented Nov 28, 2016

closing as this must now go into master and there were some commits imported that weren't mine.. #1433 is the updated PR

@luke14free luke14free closed this Nov 28, 2016
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