master
Commits on Nov 17, 2021
-
-
Synchronize data visibility with data changes (#9857)
* Synchronize data visibility with data changes * avoid babel spread bug * Simpler? * one more * simple enough, cc?
-
Fix inRange for full circle arc (#9871)
* Update misleading sample comment * Fix inRange for full circle arc
-
Configure all datasets before updating any (#9872)
* Update misleading sample comment * Configure all datasets before updating any
-
Commits on Nov 16, 2021
Commits on Nov 15, 2021
-
Types: add autopadding to typing (#9858)
* add autopadding to types * fix failing test
-
Commits on Nov 11, 2021
-
Fix type linting and indent errors (#9843)
* Fix type linting and indent errors * Properly indent comments too
-
Commits on Nov 10, 2021
Commits on Nov 7, 2021
-
Docs/update scale position type (#9812)
* update type of scale position in docs, add explanation sentence to object position * improve clarification * grammar/spelling
Commits on Oct 30, 2021
-
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).
Commits on Oct 29, 2021
-
Remove scriptability from defaults.font types (#9794)
* Remove scriptability from defaults.font types * Remove failing test
Commits on Oct 26, 2021
-
Fix object notation border width barchart (#9800)
* make object available for bar as border Radius * override only the bar borderWidth prop * spacing
-
Commits on Oct 25, 2021
Commits on Oct 24, 2021
Commits on Oct 23, 2021
-
-
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
Commits on Oct 16, 2021
-
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
-
Fix: Typo 'is less' -> 'are lesser' (#9755)
* Fix: Typo 'is less' -> 'are lesser' * Update plugin.decimation.js
-
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'
Commits on Oct 15, 2021
-
Add chart, p0.raw, p1.raw to segment context (#9761)
* Add chart, p0.raw, p1.raw to segment context * Types
-
* 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
-
-
Commits on Oct 14, 2021
-
-
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.
Commits on Oct 13, 2021
-
-
Changed var to const/let in the docs (#9744)
Changed var to const/let in the docs
-
Support nested scriptable options for datasets (#9758)
* Support nested scriptable options for datasets
Commits on Oct 11, 2021
-
-
Disable animations for BasicPlatform (offcreen) (#9751)
* Disable animations for BasicPlatform (offcreen) * Update types