Skip to content
Permalink
master

Commits on Dec 15, 2020

  1. Fix legend alignment issues (#8168)

    kurkle committed Dec 15, 2020

Commits on Dec 14, 2020

  1. ArcElement: Skip draw when radius is negative (#8170)

    kurkle committed Dec 14, 2020
  2. Use correct color for legend labels (#8167)

    * Legend colors fallback
    * Update test
    kurkle committed Dec 14, 2020
  3. Legend plugin cleanup (#8109)

    * Legend plugin cleanup
    
    * cc1
    
    * cc2
    
    * cc3
    
    * start/stop
    kurkle committed Dec 14, 2020
  4. Update docs for .resize() method (#8151)

    See #7678 and #8149.  (The `silent` parameter mentioned in the original 7678 no longer exists.)
    
    Add JSDoc.
    
    Fix some minor issues with grammar and coding style consistency.
    joshkel committed Dec 14, 2020
  5. Quick exit the legend fit function when the legend is not displayed (#…

    …8161)
    
    When the legend is not displayed, there are no guarantees that the
    format of the options dictionary is correct. Rather than performing
    computations and then exiting without using the results, we can instead
    exit quickly since the size of the legend will be (0, 0) if not displayed
    etimberg committed Dec 14, 2020
  6. Prevent double plugin registers from losing the list of plugins (#8162)

    When `Chart.register()` was called twice in a row, the list of
    plugin descriptors on the chart instance would be cleared. The
    next chart update would then restart all of the plugins, not
    knowing that they were already started. In the case of the Legend
    and Title, this causes two boxes to appear in the layout system
    thus drawing twice.
    etimberg committed Dec 14, 2020

Commits on Dec 11, 2020

  1. default values for element background and border color were wrong (#8156

    )
    LeeLenaleee committed Dec 11, 2020

Commits on Dec 10, 2020

  1. Update docs on printing (#8149)

    From what I can tell from testing locally, Chrome doesn't reliably trigger resize events for the final print layout, so using `.resize()` with no parameters doesn't generally work.
    
    I'm not sure if there are circumstances in which the original docs' suggestion of using `.resize()` with no parameters can work; if the original text should be deleted, I can do so.
    
    I also noticed that the TypeScript type definitions for `.resize()` mark the parameters as required, even though the implementation and docs don't require them.
    joshkel committed Dec 10, 2020

Commits on Dec 6, 2020

  1. Respect the set locale for in the pie/doughnut tooltips (#8142)

    etimberg committed Dec 6, 2020

Commits on Dec 5, 2020

  1. fix default font color for legend (#8139)

    * fix default font color for legend
    * adjusted docs to be consistent with fontColor to color
    LeeLenaleee committed Dec 5, 2020
  2. CI: Conditionally run steps based on changes (#8132)

    * CI: Run the `Package` step only when docs change
    
    * Advanced conditionals
    
    * Conditional coveralls
    
    * Fix bunch of typos
    
    * remove coveralls finished condition
    
    * Revert "remove coveralls finished condition"
    
    * Add curlys
    kurkle committed Dec 5, 2020
  3. Clarification: barPercentage vs categoryPercentage (#8138)

    Clarification of the docs to make it little less confusing after seeing the .1 hopefully.
    Comes from #8137
    LeeLenaleee committed Dec 5, 2020

Commits on Dec 4, 2020

  1. Bump highlight.js from 10.3.1 to 10.4.1 (#8128)

    Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.3.1 to 10.4.1.
    - [Release notes](https://github.com/highlightjs/highlight.js/releases)
    - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
    - [Commits](highlightjs/highlight.js@10.3.1...10.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Dec 4, 2020
  2. Revert "New release workflow (#8127)" and fixes (#8131)

    * Revert "New release workflow (#8127)" and fixes
    
    * Bump version to 3.0.0-beta.7
    kurkle committed Dec 4, 2020
  3. Update release.yml (#8130)

    kurkle committed Dec 4, 2020
  4. Fix the needs job name (#8129)

    kurkle committed Dec 4, 2020
  5. New release workflow (#8127)

    * New release workflow
    * Set current version
    * Use org secret
    kurkle committed Dec 4, 2020
  6. [v3] Add locale to ChartOptions type (#8118)

    * Add locale to ChartOptions type
    
    * Adds locale options documentation
    
    * fixed typo
    
    * changes links to number format, linking the constructor
    
    * changes to a better sentence
    
    * changes to better sentence (2)
    
    Co-authored-by: stock <stocki.nail@gmail.com>
    lab900-marcel-samyn and stockiNail committed Dec 4, 2020

Commits on Dec 2, 2020

  1. Add new scale hooks for plugins (#8112)

    * Add new scale hooks for plugins
    
    * Add notes
    
    * cc
    
    * cancelability
    kurkle committed Dec 2, 2020
  2. Fix CategoryScale.getValueForPixel with autoSkip (#8101)

    kurkle committed Dec 2, 2020

Commits on Nov 30, 2020

  1. Fix/area fill and chart titles (#8113)

    * fixed fill for area chart stacked and title for charts where it wasn't in plugins yet
    * Chart defined in utils
    * added radar skip points example in the overview to go to
    LeeLenaleee committed Nov 30, 2020

Commits on Nov 28, 2020

  1. Update performance.md (#8107)

    fixed typo
    wenfangdu committed Nov 28, 2020
  2. Add new hooks for plugins (#8103)

    * Notify beforeUpdate on disabled plugins
    
    cc?
    
    cc2
    
    cc3
    
    typo
    
    * init, unInit, enabled, disabled
    
    self review :)
    
    update the new hook signatures to unified
    
    merge error
    
    * Review update
    
    * start/stop, cc
    
    * types, jsdoc
    
    * stop between destroy and uninstall
    kurkle committed Nov 28, 2020
  3. LineElement: no fill by default (#8111)

    * LineElement: no fill by default
    * Update negative-times fixture
    kurkle committed Nov 28, 2020
  4. fix color type & add background and border color (#8110)

    IVIosi committed Nov 28, 2020
  5. Unify signature of plugin hooks (#8102)

    kurkle committed Nov 28, 2020

Commits on Nov 26, 2020

  1. Title plugin cleanup (#8104)

    * Title plugin cleanup
    
    * more cleanup
    
    * cc
    
    * center formula
    
    * Fix / update sample
    
    * Restore functionality on RTL page
    kurkle committed Nov 26, 2020

Commits on Nov 25, 2020

  1. Move title, tooltip and legend to options.plugins (#8089)

    * Move title, tooltip and legend to options.plugins
    
    * Update tooltip.md
    
    * Update legend.md and title.md
    
    * Add migration notes
    
    * typo
    
    * Types
    
    * Restore plurals
    
    * One more s, restore tabs
    
    * All plugins disabled
    
    * lint
    
    * cc
    kurkle committed Nov 25, 2020

Commits on Nov 24, 2020

  1. Restore `datasets` namespace (revert 6955) (#8090)

    kurkle committed Nov 24, 2020

Commits on Nov 23, 2020

  1. Disable all plugins when options.plugins = false (#8098)

    Disabling all plugins when options.plugins = false
    kurkle committed Nov 23, 2020
  2. Fixed samples: area dataset (line), radar and logarithmic scale scatt…

    …er (#8099)
    LeeLenaleee committed Nov 23, 2020
  3. Fix disabling hover (#8097)

    kurkle committed Nov 23, 2020
  4. Improve test coverage (#8087)

    * Remove usage of currentStyle (IE only)
    
    * Nothing is registered in root scope anymore
    
    * Add some more tests for animations
    
    * Add some more tests to defaults
    kurkle committed Nov 23, 2020
  5. Update interpolation-modes sample to new defaults (#8093)

    kurkle committed Nov 23, 2020
Older
You can’t perform that action at this time.