master
Name already in use
Commits on Oct 22, 2022
Commits on Oct 21, 2022
-
Introduce Colors plugin (#10764)
Introduces a colors plugin that provides a color palette Co-authored-by: Dan Onoshko <danon0404@gmail.com> Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
Commits on Oct 19, 2022
-
-
Remove an extra word on https://www.chartjs.org/docs/latest/developers/publishing.html
-
* Spell "corresponding" correctly * Spell "circle" correctly * Spell "configuration" correctly
Commits on Oct 17, 2022
-
-
-
Bump pnpm/action-setup from 2.2.2 to 2.2.4 (#10800)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Oct 12, 2022
-
-
Remove setting of version in package-lock since it does not exist and…
… pnpm-lock does not have it (#10789)
-
Convert the Arc element to TS (#10772)
* Convert the Arc element to TS * Make max-statements and complexity warnings in TS files as well * Increase size limit * Update src/elements/element.arc.ts Co-authored-by: Dan Onoshko <danon0404@gmail.com> Co-authored-by: Dan Onoshko <danon0404@gmail.com>
-
Fix #10749 - backdrops with rotated labels (#10759)
* Fix #10749 - backdrops with rotated labels * remove translation adjustment Because backdrop now occurs after translation, we don't want to double-adjust the position. * increase tolerance slightly due to anti-aliasing Co-authored-by: Charles McNulty <charles.mcnulty@tasconline.com>
Commits on Oct 9, 2022
Commits on Oct 7, 2022
-
-
Convert the curve helpers to TS (#10733)
* Convert the curve helpers to TS * Remove old type
-
Types: Change grid option of CartesianScaleOptions and RadialLinearSc…
…aleOptions to Partial of GridLineOptions (#10760)
Commits on Oct 6, 2022
-
Allow to configure X and Y axis ID in TS for bubble charts (#10739)
* Update namespace * Allow for x and y axisId to be passed to bubbledataset controller
-
Updated dead sample link (#10748)
* Updated dead sample link * Updated option sample
Commits on Oct 1, 2022
-
Use the correct area to clip for dataset drawing when stacked scales …
…are used (#10691) * Use the correct area to clip when stacked scales are used * adds test cases * fix CI issue * apply review * Update .size-limit.cjs Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com> Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
Commits on Sep 30, 2022
-
Types: Export UpdateModeEnum as const (#10726)
Co-authored-by: Luciano Santana <contacto@lucianosantana.net>
-
refactor: move batch of helpers to ts (#10722)
* refactor: move batch of helpers to ts * refactor: review fixes
Commits on Sep 28, 2022
Commits on Sep 27, 2022
-
-
-
Use guard clause typings (#10683)
* Use guard clasue * use function type instead of build in function
Commits on Sep 26, 2022
-
Add warning if filler plugin is used but not registered (#10702)
* add warning if filler plugin is used but not registered * fix lint * increase size limit * add test, only put warning in dataset controller * fix register in docs, remove commented code * remove other mr * add documentation * Apply suggestions from code review Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com> * Also return false if plugin is disabled by options * improve warning message * undo docs changes * update test Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
Commits on Sep 24, 2022
Commits on Sep 16, 2022
-
FIX: render multiline legend items without overlapping (#10532) (#10641)
* FIX: render multiline legend items without overlapping (#10532) Co-authored-by: Nirav Chavda <nmchavda99@gmail.com> * CLN: Extract method to fix codeclimate line count Co-authored-by: Nirav Chavda <nmchavda99@gmail.com> * CLN: Shift helper methods from class to module scope Co-authored-by: Nirav Chavda <nmchavda99@gmail.com> * TST: Add test with fixtures Co-authored-by: kartik <codebull707@gmail.com> * FIX: Fix test case for multiline label Co-authored-by: kartik <codebull707@gmail.com> * 10532-ENH: Calculate legend item width for multiline labels Co-authored-by: Nirav Chavda <nmchavda99@gmail.com> * 10532-TST: use spriteText and non-empty labels for test Co-authored-by: Nirav Chavda <nmchavda99@gmail.com> * 10532-FIX: failing test case due to legendItem.text being undefined Co-authored-by: Nirav Chavda <nmchavda99@gmail.com> * 10532-FIX: Update compression size Co-authored-by: kartik <codebull707@gmail.com> Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>