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

Implemented an AutoUnixTimeTicks #313

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2016

  1. Implemented an AutoUnixTimeTicks, which should probably be the default

    eventually.
    
    It allows configurability of density of ticks with the `Width`, and aims
    to be legible on a per-inch basis. Normally, if you set Width to be
    the same width you render the graph with, things should look good.
    abourget committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    ce11165 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Updated to take comments into account.

    Simplified rules as timeWindow and durationPerInch were exactly the same
    in our implementation (it differed in d3's implementation, but we got
    rid of those diffs).
    abourget committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    7832dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d772503 View commit details
    Browse the repository at this point in the history