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: chartjs/Chart.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clbanning/Chart.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 11, 2013

  1. restore original <canvas> context

    Chart functions modify original context - particularly width and height
    for hi-res monitors.  Subsequent calls to Chart then have the wrong
    context.  This patch restores the original context before returning the
    chart object.
    clbanning committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    17e4dc9 View commit details
    Browse the repository at this point in the history
  2. updated readme

    clbanning committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    91eb740 View commit details
    Browse the repository at this point in the history
  3. typo

    clbanning committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    8ac94ef View commit details
    Browse the repository at this point in the history
  4. typo

    clbanning committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    d1ac6c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2013

  1. minified

    clbanning committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    49e6a6f View commit details
    Browse the repository at this point in the history
Loading