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

sync sources #5

Merged
merged 112 commits into from
Mar 27, 2013
Merged

sync sources #5

merged 112 commits into from
Mar 27, 2013

Conversation

manufitoussi
Copy link

No description provided.

manufitoussi and others added 30 commits January 30, 2013 01:51
Update docs for committing changes.
some robustness and partial auto value range
Write test that verifies that resizing a graph maintains highlightCallback.
Fix RGBColor -> RGBColorParser rename in tests/
Corrected tests for stepPlot per series
…c466de7733

Added support for stepPlot per-series
Fix for Issue 421: Range selector disappear after resize
danvk and others added 28 commits February 19, 2013 13:24
Fix bug 436, and include a lint change.
…d panning.

Dygraphs was computing the second y-axis using extreme range of the first y-axis. This fixes bug 294, setting panEdgeFraction to non-zero breaks secondary y-axis label computation.

Also add a minor optimization by moving a computation outside the axis loop.
Consider all the series when searching previous stacked one and use Dygraph.isValidPoint to validate the point (not just !yval)
See http://jsfiddle.net/6W7EQ/2/
Use the correct access when computing bounded y-values for constrained panning.
Fix wrong values in legend when using stackedGraph with missing values
…middle of the range

The bug is caused by stale value of last_x local across loop in gatherDatasets_.
See https://code.google.com/p/dygraphs/issues/detail?id=438
Fix the bug intorduced from adding ypad and ypadCompat to no longer return NaN values for the yAxisRange. Test added to guarantee that the underlay callback is called even when there are no series and that the yAxisRange is valid.
Fix for Issue 439: Dragging a range Selector grab handle is not working properly when graph's position on page is offset
Fixed computation of stacked series in case some series start in the mid...
In IE8, the console.log functions aren't true Javascript functions. They don't support the "apply" or "call" methods.

All Javascript code stopped working when a log message was being generated, therefor this small fix.
Fix in Dygraph.log for IE8
manufitoussi added a commit that referenced this pull request Mar 27, 2013
@manufitoussi manufitoussi merged commit 6ac89ac into witsa:master Mar 27, 2013
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.