]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
20 months agoRemove size limit from CI (#11599)
Jacco van den Berg [Thu, 30 Nov 2023 13:37:04 +0000 (14:37 +0100)] 
Remove size limit from CI (#11599)

* Remove size limit from CI

* remove eslint ignores

20 months agoTooltip fixes (getLabelAndValue on null controller, null getParsed) (#11596)
Josh Kelley [Wed, 29 Nov 2023 19:51:56 +0000 (14:51 -0500)] 
Tooltip fixes (getLabelAndValue on null controller, null getParsed) (#11596)

* Fix for getLabelAndValue on null controller

I encountered #11315 under the following circumstances:

1. Position the cursor over the chart area, such that it causes a
   tooltip to be shown.
2. Move the cursor out of the chart area, such that the tooltip remains
   visible.
3. Cause the chart contents to be changed, such that the dataset
   referenced by the active tooltip element is no longer valid.
4. Move the mouse again.  This triggers an `inChartArea = false` event,
   so it reuses the previous, now invalid, active elements.

This fixes #11315 under the circumstances for which I've reproduced it,
but there may be others.

* Further fixes for elements added / changed

This possibly fixes #11365.

20 months agofix: Guard access to window in helpers.dom.ts for browserless rendering (#11588)
Kevin Read [Fri, 17 Nov 2023 15:34:20 +0000 (16:34 +0100)] 
fix: Guard access to window in helpers.dom.ts for browserless rendering (#11588)

21 months agoFix backdrop padding (#11577)
Jacco van den Berg [Thu, 9 Nov 2023 23:25:36 +0000 (00:25 +0100)] 
Fix backdrop padding (#11577)

* fix for alignment inner

* Add test

* Remove eslint ignores

* remove unecesarry config

* Remove text from test

21 months agofix: Property platform missing from chart configuration typings (#11572)
Dimitris-Rafail Katsampas [Thu, 9 Nov 2023 22:35:01 +0000 (00:35 +0200)] 
fix: Property platform missing from chart configuration typings (#11572)

21 months agoReplace deprecated command with environment file (#11570)
Jongwoo Han [Mon, 6 Nov 2023 17:35:20 +0000 (02:35 +0900)] 
Replace deprecated command with environment file (#11570)

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
21 months agofix: pass Plugin TType down to hooks chart arg (#11569)
Vsevolod Fedorov [Mon, 6 Nov 2023 17:34:29 +0000 (19:34 +0200)] 
fix: pass Plugin TType down to hooks chart arg (#11569)

21 months agoFix migration docs links (#11562)
Jacco van den Berg [Mon, 30 Oct 2023 12:48:10 +0000 (13:48 +0100)] 
Fix migration docs links (#11562)

21 months agoBump actions/setup-node from 3 to 4 (#11560)
dependabot[bot] [Mon, 30 Oct 2023 12:08:16 +0000 (08:08 -0400)] 
Bump actions/setup-node from 3 to 4 (#11560)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agorevert node version (#11499)
Jacco van den Berg [Thu, 14 Sep 2023 13:41:54 +0000 (15:41 +0200)] 
revert node version (#11499)

22 months agoUpdate node checkout and version (#11498)
Jacco van den Berg [Thu, 14 Sep 2023 13:20:57 +0000 (15:20 +0200)] 
Update node checkout and version (#11498)

* Add min extension to umd build

* Update node checkout and runtime versions

* remove unsaved code

22 months agofix: simplify check hasFunction (#11490)
Mikhail [Mon, 11 Sep 2023 06:31:29 +0000 (09:31 +0300)] 
fix: simplify check hasFunction (#11490)

23 months agoallow mode to be a callback function (#11488)
Cazka [Wed, 6 Sep 2023 15:13:33 +0000 (17:13 +0200)] 
allow mode to be a callback function (#11488)

23 months agodocs: Fix typo for documentation of plugins.tooltip.textDirection (#11483)
Chocomint [Mon, 4 Sep 2023 08:13:29 +0000 (17:13 +0900)] 
docs: Fix typo for documentation of plugins.tooltip.textDirection (#11483)

23 months agoBump 4.4.0 (#11461) v4.4.0
Jacco van den Berg [Thu, 24 Aug 2023 12:34:45 +0000 (14:34 +0200)] 
Bump 4.4.0 (#11461)

2 years agofix: Add backgroundColor type on CoreScaleOptions (#11348)
Mercy Bickell [Mon, 7 Aug 2023 22:18:54 +0000 (16:18 -0600)] 
fix: Add backgroundColor type on CoreScaleOptions (#11348)

* Fix: add backgroundColor type on CartesianScaleOptions

* Add instead on CoreScaleOptions

* Remove redundant backgroundColor from RadialLinearScaleOptions

2 years agoReplace html extension with md extension for docs (#11439)
Jacco van den Berg [Mon, 7 Aug 2023 22:12:44 +0000 (00:12 +0200)] 
Replace html extension with md extension for docs (#11439)

* Replace html extension with md extension for docs

* Revert some links

* Commit saved files

2 years agoBorderRadius of Bar Chart issue on Firefox 116 (#11435)
Bogdan Korshunov [Mon, 7 Aug 2023 18:16:32 +0000 (23:16 +0500)] 
BorderRadius of Bar Chart issue on Firefox 116 (#11435)

Co-authored-by: bogdankorshunov <korshunov.oren@gmail.com>
2 years agoAdd clip option to scale configuration to allow unclipped scales (#11404)
stockiNail [Mon, 7 Aug 2023 18:16:20 +0000 (20:16 +0200)] 
Add clip option to scale configuration to allow unclipped scales (#11404)

* Add clip option to scale configuration to allow unclipped scales

* add images

* fix cc

* change name of function

2 years agochore: bump to v4.3.3 (#11433) v4.3.3
Evert Timberg [Wed, 2 Aug 2023 23:11:12 +0000 (19:11 -0400)] 
chore: bump to v4.3.3 (#11433)

2 years agoRevert fix for monotone cubic interpolation (#11432)
stockiNail [Wed, 2 Aug 2023 14:42:29 +0000 (16:42 +0200)] 
Revert fix for monotone cubic interpolation (#11432)

2 years agoBump pnpm/action-setup from 2.2.4 to 2.4.0 (#11427)
dependabot[bot] [Mon, 31 Jul 2023 12:11:26 +0000 (08:11 -0400)] 
Bump pnpm/action-setup from 2.2.4 to 2.4.0 (#11427)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.0)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBump 4.3.2 (#11423) v4.3.2
Jacco van den Berg [Wed, 26 Jul 2023 15:31:08 +0000 (17:31 +0200)] 
Bump 4.3.2 (#11423)

2 years agoRevert feature to disable plugins by TS (#11422)
stockiNail [Wed, 26 Jul 2023 12:59:42 +0000 (14:59 +0200)] 
Revert feature to disable plugins by TS (#11422)

2 years agoUpdates to scale type definitions (#11419)
Josh Kelley [Tue, 25 Jul 2023 22:39:25 +0000 (18:39 -0400)] 
Updates to scale type definitions (#11419)

While adding some type definitions to chartjs-plugin-zoom
(see https://github.com/chartjs/chartjs-plugin-zoom/pull/774), I noticed
a few limitations in Chart.js's scale types:

* The zoom plugin calls `Scale.parse` with no index parameter.  Scale's
  JSDoc allows this, but its TypeScript definitions did not.
* The zoom plugin alters scale options' min and max.  The specific types
  of these depend on which scale is in use, but every scale has them, so
  `unknown` seems appropriate

2 years agoBump 4.3.1 (#11417) v4.3.1
Jacco van den Berg [Mon, 24 Jul 2023 19:40:34 +0000 (21:40 +0200)] 
Bump 4.3.1 (#11417)

2 years agoAdd missing feature for disabling plugins in TyeScript (#11403)
stockiNail [Mon, 24 Jul 2023 19:39:38 +0000 (21:39 +0200)] 
Add  missing feature for disabling plugins in TyeScript (#11403)

* Add  missing feature for disabling plugins in TyeScript

* apply review

* remove empty line

2 years agoFix curve path if scale limits are set for line chart (#11377)
stockiNail [Mon, 24 Jul 2023 17:58:23 +0000 (19:58 +0200)] 
Fix curve path if scale limits are set for line chart (#11377)

* Fix curve path if scale limits are set for line chart

* add scale limits test case

2 years agoFix time series scale to have each data point is spread equidistant (#11388)
stockiNail [Thu, 13 Jul 2023 20:36:08 +0000 (22:36 +0200)] 
Fix time series scale to have each data point is spread equidistant (#11388)

* Fix time series scale to have each data point is spread equidistant

* remove tabs

* remove casting and add/update test cases

2 years agoFix type of tickBorderDash in GridLineOptions (#11396)
skopz356 [Tue, 11 Jul 2023 18:32:10 +0000 (20:32 +0200)] 
Fix type of tickBorderDash in GridLineOptions (#11396)

2 years agoSplit the TimeScaleOptions type into composable sub types (#11187)
Evert Timberg [Wed, 5 Jul 2023 12:54:28 +0000 (08:54 -0400)] 
Split the TimeScaleOptions type into composable sub types (#11187)

2 years agofix: add pointStyleWidth to type definitions (#11383)
Evert Timberg [Sat, 1 Jul 2023 12:51:53 +0000 (08:51 -0400)] 
fix: add pointStyleWidth to type definitions (#11383)

2 years agoFix mismatch between hit boxes and drawn items in legend plugin (#11352)
stockiNail [Tue, 20 Jun 2023 16:20:12 +0000 (18:20 +0200)] 
Fix mismatch between hit boxes and drawn items in legend plugin (#11352)

* Fix mismatch between hit boxes and drawn items in legend plugin

* fixes padding calculation

2 years agoAdd `beforeDraw` to drawtime type (#11358)
Jacco van den Berg [Tue, 20 Jun 2023 16:16:50 +0000 (18:16 +0200)] 
Add `beforeDraw` to drawtime type (#11358)

2 years agoAdd events property to Plugin defined type (#11350)
stockiNail [Tue, 20 Jun 2023 16:16:37 +0000 (18:16 +0200)] 
Add events property to Plugin defined type (#11350)

2 years agoAdd text stoke radial linear scale (#11346)
Jacco van den Berg [Tue, 13 Jun 2023 21:31:17 +0000 (23:31 +0200)] 
Add text stoke radial linear scale (#11346)

2 years agoClarify update docs (#11345)
Jacco van den Berg [Tue, 13 Jun 2023 16:24:13 +0000 (18:24 +0200)] 
Clarify update docs (#11345)

2 years agoFix toggling showLine option on scatter controller (#11334)
stockiNail [Thu, 8 Jun 2023 12:53:50 +0000 (14:53 +0200)] 
Fix toggling showLine option on scatter controller (#11334)

2 years ago[docs] HTML Legend sample: add flex-shrink: 0 to color box (#11330)
Frans de Jonge [Wed, 7 Jun 2023 16:44:21 +0000 (18:44 +0200)] 
[docs] HTML Legend sample: add flex-shrink: 0 to color box (#11330)

This way the color box is prevented from shrinking in case of larger legends.

2 years agoRefined grammar and updated overall .md documentation files (#11324)
Muhammad Khalikov [Mon, 5 Jun 2023 07:56:56 +0000 (03:56 -0400)] 
Refined grammar and updated overall .md documentation files (#11324)

2 years agominor correction of documentation for 'Grace' (#11322)
Matt Hegarty [Sun, 4 Jun 2023 22:43:02 +0000 (23:43 +0100)] 
minor correction of documentation for 'Grace' (#11322)

2 years agoSwitch to discord (#11318)
Jacco van den Berg [Wed, 31 May 2023 18:02:58 +0000 (20:02 +0200)] 
Switch to discord (#11318)

2 years agoExport explicitly the plugin options definition which is augmented (#11309)
stockiNail [Thu, 25 May 2023 13:12:28 +0000 (15:12 +0200)] 
Export explicitly the plugin options definition which is augmented (#11309)

2 years ago Update slack link (#11301)
Jacco van den Berg [Fri, 19 May 2023 23:09:25 +0000 (01:09 +0200)] 
 Update slack link (#11301)

* Update slack link

* Fix build

2 years agoCorrect tooltip dates displaying incorrectly reported in #11229 (#11284)
Muhammad Khalikov [Fri, 19 May 2023 22:58:39 +0000 (18:58 -0400)] 
Correct tooltip dates displaying incorrectly reported in #11229 (#11284)

2 years agoExpend note that chart must be in its own dedicated container (#11300)
Jacco van den Berg [Fri, 19 May 2023 22:42:04 +0000 (00:42 +0200)] 
Expend note that chart must be in its own dedicated container (#11300)

2 years agoUpdate size limits (#11302)
Jacco van den Berg [Fri, 19 May 2023 22:40:37 +0000 (00:40 +0200)] 
Update size limits (#11302)

2 years agoBump to 4.3.0 (#11257) v4.3.0
Evert Timberg [Fri, 28 Apr 2023 05:18:20 +0000 (01:18 -0400)] 
Bump to 4.3.0 (#11257)

2 years agoEnable point labels hiding when overlapped (#11055)
stockiNail [Thu, 27 Apr 2023 22:28:55 +0000 (00:28 +0200)] 
Enable point labels hiding when overlapped (#11055)

* Enable point labels hiding when overlapped

* fix cc

* fallback CC updates

* fixes CC

2 years agoEnable applying of gradients and pattern on line segments (#11217)
stockiNail [Thu, 27 Apr 2023 22:25:13 +0000 (00:25 +0200)] 
Enable applying of gradients and pattern on line segments (#11217)

* Enable applying of gradients and pattern on line segments

* add test case

* improve replacer

2 years agoAdd redirect for old V3 migration guides in release notes (#11241)
Jacco van den Berg [Thu, 20 Apr 2023 15:50:41 +0000 (17:50 +0200)] 
Add redirect for old V3 migration guides in release notes (#11241)

* Add redirect for old V3 migration guides in release notes

* Add newline

2 years agoFix documentation about how to manage own custom plugin for types (#11244)
stockiNail [Thu, 20 Apr 2023 15:50:22 +0000 (17:50 +0200)] 
Fix documentation about how to manage own custom plugin for types (#11244)

2 years agoFix documentation about how to manage own custom plugin for types (#11244)
stockiNail [Thu, 20 Apr 2023 15:50:08 +0000 (17:50 +0200)] 
Fix documentation about how to manage own custom plugin for types (#11244)

2 years agoAdd version specific urls to release template (#11240)
Jacco van den Berg [Thu, 20 Apr 2023 15:49:30 +0000 (17:49 +0200)] 
Add version specific urls to release template (#11240)

2 years agoBorder is counted as part of ArcElement (#11180)
stockiNail [Wed, 19 Apr 2023 22:22:40 +0000 (00:22 +0200)] 
Border is counted as part of ArcElement (#11180)

* Border is counted as part of ArcElement

* improve calculation

2 years agoCheck for isNaN before building number formatter options (#11238)
Roman Shtylman [Wed, 19 Apr 2023 22:22:25 +0000 (15:22 -0700)] 
Check for isNaN before building number formatter options (#11238)

* Check for isNaN before building number formatter options

When datasets have values approaching Number.MAX_VALUE, the tick calculations might result in infinity and eventually NaN. Passing NaN for minimumFractionDigits or maximumFractionDigits will make the number formatter throw. Instead we check for isNaN and use a fallback value so the formatter does not throw.

* Update src/core/core.ticks.js

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
---------

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
2 years agodocs: Fix a few typos (#11220)
Tim Gates [Sun, 2 Apr 2023 11:58:40 +0000 (21:58 +1000)] 
docs: Fix a few typos (#11220)

There are small typos in:
- docs/general/colors.md
- src/controllers/controller.doughnut.js
- src/controllers/controller.pie.js
- src/scales/scale.time.js

Fixes:
- Should read `outer` rather than `outr`.
- Should read `indistinguishable` rather than `indistiguishable`.
- Should read `guesstimation` rather than `guestimation`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2 years agoUpdate size limits (#11212)
Jacco van den Berg [Wed, 29 Mar 2023 18:37:43 +0000 (20:37 +0200)] 
Update size limits (#11212)

2 years agochore: change pnpm version in engines field to be able to use 8.x.x (#11209)
Utku Demir [Wed, 29 Mar 2023 15:00:29 +0000 (18:00 +0300)] 
chore: change pnpm version in engines field to be able to use 8.x.x (#11209)

* chore: change pnpm version in engines field to be able to use 8.0.0

* chore: add pnpm version to workflows

* revert: pnpm version in workflows

This reverts commit 32dacab66908ac8f06f3d679cc285881c1d39078.

* chore: refresh lockfile with pnpm@7.9.0

2 years agorefactor: rewrite config helpers to ts (#11121)
Dan Onoshko [Tue, 21 Mar 2023 20:03:15 +0000 (00:03 +0400)] 
refactor: rewrite config helpers to ts (#11121)

* refactor: rewrite config helpers to ts

* refactor: review fixes

2 years agoAdd colors plugin to size limit (#11174)
Jacco van den Berg [Wed, 1 Mar 2023 23:46:01 +0000 (00:46 +0100)] 
Add colors plugin to size limit (#11174)

* Add colors plugin to size limit

* Increase size limit

2 years agoDisable canvas acceleration in Firefox 110 in test cases (#11165)
stockiNail [Sun, 26 Feb 2023 12:19:44 +0000 (13:19 +0100)] 
Disable canvas acceleration in Firefox 110 in test cases (#11165)

2 years agoUpdate tooltip.md (#11154)
Hubert Olender [Thu, 23 Feb 2023 13:05:50 +0000 (14:05 +0100)] 
Update tooltip.md (#11154)

* Update tooltip.md

Add missing `'`

* Update tooltip.md

Improve textDirection text

2 years agoSpecify node version for CI (#11160)
Jacco van den Berg [Wed, 22 Feb 2023 23:42:18 +0000 (00:42 +0100)] 
Specify node version for CI (#11160)

* specify node version

* Spam to run CI

* Remove docs update, specify node version at other places

2 years agoUse custom scale defaults and dataset axis ID options to determine the axis (#11134)
stockiNail [Wed, 15 Feb 2023 14:27:13 +0000 (15:27 +0100)] 
Use custom scale defaults and dataset axis ID options to determine the axis (#11134)

Use custom scale defaults to determine the axis

2 years agorefactor: rewrite canvas helpers to ts (#11100)
Dan Onoshko [Wed, 15 Feb 2023 14:26:49 +0000 (18:26 +0400)] 
refactor: rewrite canvas helpers to ts (#11100)

* refactor: rewrite canvas helpers to ts

* refactor: review fixes

* refactor: rm src/helpers/types.ts temporary entry point

2 years agoSimplify _arrayUnique (#11145)
Mikhail [Wed, 15 Feb 2023 14:20:29 +0000 (16:20 +0200)] 
Simplify _arrayUnique (#11145)

2 years agoDocs: fix tooltip model doc. (#11143)
leo2436 [Wed, 15 Feb 2023 13:13:24 +0000 (21:13 +0800)] 
Docs: fix tooltip model doc. (#11143)

Co-authored-by: Leo Chen <liang.chen@thoughtworks.com>
2 years agoAdd borderDash options to arc element (#11127)
stockiNail [Sun, 12 Feb 2023 22:46:05 +0000 (23:46 +0100)] 
Add borderDash options to arc element (#11127)

2 years agoChange labelColors to labelColor in tooltip drawColorBox method. (#11135)
leo2436 [Sun, 12 Feb 2023 19:15:07 +0000 (03:15 +0800)] 
Change labelColors to labelColor in tooltip drawColorBox method. (#11135)

Co-authored-by: Leo Chen <liang.chen@thoughtworks.com>
2 years agoFix: don't generate ticks > max if max is specified (#11116)
CodingMarco [Fri, 10 Feb 2023 12:57:58 +0000 (13:57 +0100)] 
Fix: don't generate ticks > max if max is specified (#11116)

* Fix: don't generate ticks > max if max is specified (#11083)

* Add test "Should not generate any ticks > max if max is specified" (#11083)

2 years agofix RTL tooltip colorBox placement (#11061)
Shahab HM [Fri, 10 Feb 2023 12:57:24 +0000 (16:27 +0330)] 
fix RTL tooltip colorBox placement (#11061)

* fix RTL tooltip colorBox placement #10771

* fix lint problem

2 years agoBump to 4.2.1 (#11130) v4.2.1
Evert Timberg [Fri, 10 Feb 2023 06:33:01 +0000 (01:33 -0500)] 
Bump to 4.2.1 (#11130)

2 years agofix: decimation plugin data not writeable after clean (#11045)
Johannes Kronmüller [Fri, 10 Feb 2023 05:45:43 +0000 (06:45 +0100)] 
fix: decimation plugin data not writeable after clean (#11045)

2 years agoUse maxTicksLimit option to calculate the labels size on ticks (#11069)
stockiNail [Thu, 9 Feb 2023 14:26:11 +0000 (15:26 +0100)] 
Use maxTicksLimit option to calculate the labels size on ticks (#11069)

* Use maxTicksLimit option to calculate the labels size on ticks

* apply review

2 years agoRemove unused property from arc element for center calculation (#11124)
stockiNail [Wed, 8 Feb 2023 23:01:11 +0000 (00:01 +0100)] 
Remove unused property from arc element for center calculation (#11124)

2 years agochore: #10963 revert (#11102)
Dan Onoshko [Tue, 7 Feb 2023 16:51:48 +0000 (23:51 +0700)] 
chore: #10963 revert (#11102)

2 years agoAdd colors plugin TS options to be configured (#11115)
Jacco van den Berg [Tue, 7 Feb 2023 13:19:00 +0000 (14:19 +0100)] 
Add colors plugin TS options to be configured (#11115)

2 years agoUpdate link to new template (#11113)
Jacco van den Berg [Fri, 3 Feb 2023 07:28:17 +0000 (08:28 +0100)] 
Update link to new template (#11113)

2 years agoRemove override warning tooltips (#11110)
Jacco van den Berg [Thu, 2 Feb 2023 13:50:11 +0000 (14:50 +0100)] 
Remove override warning tooltips (#11110)

2 years agofix: add bgColor type in RadialLinearScaleOptions (#11081)
Yujin Choi [Mon, 30 Jan 2023 23:23:08 +0000 (08:23 +0900)] 
fix: add bgColor type in RadialLinearScaleOptions (#11081)

* fix: add bgColor type in RadialLinearScaleOptions

* Update src/types/index.d.ts

remove trailing space

---------

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
2 years ago🐛 fixes compilation error when option --isolatedModules is set (#11095)
Jean-Louis Jouannic [Sat, 28 Jan 2023 14:19:02 +0000 (15:19 +0100)] 
🐛 fixes compilation error when option --isolatedModules is set (#11095)

* 🐛 fixes compilation error when option --isolatedModules is set

* ♻️ preserve UpdateModeEnum to prevent breaking change

2 years agoRemove meetup banner (#11093)
Jacco van den Berg [Fri, 27 Jan 2023 18:01:12 +0000 (19:01 +0100)] 
Remove meetup banner (#11093)

2 years agoFix documentation typo (#11077)
Yury Shevchenko [Fri, 20 Jan 2023 03:06:19 +0000 (19:06 -0800)] 
Fix documentation typo (#11077)

2 years agoBump to 4.2.0 (#11070) v4.2.0
Igor Lukanin [Wed, 18 Jan 2023 13:35:00 +0000 (17:35 +0400)] 
Bump to 4.2.0 (#11070)

2 years agoAdd format method to time scale to format timestamp using scale options (#11063)
stockiNail [Wed, 18 Jan 2023 13:27:52 +0000 (14:27 +0100)] 
Add format method to time scale to format timestamp using scale options (#11063)

2 years agoChange 'normal' update mode to 'default' as documented (#11017)
stockiNail [Wed, 18 Jan 2023 13:27:47 +0000 (14:27 +0100)] 
Change 'normal' update mode to 'default' as documented (#11017)

2 years agoCheck colors definition in the chart options (#11003)
stockiNail [Wed, 18 Jan 2023 12:31:33 +0000 (13:31 +0100)] 
Check colors definition in the chart options (#11003)

* Check colors definition in the chart options

* Update src/plugins/plugin.colors.ts

Co-authored-by: Dan Onoshko <danon0404@gmail.com>
* Update src/plugins/plugin.colors.ts

Co-authored-by: Dan Onoshko <danon0404@gmail.com>
* Update src/plugins/plugin.colors.ts

Co-authored-by: Dan Onoshko <danon0404@gmail.com>
* apply review

Co-authored-by: Dan Onoshko <danon0404@gmail.com>
2 years agoAdd banner (#11058)
Igor Lukanin [Fri, 13 Jan 2023 14:33:57 +0000 (18:33 +0400)] 
Add banner (#11058)

2 years agoUpdate banner (#11057)
Igor Lukanin [Fri, 13 Jan 2023 14:33:43 +0000 (18:33 +0400)] 
Update banner (#11057)

* Update banner

* Update

* Add width

2 years agoRemove console.warn from a test case where not needed (#11056)
stockiNail [Fri, 13 Jan 2023 14:33:34 +0000 (15:33 +0100)] 
Remove console.warn from a test case where not needed (#11056)

2 years agofix: updated type for doughnut offset (#11051)
Michiel Lankamp [Fri, 13 Jan 2023 08:06:33 +0000 (09:06 +0100)] 
fix: updated type for doughnut offset (#11051)

2 years agoAdd pointLabel context type documentation (#11054)
stockiNail [Fri, 13 Jan 2023 08:05:19 +0000 (09:05 +0100)] 
Add pointLabel context type documentation (#11054)

2 years agoSpecify module for Webpack 4 (#11037)
Andrew Kane [Tue, 10 Jan 2023 17:01:59 +0000 (09:01 -0800)] 
Specify module for Webpack 4 (#11037)

2 years agochore: Add Chart.js meetup announcement to README (#11043)
Igor Lukanin [Tue, 10 Jan 2023 17:00:01 +0000 (21:00 +0400)] 
chore: Add Chart.js meetup announcement to README (#11043)

2 years agochore: version bump (#11034) v4.1.2
Dan Onoshko [Thu, 5 Jan 2023 16:00:35 +0000 (20:00 +0400)] 
chore: version bump (#11034)

2 years agofix: package.json fields fixes for old jest-resolver versions (#11033)
Dan Onoshko [Thu, 5 Jan 2023 15:28:07 +0000 (19:28 +0400)] 
fix: package.json fields fixes for old jest-resolver versions (#11033)

2 years agofix: fix Plugin interface (#11016)
Dan Onoshko [Thu, 22 Dec 2022 21:17:28 +0000 (01:17 +0400)] 
fix: fix Plugin interface (#11016)

2 years agoAdd Z index to border options (#11008)
Jacco van den Berg [Tue, 20 Dec 2022 17:23:16 +0000 (18:23 +0100)] 
Add Z index to border options (#11008)

2 years agoUpdate link to UMD bundle for master (#11004)
Jacco van den Berg [Tue, 20 Dec 2022 15:42:29 +0000 (16:42 +0100)] 
Update link to UMD bundle for master (#11004)