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

Commits on Nov 10, 2021

Commits on Nov 7, 2021

  1. Docs/update scale position type (#9812)

    * update type of scale position in docs, add explanation sentence to object position
    
    * improve clarification
    
    * grammar/spelling
    LeeLenaleee committed Nov 7, 2021

Commits on Oct 30, 2021

  1. Define with let to avoid "assignment to constant" errors (#9803)

    * Define with let to avoid "assignment to constant" errors
    
    Thanks for this example. Defining `label` with `const` rather than `let` results in `Uncaught TypeError: Assignment to constant variable.`
    
    * Another case where const needs to be replaced with let.
    
    * Requested cases where const needs to be replaced with let +1 (style).
    erictheise committed Oct 30, 2021

Commits on Oct 29, 2021

  1. Remove scriptability from defaults.font types (#9794)

    * Remove scriptability from defaults.font types
    
    * Remove failing test
    kurkle committed Oct 29, 2021

Commits on Oct 26, 2021

  1. Fix object notation border width barchart (#9800)

    * make object available for bar as border Radius
    
    * override only the bar borderWidth prop
    
    * spacing
    LeeLenaleee committed Oct 26, 2021

Commits on Oct 23, 2021

  1. Bump to 3.6.0 (#9784)

    etimberg committed Oct 23, 2021
  2. Fix cleaning up metasets (#9656)

    * Fix cleaning up metasets
    
    I believe it's a mistake to only delete the metaset if it has a valid controller; see f191f2f for where this behavior was introduced.
    
    This is a minimal fix for #9653; as discussed there, it may also be worth updating `updateHoverStyle`.
    
    As of #7030, `this._metasets` should always be defined, so checking whether it's undefined is no longer necessary.
    
    * Add a test covering metaset behavior
    
    * Add a regression test for #9653; fix `toHaveSize` usage
    
    * Fix test failure
    joshkel committed Oct 23, 2021

Commits on Oct 16, 2021

  1. Added hyperlink on Chart.js LOGO (#9741)

    Inserted a hyperlink on chart.js logo 
    So that users can easily be redirected to the HOME PAGE of the web application
    gautammsuthar committed Oct 16, 2021
  2. Fix: Typo 'is less' -> 'are lesser' (#9755)

    * Fix: Typo 'is less' -> 'are lesser'
    
    * Update plugin.decimation.js
    atharva01903 committed Oct 16, 2021
  3. ci(workflow): add cache to workflows using actions/setup-node (#9757)

    * ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
    
    * style(workflows): restore single quotes and remove unnecessary 'null'
    oscard0m committed Oct 16, 2021

Commits on Oct 15, 2021

  1. Add chart, p0.raw, p1.raw to segment context (#9761)

    * Add chart, p0.raw, p1.raw to segment context
    
    * Types
    kurkle committed Oct 15, 2021
  2. Fixed 4 links (#9720)

    * Update linear.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Update padding.md
    
    * Padding.md links work now
    
    * Decimation plugin links work now
    
    * Three links work now
    
    I’ve made the Specify a rotation value and ticks.sampleSize links work.
    
    * Update linear.md
    mikidoodle committed Oct 15, 2021

Commits on Oct 14, 2021

  1. Don't require --grep to be given on the command line (#9768)

    This makes it easier to use the `karma` CLI directly, if desired, and makes it easier to use WebStorm's integrated debugger (which makes up `karma` command-line invocations itself).  Prior to this change, if `--grep` isn't given, Karma looks for `*undefined*.js` and finds no tests to run.
    joshkel committed Oct 14, 2021

Commits on Oct 13, 2021

  1. Changed var to const/let in the docs (#9744)

    Changed var to const/let in the docs
    Prashoon123 committed Oct 13, 2021
  2. Support nested scriptable options for datasets (#9758)

    * Support nested scriptable options for datasets
    kurkle committed Oct 13, 2021

Commits on Oct 11, 2021

  1. Disable animations for BasicPlatform (offcreen) (#9751)

    * Disable animations for BasicPlatform (offcreen)
    * Update types
    kurkle committed Oct 11, 2021

Commits on Oct 5, 2021

Commits on Oct 4, 2021

  1. cache also undefined values in option resolver (#9661)

    Otherwise, repeated lookups of undefined properties always trigger the
    comparatively expensive resolution. This can be the case for example in
    _calculateBarIndexPixels() in controller.bar.js when looking up
    options.skipNull and options.maxBarThickness, which is done for each bar
    in a bar chart.
    Flupp committed Oct 4, 2021
  2. Fix chart crashing when max is defined but ticks are empty (#9641)

    * Fix chart crashing when max is defined but ticks are empty
    
    * Adding spec to reproduce scale bounds calculation error
    
    Co-authored-by: Kurt Preston <[email protected]>
    KurtPreston and Kurt Preston committed Oct 4, 2021
Older