Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: danvk/dygraphs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OptiRTC/dygraphs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: opti-develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 4, 2015

  1. Expose number formatter for fallback options.

    Joseph Rossi committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    98bf575 View commit details
    Browse the repository at this point in the history
  2. Whitespace

    Joseph Rossi committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    77ad5f1 View commit details
    Browse the repository at this point in the history
  3. Feature: Selection Modes

    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 committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    0cbe932 View commit details
    Browse the repository at this point in the history
  4. PR Comments: Fixing spelling/grammer

    Joseph Rossi committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    af95a9b View commit details
    Browse the repository at this point in the history
  5. PR Comment: Removing unnecessary loop

    Joseph Rossi committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    cb2a38b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0532d9 View commit details
    Browse the repository at this point in the history
  7. 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 committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    561ad18 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'dynamic-options' into opti-develop

    Joseph Rossi committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    ebc3a0b View commit details
    Browse the repository at this point in the history
  9. Adding lookAhead option

    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 committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    f0fdeeb View commit details
    Browse the repository at this point in the history
  10. Merge branch 'look-ahead' into opti-develop

    Joseph Rossi committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    16a4b47 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Respect valueRange setting on xAxis as well

    Joseph Rossi committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    f03709a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Use config settings before div sizing

    Joseph Rossi committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    2272d92 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge branch 'master' into optiDevelopUpdate

    Conflicts:
    	src/dygraph.js
    darcyparker committed May 30, 2017
    Configuration menu
    Copy the full SHA
    f18afce View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    58ae971 View commit details
    Browse the repository at this point in the history
  2. Add package-lock.json

    darcyparker committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0926db2 View commit details
    Browse the repository at this point in the history
  3. Add src-es5 to gitignore

    darcyparker committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7584931 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from OptiRTC/optiDevelopUpdate

    Opti develop update
    darcyparker authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    822d96f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request #2 from danvk/master

    There are 365.2425 days in a gregorian year, not 365.2524 (#1012)
    andrewrondeau-optirtc authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    44557d8 View commit details
    Browse the repository at this point in the history
Loading