]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
stockiNail [Thu, 20 Apr 2023 15:50:08 +0000 (17:50 +0200)]
Fix documentation about how to manage own custom plugin for types (#11244)
Jacco van den Berg [Thu, 20 Apr 2023 15:49:30 +0000 (17:49 +0200)]
Add version specific urls to release template (#11240)
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
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>
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>
Jacco van den Berg [Wed, 29 Mar 2023 18:37:43 +0000 (20:37 +0200)]
Update size limits (#11212)
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
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
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
stockiNail [Sun, 26 Feb 2023 12:19:44 +0000 (13:19 +0100)]
Disable canvas acceleration in Firefox 110 in test cases (#11165)
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
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
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
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
Mikhail [Wed, 15 Feb 2023 14:20:29 +0000 (16:20 +0200)]
Simplify _arrayUnique (#11145)
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>
stockiNail [Sun, 12 Feb 2023 22:46:05 +0000 (23:46 +0100)]
Add borderDash options to arc element (#11127)
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>
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)
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
Evert Timberg [Fri, 10 Feb 2023 06:33:01 +0000 (01:33 -0500)]
Bump to 4.2.1 (#11130)
Johannes Kronmüller [Fri, 10 Feb 2023 05:45:43 +0000 (06:45 +0100)]
fix: decimation plugin data not writeable after clean (#11045)
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
stockiNail [Wed, 8 Feb 2023 23:01:11 +0000 (00:01 +0100)]
Remove unused property from arc element for center calculation (#11124)
Dan Onoshko [Tue, 7 Feb 2023 16:51:48 +0000 (23:51 +0700)]
chore: #10963 revert (#11102)
Jacco van den Berg [Tue, 7 Feb 2023 13:19:00 +0000 (14:19 +0100)]
Add colors plugin TS options to be configured (#11115)
Jacco van den Berg [Fri, 3 Feb 2023 07:28:17 +0000 (08:28 +0100)]
Update link to new template (#11113)
Jacco van den Berg [Thu, 2 Feb 2023 13:50:11 +0000 (14:50 +0100)]
Remove override warning tooltips (#11110)
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>
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
Jacco van den Berg [Fri, 27 Jan 2023 18:01:12 +0000 (19:01 +0100)]
Remove meetup banner (#11093)
Yury Shevchenko [Fri, 20 Jan 2023 03:06:19 +0000 (19:06 -0800)]
Fix documentation typo (#11077)
Igor Lukanin [Wed, 18 Jan 2023 13:35:00 +0000 (17:35 +0400)]
Bump to 4.2.0 (#11070)
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)
stockiNail [Wed, 18 Jan 2023 13:27:47 +0000 (14:27 +0100)]
Change 'normal' update mode to 'default' as documented (#11017)
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>
Igor Lukanin [Fri, 13 Jan 2023 14:33:57 +0000 (18:33 +0400)]
Add banner (#11058)
Igor Lukanin [Fri, 13 Jan 2023 14:33:43 +0000 (18:33 +0400)]
Update banner (#11057)
* Update banner
* Update
* Add width
stockiNail [Fri, 13 Jan 2023 14:33:34 +0000 (15:33 +0100)]
Remove console.warn from a test case where not needed (#11056)
Michiel Lankamp [Fri, 13 Jan 2023 08:06:33 +0000 (09:06 +0100)]
fix: updated type for doughnut offset (#11051)
stockiNail [Fri, 13 Jan 2023 08:05:19 +0000 (09:05 +0100)]
Add pointLabel context type documentation (#11054)
Andrew Kane [Tue, 10 Jan 2023 17:01:59 +0000 (09:01 -0800)]
Specify module for Webpack 4 (#11037)
Igor Lukanin [Tue, 10 Jan 2023 17:00:01 +0000 (21:00 +0400)]
chore: Add Chart.js meetup announcement to README (#11043)
Dan Onoshko [Thu, 5 Jan 2023 16:00:35 +0000 (20:00 +0400)]
chore: version bump (#11034)
Dan Onoshko [Thu, 5 Jan 2023 15:28:07 +0000 (19:28 +0400)]
fix: package.json fields fixes for old jest-resolver versions (#11033)
Dan Onoshko [Thu, 22 Dec 2022 21:17:28 +0000 (01:17 +0400)]
fix: fix Plugin interface (#11016)
Jacco van den Berg [Tue, 20 Dec 2022 17:23:16 +0000 (18:23 +0100)]
Add Z index to border options (#11008)
Jacco van den Berg [Tue, 20 Dec 2022 15:42:29 +0000 (16:42 +0100)]
Update link to UMD bundle for master (#11004)
Matvey Kottsov [Tue, 20 Dec 2022 14:27:33 +0000 (17:27 +0300)]
fix: missing markdown link in docs (#11006)
Dan Onoshko [Mon, 19 Dec 2022 08:39:23 +0000 (12:39 +0400)]
chore: replace cp with js code (#11000)
Evert Timberg [Sat, 17 Dec 2022 16:06:49 +0000 (11:06 -0500)]
Bump to 4.1.1 (#10997)
Guy B [Sat, 17 Dec 2022 14:41:21 +0000 (09:41 -0500)]
fix: avoid resize loop when browser zoom is set to 90% (#10971)
* test: new test to reproduce issue #10951
* test: validate the canvas style too
* fix: Avoid reassigning the the chart size. For specific values of pixelRatio the assignment would cause the size to reduce by 1px. Since it's called from the ResizeObserver it will be stuck in a loop that constantly reduce the size of the chart and canvas.
* Revert "fix: Avoid reassigning the the chart size. For specific values of pixelRatio the assignment would cause the size to reduce by 1px. Since it's called from the ResizeObserver it will be stuck in a loop that constantly reduce the size of the chart and canvas."
This reverts commit
ed7a34814dd01f57eabc2379fc7187b9a41c8732 .
* fix: Avoid the resize loop by fixing the rounding error in the retinaScale function.
* fix: getMaximumSize was flooring non-integer height values unnecessarily.
* Revert "fix: Avoid the resize loop by fixing the rounding error in the retinaScale function."
This reverts commit
23525abc6aadc9880f841ff58dbd4a4ea0b14e88 .
* fix: Avoid the resize loop by fixing the rounding error in the retinaScale function.
Dan Onoshko [Fri, 16 Dec 2022 12:56:06 +0000 (16:56 +0400)]
fix: move types to src dir to escape src / dist dirs in paths (#10993)
Dan Onoshko [Fri, 16 Dec 2022 12:53:27 +0000 (16:53 +0400)]
fix: hotfix chart.js/auto for commonjs (#10992)
* fix: hotfix chart.js/auto for commonjs
* fix: add auto.cjs to side effects
Igor Lukanin [Fri, 16 Dec 2022 12:52:36 +0000 (16:52 +0400)]
Revert "chore: Add Product Hunt button (temporarily) (#10980)" (#10988)
This reverts commit
2810bbc6fa605e1eedf27486f0443841772446ae .
Igor Lukanin [Fri, 16 Dec 2022 08:55:49 +0000 (12:55 +0400)]
fix (#10990)
Dan Onoshko [Fri, 16 Dec 2022 06:36:14 +0000 (10:36 +0400)]
add getLabelItems public method (#10966)
Dan Onoshko [Fri, 16 Dec 2022 00:27:12 +0000 (04:27 +0400)]
fix: unbind instance config from chart type (#10963)
Dan Onoshko [Thu, 15 Dec 2022 23:11:11 +0000 (03:11 +0400)]
feat: restore commonjs bundle (#10984)
Dan Onoshko [Thu, 15 Dec 2022 23:09:14 +0000 (03:09 +0400)]
fix: turn on types linting (#10962)
Jacco van den Berg [Thu, 15 Dec 2022 17:48:31 +0000 (18:48 +0100)]
bunp version to 4.1.0 (#10983)
Igor Lukanin [Thu, 15 Dec 2022 12:52:12 +0000 (16:52 +0400)]
chore: Add Product Hunt button (temporarily) (#10980)
Igor Lukanin [Wed, 14 Dec 2022 22:33:39 +0000 (02:33 +0400)]
Update Slack link (#10976)
Simon He [Wed, 14 Dec 2022 21:24:43 +0000 (05:24 +0800)]
chore: add lint cache (#10974)
* chore: add lint cache
* chore: update
* chore: update
Jacco van den Berg [Wed, 14 Dec 2022 20:43:41 +0000 (21:43 +0100)]
Allow dynamic datasets to be colored (#10964)
* Allow dynamic datasets to be colored
* revieuw
Erencan Taşbaş [Tue, 13 Dec 2022 10:46:10 +0000 (13:46 +0300)]
Broken link is fixed. (#10965)
Jacco van den Berg [Sat, 10 Dec 2022 13:39:11 +0000 (14:39 +0100)]
Update auto import in usage docs (#10955)
Evert Timberg [Sat, 10 Dec 2022 13:21:41 +0000 (08:21 -0500)]
Ensure that args are saved inside of the throttled helper (#10942)
* Ensure that args are saved inside of the throttled helper
* Capture args in outer scope
* Simplify capture
Jacco van den Berg [Fri, 9 Dec 2022 14:11:13 +0000 (15:11 +0100)]
update-react-to-v4 (#10930)
Dan Onoshko [Wed, 30 Nov 2022 14:31:43 +0000 (18:31 +0400)]
fix: move @kurkle/color to dependencies (#10917)
fixes #10915
Jacco van den Berg [Fri, 25 Nov 2022 14:03:49 +0000 (15:03 +0100)]
Allow color plugin to work with custom dataset controllers (#10904)
Jacco van den Berg [Fri, 25 Nov 2022 13:03:51 +0000 (14:03 +0100)]
Use UDM build for reproducible sample (#10919)
Dan Onoshko [Fri, 25 Nov 2022 10:31:14 +0000 (14:31 +0400)]
docs: add info about ESM into migration guide. (#10903)
stockiNail [Thu, 24 Nov 2022 12:47:17 +0000 (13:47 +0100)]
Add stepSize option to time scale options types (#10910)
Kit PANG [Wed, 23 Nov 2022 01:21:02 +0000 (09:21 +0800)]
fix: respect minBarLength in stacked bar chart (#10766)
stockiNail [Mon, 21 Nov 2022 19:00:51 +0000 (20:00 +0100)]
Sets the transition mode to the context for scriptable options (#10898)
Dan Onoshko [Fri, 18 Nov 2022 18:15:08 +0000 (22:15 +0400)]
feat: colors for mixed charts (#10870)
Jacco van den Berg [Fri, 18 Nov 2022 18:14:47 +0000 (19:14 +0100)]
Pointstyle false (#10886)
* fix-#10755
* none to false
* str to bool
* str to bool
* 10/10
* fix test
Co-authored-by: puneetkathar1 <puneetkathar1@gmail.com>
Co-authored-by: Puneet Kathar <73285338+puneetkathar1@users.noreply.github.com>
Jacco van den Berg [Fri, 18 Nov 2022 17:39:58 +0000 (18:39 +0100)]
update migration guide (#10885)
Jacco van den Berg [Thu, 17 Nov 2022 21:51:12 +0000 (22:51 +0100)]
Move border opts to correct location for samples (#10884)
Dan Onoshko [Thu, 17 Nov 2022 13:08:44 +0000 (17:08 +0400)]
refactor: move to esm in sources (#10879)
Ben McCann [Thu, 17 Nov 2022 06:22:47 +0000 (22:22 -0800)]
fix: put `types` first in `exports` map (#10880)
Jacco van den Berg [Tue, 15 Nov 2022 18:14:15 +0000 (19:14 +0100)]
Remove V3 support, update readme (#10872)
Jacco van den Berg [Mon, 14 Nov 2022 23:17:20 +0000 (00:17 +0100)]
Fix release (#10871)
* Update namespace
* fix release, bump version
Evert Timberg [Sun, 13 Nov 2022 20:16:32 +0000 (15:16 -0500)]
v4.0.0 bump (#10868)
Jacco van den Berg [Sun, 13 Nov 2022 17:36:25 +0000 (18:36 +0100)]
Remove type attribute from dataset specific type specification (#10869)
t-mangoe [Sat, 12 Nov 2022 20:41:21 +0000 (05:41 +0900)]
check the data set type in DoughnutController (#10867)
Richard Gibson [Sat, 12 Nov 2022 19:47:08 +0000 (14:47 -0500)]
fix: Always draw full arcs and borders for doughnut slices (#10806)
* test: Add a failing test for single-slice doughnut with offset
* fix: Always draw full arcs and borders for doughnut slices
Fixes #10801
* test: Update existing image
Igor Lukanin [Fri, 11 Nov 2022 21:37:13 +0000 (01:37 +0400)]
Updated docs (why Chart.js + getting started + step-by-step guide) (#10816)
* Update docs
* Minor fixes
* Replace screenshots with live demos
* Replace the last screenshot with a live demo
* Bring back images
* Bring back images #2
* Remove unnecessary files
* Apply suggestions from code review
Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
* Very last tiny fixes
Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
Dan Onoshko [Tue, 8 Nov 2022 00:49:47 +0000 (04:49 +0400)]
docs: notes about html legend, tooltip and title (#10857)
* docs: notes about html legend, tooltip and title
* Update docs/configuration/legend.md
Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
* Update docs/configuration/tooltip.md
Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
* docs: notes about html legend, tooltip and title fix
Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
stockiNail [Fri, 4 Nov 2022 22:55:27 +0000 (23:55 +0100)]
Fix the missing apply for the color on the legend labels (#10855)
* Fix the missing apply for the color on the legend labels
* apply review
stockiNail [Fri, 4 Nov 2022 15:17:49 +0000 (16:17 +0100)]
Enable colors plugin for pie charts (#10851)
* Enable colors plugin for pie charts
* fixes CC
Lucca Miranda [Fri, 4 Nov 2022 15:17:09 +0000 (12:17 -0300)]
refactor: migrate helpers.options to typescript (#10753)
* refactor: migrate helpers.options to typescript
* chore: nitpicks
Jacco van den Berg [Tue, 1 Nov 2022 14:54:03 +0000 (15:54 +0100)]
Alternative remove docs from publish (#10844)
* Update namespace
* alternative approach
* test-ignore
Kevin Zhu [Thu, 27 Oct 2022 23:17:05 +0000 (19:17 -0400)]
Fix month (#10826)
Puneet Kathar [Wed, 26 Oct 2022 11:59:25 +0000 (17:29 +0530)]
Grammar error fixes (#10827)
* Grammar error fixes
* Update .size-limit.cjs
Jacco van den Berg [Wed, 26 Oct 2022 09:24:32 +0000 (11:24 +0200)]
Update example chart config type, remove whitespace (#10831)
* Update example chart config type, remove whitespace
* update size limit
Jacco van den Berg [Mon, 24 Oct 2022 05:44:29 +0000 (07:44 +0200)]
Bump alpha 3 (#10822)
Andrew Dawes [Sat, 22 Oct 2022 16:44:32 +0000 (18:44 +0200)]
Made some grammar fixes (#10820)
Igor Lukanin [Fri, 21 Oct 2022 12:21:08 +0000 (16:21 +0400)]
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>