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

e_band2 and updates to e_error_bar #232

Merged
merged 2 commits into from
Nov 22, 2020
Merged

e_band2 and updates to e_error_bar #232

merged 2 commits into from
Nov 22, 2020

Conversation

helgasoft
Copy link
Contributor

e_error_bar is now more robust and customizable, renderErrorBar2 in renderers.js was also heavily rewritten.
e_band2 is a new chart for "area bands". Very similar to the original e_band, but with a different visualization method. The main goal was to handle better e_y_axis(scale=TRUE) and see the bands with maximal auto-zoom. Could address issue #113 as well.
Sorry, ran build_reference() by mistake and updated 100 files unnecessarily.

helgasoft and others added 2 commits November 16, 2020 18:10
e_error_bar is now more robust and customizable, renderErrorBar2 in renderers.js was also heavily rewritten.
e_band2 is a new chart for "area bands". Very similar to the original e_band, but with a different visualization method. The main goal was to handle better e_y_axis(scale=TRUE) and see the bands with maximal auto-zoom.
Sorry, ran build_reference() by mistake and updated 100 files unnecessarily.
@helgasoft
Copy link
Contributor Author

It is better to include e_scatter as a chart e_error_bar can attach to.

# add_.R after line 2237
    if (info==0) info <- length(unlist(lapply(ser, function(x) grep('line', x))))
    if (info==0) info <- length(unlist(lapply(ser, function(x) grep('scatter', x))))     # new line to support e_scatter

@JohnCoene
Copy link
Owner

Looks good, thank you. I'll review that today.

@JohnCoene JohnCoene merged commit d3f15a5 into JohnCoene:master Nov 22, 2020
@JohnCoene
Copy link
Owner

Thanks!

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.

None yet

2 participants