]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Mariss Tubelis [Fri, 3 Jan 2025 15:50:56 +0000 (16:50 +0100)]
Bugfix: return nearest non-null point on interaction when spanGaps=true (#11986)
* First step in fixing the bug of spanGaps null point interaction
* Complete bugfix of spanGaps null point interaction
* Add two tests in core.interaction.tests for the bugfix change
* Remove odd line break
* Use isNullOrUndef helper for point value checks
* Add 10 more test cases for nearest interaction when spanGaps=true
Mariss Tubelis [Fri, 3 Jan 2025 00:17:24 +0000 (01:17 +0100)]
Bugfix: span gaps over null values beyond scale limits (#11984)
* Bugfix: spanGaps not working near min and max limits
* Fix error when meta.dataset.options = null
* Add tests for correct setting of line controller properties _drawStart and _drawCount
* Fix spacing in controller line tests
* Add tension to test
* Add a better test case
* Avoid the use of FindLastIndex
* Avoid taking 0 for null value and improve naming
Jacco van den Berg [Sun, 1 Dec 2024 16:35:13 +0000 (17:35 +0100)]
Chore: bump version to 4.4.7 (#11969)
Jacco van den Berg [Sun, 1 Dec 2024 09:49:55 +0000 (10:49 +0100)]
Add documentation about setting default tooltip font (#11968)
Jacco van den Berg [Thu, 21 Nov 2024 20:47:09 +0000 (21:47 +0100)]
Show correct title in multi series pie chart example (#11962)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
dependabot[bot] [Thu, 21 Nov 2024 19:47:57 +0000 (20:47 +0100)]
Bump cross-spawn from 6.0.5 to 6.0.6 (#11959)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v6.0.6)
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DustinEwan [Mon, 18 Nov 2024 20:43:17 +0000 (14:43 -0600)]
fix: correct typing for doughnut, pie, and polarArea charts (#11521)
* fix(#10896): correct typing for doughnut, pie, and polarArea charts
* formatting
Mikhail [Mon, 18 Nov 2024 20:24:43 +0000 (22:24 +0200)]
simplify check undefinded (#11501)
Jacco van den Berg [Mon, 4 Nov 2024 14:10:35 +0000 (15:10 +0100)]
Export TRBL from geometric (#11948)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Evert Timberg [Mon, 28 Oct 2024 13:36:05 +0000 (09:36 -0400)]
chore: version bump for 4.4.6 release (#11943)
Nikolai Iakovlev [Thu, 24 Oct 2024 15:55:58 +0000 (18:55 +0300)]
Fix: applyStack() returned the sum of all values for hidden dataset indices, which resulted in wrong show animations (#11938)
Jacco van den Berg [Tue, 15 Oct 2024 19:12:00 +0000 (21:12 +0200)]
Fix 404 to samples in release drafter (#11933)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Jacco van den Berg [Tue, 15 Oct 2024 18:50:45 +0000 (20:50 +0200)]
Bump package version to 4.4.5 (#11932)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Jacco van den Berg [Tue, 15 Oct 2024 18:31:51 +0000 (20:31 +0200)]
Allow array's in backgroundColor defaults and add hover background and border color to defaults (#11931)
* Allow array as default and add extra default options
* Add test
---------
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Damien Regad [Tue, 15 Oct 2024 12:06:50 +0000 (14:06 +0200)]
Fix typo in time.md (#11930)
Jacco van den Berg [Sun, 13 Oct 2024 07:12:16 +0000 (09:12 +0200)]
Add check to colors plugin if defaults are set (#11927)
Moriwaki Masafumi [Sun, 13 Oct 2024 01:14:07 +0000 (10:14 +0900)]
Avoid error if borderOpts.dash is undefined (#11907)
dependabot[bot] [Mon, 26 Aug 2024 15:13:23 +0000 (17:13 +0200)]
Bump socket.io from 4.6.1 to 4.7.5 (#11875)
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.6.1 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.6.1...4.7.5)
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jacco van den Berg [Mon, 26 Aug 2024 15:13:12 +0000 (17:13 +0200)]
Fix initial dataset stacks (#11882)
* Update cahced _stacked value after updating stacks
* Add test
---------
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Jacco van den Berg [Tue, 20 Aug 2024 20:25:36 +0000 (22:25 +0200)]
Bump package version to 4.4.4 (#11874)
Jacco van den Berg [Tue, 20 Aug 2024 19:37:23 +0000 (21:37 +0200)]
Check if range method exists on element before executing it (#11873)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Jacco van den Berg [Tue, 20 Aug 2024 16:11:00 +0000 (18:11 +0200)]
Add radial linear scale to docs section of samples (#11871)
* Add radial linear scale to docs section of samples
* white space
---------
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Jacco van den Berg [Sat, 17 Aug 2024 06:52:36 +0000 (08:52 +0200)]
Return false from the average tooltip positioner on no valid data (#11863)
Artur Morys - Magiera [Fri, 16 Aug 2024 23:57:26 +0000 (01:57 +0200)]
fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface (#11867)
* fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface
* refactor: format index.d.ts to comply with ESLint rules
Artur Morys - Magiera [Fri, 16 Aug 2024 06:25:47 +0000 (08:25 +0200)]
fix(types): add xCenter and yCenter properties to RadialLinearScale interface (#11862)
huqingkun [Mon, 12 Aug 2024 15:56:35 +0000 (23:56 +0800)]
Bugfix/issue 11804 tooltip show for all invisible (#11858)
* exclude 0 angle from inRange to not showing tooltip when all data are hidden
Signed-off-by: Hu, Vince <Qingkun.Hu@fmr.com>
* test 0 angle point not in arc range
---------
Signed-off-by: Hu, Vince <Qingkun.Hu@fmr.com>
Dimitris-Rafail Katsampas [Thu, 8 Aug 2024 18:08:30 +0000 (21:08 +0300)]
fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursion (#11851)
* fix: Unset _resizeBeforeDraw before _resize to avoid possible recursion
* chore: Comment update
* chore: Reverted dependency change in package json
huqingkun [Tue, 6 Aug 2024 15:32:26 +0000 (23:32 +0800)]
fix issue #11717 (#11844)
* fix issue #11717
Signed-off-by: Hu, Vince <Qingkun.Hu@fmr.com>
* unit test for issue #11717
* fixing test lint style issue
* update codes according review comments
---------
Signed-off-by: Hu, Vince <Qingkun.Hu@fmr.com>
Jo Liss [Sun, 30 Jun 2024 09:27:07 +0000 (10:27 +0100)]
Update OffscreenCanvas documentation, as it is widely available now (#11823)
Jacco van den Berg [Wed, 26 Jun 2024 12:01:19 +0000 (14:01 +0200)]
Remove boxPading from legend options (#11817)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Michel Machado [Fri, 31 May 2024 12:43:46 +0000 (09:43 -0300)]
Add fit method to LegendElement interface (#11796)
Jacco van den Berg [Fri, 24 May 2024 14:15:28 +0000 (16:15 +0200)]
Fix drawing angle lines on reversed radial scale (#11788)
* Fix drawing angle lines on reversed radial scale
* add test
* Show ticks in test
---------
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
Jon Dufresne [Tue, 21 May 2024 13:07:35 +0000 (06:07 -0700)]
types: Allow passing undefined for chart options (#11780)
When exactOptionalPropertyTypes, TypeScript distinguishes between the
value undefined and the property not existing. See:
https://www.typescriptlang.org/tsconfig/#exactOptionalPropertyTypes
For Chart.js options, this difference is not important and either
passing undefined or not including it have the same effect.
Jon Dufresne [Tue, 21 May 2024 10:10:07 +0000 (03:10 -0700)]
Fix some typos (#11781)
Jacco van den Berg [Fri, 17 May 2024 12:33:38 +0000 (14:33 +0200)]
Bump to 4.4.3 (#11776)
Arun Philip [Fri, 17 May 2024 12:16:58 +0000 (08:16 -0400)]
do not attempt to clear canvas if one does not exist (#11764)
* do not attempt to clear canvas if one does not exist
* update test to explicitly run clearCanvas method to ensure it doesn't throw an error
* explicitly set canvas and ctx to null in test since the helper in test code didn't
* Update test/specs/helpers.canvas.tests.js
---------
Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
dependabot[bot] [Mon, 13 May 2024 12:29:49 +0000 (08:29 -0400)]
Bump pnpm/action-setup from 3.0.0 to 4.0.0 (#11773)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v3.0.0...v4.0.0)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
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>
Liam Swayne [Mon, 6 May 2024 12:40:54 +0000 (08:40 -0400)]
Update LICENSE.md year (#11762)
dependabot[bot] [Mon, 29 Apr 2024 04:42:20 +0000 (06:42 +0200)]
Bump follow-redirects from 1.15.4 to 1.15.6 (#11720)
EricWittrock [Mon, 29 Apr 2024 04:42:05 +0000 (23:42 -0500)]
Fix error when object prototype is frozen (#11754)
EricWittrock [Mon, 29 Apr 2024 04:36:56 +0000 (23:36 -0500)]
#11450 hide bar by dataindex (#11755)
Jacco van den Berg [Mon, 29 Apr 2024 00:37:29 +0000 (02:37 +0200)]
Create parsed object with correct keys (#11690)
* Create parsed object with correct keys
* Add test
Arun Philip [Mon, 11 Mar 2024 08:57:07 +0000 (04:57 -0400)]
platform.isAttached should return false if canvas is false-y (#11707)
* platform.isAttached should return false if canvas is false-y
* change styling to conform to codeclimate linter
Jacco van den Berg [Wed, 28 Feb 2024 16:43:58 +0000 (17:43 +0100)]
Bump to 4.4.2 (#11689)
Arun Philip [Wed, 28 Feb 2024 15:55:52 +0000 (10:55 -0500)]
addListener and removeListener are only invoked on defined (and valid) values (#11685)
Megaemce [Sat, 24 Feb 2024 19:30:35 +0000 (02:30 +0700)]
fix #11503, autoskipping 0 ticks when min is below 0 (#11682)
mirumi [Sun, 18 Feb 2024 12:31:37 +0000 (21:31 +0900)]
docs(types): fix description in index.d.ts (#11674)
dependabot[bot] [Mon, 12 Feb 2024 13:50:16 +0000 (08:50 -0500)]
Bump pnpm/action-setup from 2.4.0 to 3.0.0 (#11664)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v3.0.0)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
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>
waszkiewiczja [Mon, 12 Feb 2024 13:49:57 +0000 (14:49 +0100)]
changed r to optional in BubbleDataPoint (#11662)
dependabot[bot] [Tue, 6 Feb 2024 15:06:54 +0000 (10:06 -0500)]
Bump release-drafter/release-drafter from 5 to 6 (#11657)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
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>
dependabot[bot] [Sun, 4 Feb 2024 18:43:48 +0000 (19:43 +0100)]
Bump dorny/paths-filter from 2 to 3 (#11650)
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/v2...v3)
---
updated-dependencies:
- dependency-name: dorny/paths-filter
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>
dependabot[bot] [Tue, 9 Jan 2024 16:24:51 +0000 (11:24 -0500)]
Bump socket.io-parser from 4.2.2 to 4.2.4 (#11636)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.4)
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 9 Jan 2024 16:24:43 +0000 (11:24 -0500)]
Bump follow-redirects from 1.15.2 to 1.15.4 (#11635)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jacco van den Berg [Tue, 9 Jan 2024 14:26:44 +0000 (15:26 +0100)]
Update pnpm lockfile (#11633)
Hyun-je Alex Moon [Wed, 27 Dec 2023 06:18:14 +0000 (15:18 +0900)]
fix(#11615): fix calculating caretX position on stacked bar with index interaction. (#11616)
Jacco van den Berg [Thu, 14 Dec 2023 21:11:26 +0000 (22:11 +0100)]
Add extra calrification for html legend (#11614)
Jacco van den Berg [Mon, 4 Dec 2023 19:18:19 +0000 (20:18 +0100)]
Bump 4.4.1 (#11606)
Jacco van den Berg [Mon, 4 Dec 2023 18:56:38 +0000 (19:56 +0100)]
Update font spec type (#11605)
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
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.
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)
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
Dimitris-Rafail Katsampas [Thu, 9 Nov 2023 22:35:01 +0000 (00:35 +0200)]
fix: Property platform missing from chart configuration typings (#11572)
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>
Vsevolod Fedorov [Mon, 6 Nov 2023 17:34:29 +0000 (19:34 +0200)]
fix: pass Plugin TType down to hooks chart arg (#11569)
Jacco van den Berg [Mon, 30 Oct 2023 12:48:10 +0000 (13:48 +0100)]
Fix migration docs links (#11562)
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>
Jacco van den Berg [Thu, 14 Sep 2023 13:41:54 +0000 (15:41 +0200)]
revert node version (#11499)
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
Mikhail [Mon, 11 Sep 2023 06:31:29 +0000 (09:31 +0300)]
fix: simplify check hasFunction (#11490)
Cazka [Wed, 6 Sep 2023 15:13:33 +0000 (17:13 +0200)]
allow mode to be a callback function (#11488)
Chocomint [Mon, 4 Sep 2023 08:13:29 +0000 (17:13 +0900)]
docs: Fix typo for documentation of plugins.tooltip.textDirection (#11483)
Jacco van den Berg [Thu, 24 Aug 2023 12:34:45 +0000 (14:34 +0200)]
Bump 4.4.0 (#11461)
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
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
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>
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
Evert Timberg [Wed, 2 Aug 2023 23:11:12 +0000 (19:11 -0400)]
chore: bump to v4.3.3 (#11433)
stockiNail [Wed, 2 Aug 2023 14:42:29 +0000 (16:42 +0200)]
Revert fix for monotone cubic interpolation (#11432)
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>
Jacco van den Berg [Wed, 26 Jul 2023 15:31:08 +0000 (17:31 +0200)]
Bump 4.3.2 (#11423)
stockiNail [Wed, 26 Jul 2023 12:59:42 +0000 (14:59 +0200)]
Revert feature to disable plugins by TS (#11422)
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
Jacco van den Berg [Mon, 24 Jul 2023 19:40:34 +0000 (21:40 +0200)]
Bump 4.3.1 (#11417)
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
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
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
skopz356 [Tue, 11 Jul 2023 18:32:10 +0000 (20:32 +0200)]
Fix type of tickBorderDash in GridLineOptions (#11396)
Evert Timberg [Wed, 5 Jul 2023 12:54:28 +0000 (08:54 -0400)]
Split the TimeScaleOptions type into composable sub types (#11187)
Evert Timberg [Sat, 1 Jul 2023 12:51:53 +0000 (08:51 -0400)]
fix: add pointStyleWidth to type definitions (#11383)
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
Jacco van den Berg [Tue, 20 Jun 2023 16:16:50 +0000 (18:16 +0200)]
Add `beforeDraw` to drawtime type (#11358)
stockiNail [Tue, 20 Jun 2023 16:16:37 +0000 (18:16 +0200)]
Add events property to Plugin defined type (#11350)
Jacco van den Berg [Tue, 13 Jun 2023 21:31:17 +0000 (23:31 +0200)]
Add text stoke radial linear scale (#11346)
Jacco van den Berg [Tue, 13 Jun 2023 16:24:13 +0000 (18:24 +0200)]
Clarify update docs (#11345)
stockiNail [Thu, 8 Jun 2023 12:53:50 +0000 (14:53 +0200)]
Fix toggling showLine option on scatter controller (#11334)
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.
Muhammad Khalikov [Mon, 5 Jun 2023 07:56:56 +0000 (03:56 -0400)]
Refined grammar and updated overall .md documentation files (#11324)
Matt Hegarty [Sun, 4 Jun 2023 22:43:02 +0000 (23:43 +0100)]
minor correction of documentation for 'Grace' (#11322)
Jacco van den Berg [Wed, 31 May 2023 18:02:58 +0000 (20:02 +0200)]
Switch to discord (#11318)