-
Notifications
You must be signed in to change notification settings - Fork 606
Comparing changes
Open a pull request
base repository: danvk/dygraphs
base: master
head repository: OptiRTC/dygraphs
compare: opti-develop
- 18 commits
- 8 files changed
- 3 contributors
Commits on Dec 4, 2015
-
Expose number formatter for fallback options.
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 98bf575 - Browse repository at this point
Copy the full SHA 98bf575View commit details -
Joseph Rossi committed
Dec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 77ad5f1 - Browse repository at this point
Copy the full SHA 77ad5f1View commit details -
This is a proposed implementation for #371. Selection modes are defined in `src/dygraph-selection-modes.js` with the ability to override them on a per graph basis with the option `selectionMode` when instantiating the Dygraph.
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 0cbe932 - Browse repository at this point
Copy the full SHA 0cbe932View commit details -
PR Comments: Fixing spelling/grammer
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for af95a9b - Browse repository at this point
Copy the full SHA af95a9bView commit details -
PR Comment: Removing unnecessary loop
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for cb2a38b - Browse repository at this point
Copy the full SHA cb2a38bView commit details -
PR Comment: Use
this
instead of passing dygraph instanceJoseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for d0532d9 - Browse repository at this point
Copy the full SHA d0532d9View commit details -
Adding minRange and absoluteValueRange options
These two give the user the ability to specify properties about the range of the axes. minRange suggests what the minimum number of units the scale should accomodate absoluteValueRange indicates that an axis should auto scale, but never beyond the values set in this tuple.
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 561ad18 - Browse repository at this point
Copy the full SHA 561ad18View commit details -
Merge branch 'dynamic-options' into opti-develop
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for ebc3a0b - Browse repository at this point
Copy the full SHA ebc3a0bView commit details -
The default behavior for selecting the closest row is to look both ahead and behind the current domX. Turning lookahead to false does not let the findClosestRow algorithm select rows ahead of the mouse.
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for f0fdeeb - Browse repository at this point
Copy the full SHA f0fdeebView commit details -
Merge branch 'look-ahead' into opti-develop
Joseph Rossi committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 16a4b47 - Browse repository at this point
Copy the full SHA 16a4b47View commit details
Commits on Dec 8, 2015
-
Respect valueRange setting on xAxis as well
Joseph Rossi committedDec 8, 2015 Configuration menu - View commit details
-
Copy full SHA for f03709a - Browse repository at this point
Copy the full SHA f03709aView commit details
Commits on Jan 6, 2016
-
Use config settings before div sizing
Joseph Rossi committedJan 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 2272d92 - Browse repository at this point
Copy the full SHA 2272d92View commit details
Commits on May 30, 2017
-
Merge branch 'master' into optiDevelopUpdate
Conflicts: src/dygraph.js
Configuration menu - View commit details
-
Copy full SHA for f18afce - Browse repository at this point
Copy the full SHA f18afceView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 58ae971 - Browse repository at this point
Copy the full SHA 58ae971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0926db2 - Browse repository at this point
Copy the full SHA 0926db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7584931 - Browse repository at this point
Copy the full SHA 7584931View commit details -
Merge pull request #1 from OptiRTC/optiDevelopUpdate
Opti develop update
Configuration menu - View commit details
-
Copy full SHA for 822d96f - Browse repository at this point
Copy the full SHA 822d96fView commit details
Commits on Nov 17, 2021
-
Merge pull request #2 from danvk/master
There are 365.2425 days in a gregorian year, not 365.2524 (#1012)
Configuration menu - View commit details
-
Copy full SHA for 44557d8 - Browse repository at this point
Copy the full SHA 44557d8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...opti-develop