Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Sep 13, 2016

  1. Merge pull request #677 from MoreThanRewards/master

    Added main file designation to package.json.
    simonoff committed Sep 13, 2016
    Copy the full SHA
    14530d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Added main file designation to package.json.

    Resolves #595
    Tony Lechner committed Jul 5, 2016
    Copy the full SHA
    942bf15 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Merge pull request #590 from kkirsche/patch-1

    Remove moot `version` property from bower.json
    jaminellis committed Dec 4, 2015
    Copy the full SHA
    baaaa8f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Copy the full SHA
    05afeeb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Merge pull request #568 from leriel/hover-bars

    add option to fade in bars on hover
    JelteF committed May 8, 2015
    Copy the full SHA
    0806439 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Merge pull request #580 from mortonfox/patch-1

    Fix two of the issue links.
    JelteF committed May 1, 2015
    Copy the full SHA
    b27c815 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Fix two of the issue links.

    mortonfox committed Apr 29, 2015
    Copy the full SHA
    8c14e61 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. Copy the full SHA
    94eec4a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Merge pull request #549 from JelteF/empty-bar-hover-fix

    Fix hover error when hovering over an empty bar chart
    JelteF committed Jan 17, 2015
    Copy the full SHA
    4ccdd76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #548 from JelteF/shown-hover-fix2

    Fix error that occured when having hidden lines between shown lines
    JelteF committed Jan 17, 2015
    Copy the full SHA
    9bc123a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #477 from autodidacticon/master

    free positioned x coords, custom x labels
    JelteF committed Jan 17, 2015
    Copy the full SHA
    570f756 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Copy the full SHA
    4e43a59 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    93342c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2015

  1. free positioned x coords, custom x labels, updated README.md to include

    bower instructions
    Richard Moorhead authored and autodidacticon committed Jan 10, 2015
    Copy the full SHA
    4949be8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Merge pull request #543 from arlaneenalra/line-chart-label

    Fix label color in line chart - Squash Commits in #542.
    JelteF committed Jan 9, 2015
    Copy the full SHA
    a7e1cdd View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Fix label color in line chart.

    The line chart code always defaulted to using trendLineColors for
    labels even when no trend lines were enabled.  This commit changes
    that to use lineColors instead so that the labels match the lines
    they are for.
    csalch committed Jan 8, 2015
    Copy the full SHA
    de9a12d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #461 from JelteF/weighted-trendline

    Add optional weighting to the calculation of the trendline
    JelteF committed Jan 8, 2015
    Copy the full SHA
    5c3f112 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #467 from JelteF/hidden-series-hover-fix

    Fix hover positioning for linecharts when some lines are hidden
    JelteF committed Jan 8, 2015
    Copy the full SHA
    6996ae2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #462 from JelteF/feature-align-left

    Add option to align Y labels left
    JelteF committed Jan 8, 2015
    Copy the full SHA
    e396732 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #475 from JelteF/hit-checking-on-click

    Hit checking on click
    JelteF committed Jan 8, 2015
    Copy the full SHA
    a002a02 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #479 from JelteF/pass-src-barColor-function

    Src attribute of a row gets passed to the barColors function as well
    JelteF committed Jan 8, 2015
    Copy the full SHA
    cbd5f8c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #510 from JelteF/monthlines

    Add vertical grid lines to line graphs
    JelteF committed Jan 8, 2015
    Copy the full SHA
    ac48c04 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #518 from JelteF/in-bar-value

    Add an option to display the value of a bar in the bar itself
    JelteF committed Jan 8, 2015
    Copy the full SHA
    d008d93 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Copy the full SHA
    763c91e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2014

  1. Rebuild to fix a serious bug.

    JelteF committed Oct 25, 2014
    Copy the full SHA
    f17d78f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #517 from JelteF/off-by-one-bar

    Fix off by one error when shown was not given
    JelteF committed Oct 25, 2014
    Copy the full SHA
    77011bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5f1ea08 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Copy the full SHA
    c8e14ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9f26a5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #498 from fran6co/events

    Adds events range
    JelteF committed Oct 15, 2014
    Copy the full SHA
    75cdb5b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #464 from JelteF/escape-hover

    Escape labels in hover
    JelteF committed Oct 15, 2014
    Copy the full SHA
    1c66cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. Merge pull request #484 from JelteF/master

    Rebuild files
    JelteF committed Oct 8, 2014
    Copy the full SHA
    a158fb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Adds events range

    fran6co committed Sep 23, 2014
    Copy the full SHA
    a570589 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #497 from fran6co/patch-1

    Fixes copy&paste error in event
    JelteF committed Sep 23, 2014
    Copy the full SHA
    93c7441 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2014

  1. Fixes copy&paste error in event

    This was referenced in 7157714
    fran6co committed Sep 22, 2014
    Copy the full SHA
    ab0bad5 View commit details
    Browse the repository at this point in the history
Older