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

Dates as dates #1078

Merged
merged 29 commits into from
Nov 10, 2016
Merged

Dates as dates #1078

merged 29 commits into from
Nov 10, 2016

Commits on Oct 14, 2016

  1. Configuration menu
    Copy the full SHA
    d4bb89d View commit details
    Browse the repository at this point in the history
  2. switch date axes to use date strings for range and tick0

    and introduce new 'r' conversion mode for ranges: can be the same
    as 'd' (for linear and date), 'l' (for log, for now!) or 'c' (for
    category, this will have to stay different from 'd' forever so it's
    continuous)
    alexcjohnson committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    9e27955 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00138aa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2016

  1. Configuration menu
    Copy the full SHA
    9784b3b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. refactor dates handling to use date strings as much as possible

    for axis ranges, annotation & image positions... everything that's
    an absolute value, not a delta (so dtick is not changed, for example)
    
    Apologies in advance to reviewers, I couldn't see a way to break this up.
    alexcjohnson committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    1db4448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff9722 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. wider acceptance range for mapbox plot size test so it works locally

    (for me alexcjohnson anyway)
    alexcjohnson committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    c045bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd294f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    451ee24 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    9ccde7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a0563 View commit details
    Browse the repository at this point in the history
  3. td -> gd once and for all

    except for image server compatibility, we leave td in plotTile
    alexcjohnson committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    5ccd083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e63ea3b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    2e9dbad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d52fe View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    55b313c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7121c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03b4a0c View commit details
    Browse the repository at this point in the history
  4. fix _forceTick0 error

    alexcjohnson committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    dd0940a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f629f71 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    a29ce33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065ac8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a0a866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7679483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d61fcc View commit details
    Browse the repository at this point in the history
  6. merge lint

    alexcjohnson committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5e11571 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. add ax.r2p and ax.p2r

    alexcjohnson committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    d807259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c762d View commit details
    Browse the repository at this point in the history
  3. documentation updates

    alexcjohnson committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    1b0e133 View commit details
    Browse the repository at this point in the history