forked from danvk/dygraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sync sources #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get last version
…move handlers are no longer registered.
…ultiple registration.
Update docs for committing changes.
Resize handler
some robustness and partial auto value range
Write test that verifies that resizing a graph maintains highlightCallback.
Fix RGBColor -> RGBColorParser rename in tests/
stackedGraph and fillGraph options
file to lower case
…c466de7733 Added support for stepPlot per-series
Fix for Issue 421: Range selector disappear after resize
can't change constants
…on't play nicely together
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 broken test file
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.