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: DmitryBaranovskiy/g.raphael
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TobiasLohner/g.raphael
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Jun 11, 2012

  1. Copy the full SHA
    74b4f1b View commit details
  2. Copy the full SHA
    6cf3d16 View commit details
  3. Copy the full SHA
    18c6c42 View commit details
  4. Copy the full SHA
    6bcca0c View commit details
  5. Copy the full SHA
    3b6d190 View commit details
  6. Copy the full SHA
    233670f View commit details
  7. Copy the full SHA
    cde4998 View commit details
  8. Copy the full SHA
    74b0ff2 View commit details
  9. Copy the full SHA
    9dd53e8 View commit details
  10. Copy the full SHA
    d82b143 View commit details
  11. Copy the full SHA
    6292e7b View commit details
  12. Copy the full SHA
    0b45216 View commit details
  13. Copy the full SHA
    cab39fe View commit details

Commits on Jun 14, 2012

  1. Copy the full SHA
    026325c View commit details
  2. Copy the full SHA
    d104c22 View commit details

Commits on Jun 15, 2012

  1. Copy the full SHA
    b6863c2 View commit details

Commits on Jun 16, 2012

  1. Copy the full SHA
    c777e51 View commit details

Commits on Jun 18, 2012

  1. Copy the full SHA
    aed2fa7 View commit details
  2. Copy the full SHA
    2e7b070 View commit details

Commits on Jul 11, 2012

  1. g.line: add new visualisation: stripes

    This adds a colorful background to the chart
    TobiasLohner committed Jul 11, 2012
    Copy the full SHA
    a2e821f View commit details
  2. Copy the full SHA
    967d9bd View commit details
  3. Copy the full SHA
    7bbf21d View commit details
  4. Copy the full SHA
    884a71c View commit details
  5. Copy the full SHA
    5174b77 View commit details
  6. Copy the full SHA
    02a5bfa View commit details
  7. Copy the full SHA
    b71b904 View commit details

Commits on Jul 12, 2012

  1. Copy the full SHA
    378e004 View commit details
  2. g.line: store the stripes id as "primary" option

    To be reused.
    TobiasLohner committed Jul 12, 2012
    Copy the full SHA
    4749b39 View commit details
  3. g.line: store the shrinked values of all stripes.

    Prepare for switching between different stripe datasets.
    TobiasLohner committed Jul 12, 2012
    Copy the full SHA
    10f05bd View commit details
  4. Copy the full SHA
    fd5fe24 View commit details
  5. Copy the full SHA
    17f1afb View commit details
  6. Copy the full SHA
    21edafc View commit details
  7. Copy the full SHA
    7b8a471 View commit details
  8. g.line: make stripes display toggleable

    Stripes take some time to compute in IE8 and Firefox...
    TobiasLohner committed Jul 12, 2012
    Copy the full SHA
    c6bb329 View commit details

Commits on Jul 14, 2012

  1. g.line: add markers

    TobiasLohner committed Jul 14, 2012
    Copy the full SHA
    cb5ff16 View commit details

Commits on Jul 16, 2012

  1. Copy the full SHA
    7ebaa27 View commit details
  2. Copy the full SHA
    7aee12a View commit details
  3. g.line: initialize stripes as rect and not as path

    Speedup by factor 1.5
    TobiasLohner committed Jul 16, 2012
    Copy the full SHA
    526de2f View commit details
  4. g.line: use node.setAttribute() instead of attr() for SVG rendering

    This is a lot faster in Firefox
    TobiasLohner committed Jul 16, 2012
    Copy the full SHA
    c0e404a View commit details

Commits on Jul 18, 2012

  1. Copy the full SHA
    26726b7 View commit details
Showing with 433 additions and 88 deletions.
  1. +420 −83 g.line.js
  2. +13 −5 g.raphael.js
Loading