The Wayback Machine - https://web.archive.org/web/20210520100121/https://github.com/chartjs/Chart.js/commits/master
Skip to content
Permalink
master

Commits on May 20, 2021

  1. Further improve linear tick collision estimation (#9129)

    * Further improve linear tick collision estimation
    
    * More tolerance
    
    * Re-create fixtures
    
    * And more tolerance
    kurkle committed May 20, 2021

Commits on May 19, 2021

  1. Show correct decimal places when using count but min is not an inte…

    …ger (#9122)
    
    * Show correct decimal places when using count but `min` is not an integer
    * Fix lint issues
    etimberg committed May 19, 2021
  2. add legend to the default onclick to make sample work (#9126)

    LeeLenaleee committed May 19, 2021
  3. Correctly extend ExtendedPlugin interface (#9124)

    jonrimmer committed May 19, 2021
  4. Add missing props to ChartArea type (#9123)

    jonrimmer committed May 19, 2021

Commits on May 18, 2021

  1. Fix arc offset calculation (#9118)

    kurkle committed May 18, 2021
  2. Fix animations when data is replaced (#9120)

    kurkle committed May 18, 2021
  3. Fix doughnut rotation on float edge cases (#9121)

    kurkle committed May 18, 2021
  4. Add documentation note about only styling the parent div (#9115)

    etimberg committed May 18, 2021

Commits on May 17, 2021

  1. remove double sentence and adjust scale to scales.r (#9111)

    LeeLenaleee committed May 17, 2021

Commits on May 15, 2021

  1. Delay data to elements synchronization to update (#9105)

    kurkle committed May 15, 2021
  2. Upgrade dependencies (#9102)

    etimberg committed May 15, 2021

Commits on May 14, 2021

  1. Make sure context indices are up to date (#9101)

    kurkle committed May 14, 2021
  2. Support monotone cubic interpolation for vertical line charts (#9084)

    * Support monotone cubic interpolation for vertical line charts
    
    * Use more more intuitive veriable names
    nagix committed May 14, 2021
  3. Add test for issue 9085 (#9091)

    etimberg committed May 14, 2021

Commits on May 13, 2021

Commits on May 12, 2021

  1. Fix setting options in array of objects (#9062)

    * Fix setting options in array of objects
    
    * CC
    kurkle committed May 12, 2021
  2. Fix polar area tooltip item label (#9067)

    etimberg committed May 12, 2021

Commits on May 10, 2021

  1. add default values so it wont crash on out of memory calculation by c…

    …alcualting power of infinity (#9060)
    LeeLenaleee committed May 10, 2021
  2. Fix detecting changed events (#9050)

    * Fix detecting changed events
    
    Because `this._listeners` may contain both event handlers from options and internal event handlers for responsive support, the `setsEqual` check would often fail, causing event handlers to be unnecessarily detached and reattached and fired.
    
    If I'm understanding correctly, this is the root cause of #9049.
    
    * Use a separate object for responsive listeners
    
    Correctly update events when responsive property changes as well as when requested events change.
    
    * Code review feedback
    joshkel committed May 10, 2021

Commits on May 8, 2021

  1. Round canvas.style dimensions to avoid blurring (#9015)

    When canvas.height and canvas.width are set, the numbers are rounded to
    integers. The same rounding must be applied to canvas.style.height and
    canvas.style.width to avoid scaling of the canvas which would lead to
    blurring.
    
    Acknowledging that canvas.height and canvas.width are integers, the
    framebuffer is now only redrawn if those integer values change.
    Flupp committed May 8, 2021
  2. HTML legend handles doughnut/pie charts (#9044)

    * HTML legend handles doughnut/pie charts
    
    * Fix lint error
    etimberg committed May 8, 2021

Commits on May 7, 2021

  1. Types: Export DecinmationAlgorithm as const (#9046)

    kurkle committed May 7, 2021
  2. Allow scale to auto-adjust it's min when stacked (#9045)

    kurkle committed May 7, 2021
  3. Add includeBounds option for cartesian ticks (#9020)

    * Add includeBounds option for cartesian ticks
    
    * Types, test and fix
    
    * lint
    
    * Improve linear tick min/max collision detection
    
    * Update comments
    kurkle committed May 7, 2021
  4. Fix line segments with alignToPixel (#9042)

    kurkle committed May 7, 2021

Commits on May 5, 2021

  1. Fix: Avoid negative layout dimensions (#9027)

    kurkle committed May 5, 2021
  2. fix typo on api.md (#9030)

    esuEichi committed May 5, 2021
  3. add index for radial axes to nav and update fonts location file in po…

    …intlabels (#9024)
    LeeLenaleee committed May 5, 2021

Commits on May 1, 2021

  1. Bump version to 3.2.1 (#9014)

    kurkle committed May 1, 2021
  2. Enable scriptable element chart options (#9012)

    etimberg committed May 1, 2021
  3. Add test for DecimationAlgorithm type (#9010)

    * Add test for DecimationAlgorithm type
    * Allow strings to be set
    * Linting
    etimberg committed May 1, 2021
  4. Add documentation on tooltip xAlign and yAlign (#9011)

    etimberg committed May 1, 2021

Commits on Apr 30, 2021

Commits on Apr 28, 2021

  1. Ignore truncated pixels in bar width calculation (#8995)

    kurkle committed Apr 28, 2021
Older