]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
4 years agoCartesian axis text alignment (#7846)
Evert Timberg [Sat, 10 Oct 2020 15:38:55 +0000 (11:38 -0400)] 
Cartesian axis text alignment (#7846)

* Generate textBaseline per tick label
* Enable configuration of tick alignment
* Add image based tests of text alignment options

4 years agoAdd tooltip positioning sample (#7865)
Evert Timberg [Fri, 9 Oct 2020 21:21:34 +0000 (17:21 -0400)] 
Add tooltip positioning sample (#7865)

4 years agobeginAtZero support for logarithmic (#7862)
Jukka Kurkela [Wed, 7 Oct 2020 21:37:10 +0000 (00:37 +0300)] 
beginAtZero support for logarithmic (#7862)

4 years agoAdd maxWidth/maxHeight options for legend (#7852)
Jukka Kurkela [Tue, 6 Oct 2020 11:41:16 +0000 (14:41 +0300)] 
Add maxWidth/maxHeight options for legend (#7852)

4 years agoAdd new option, `skipNull` to bar charts that enables skipping null values (#7849)
Evert Timberg [Tue, 6 Oct 2020 11:33:24 +0000 (07:33 -0400)] 
Add new option, `skipNull` to bar charts that enables skipping null values (#7849)

* Add new option, `skipNull` to bar charts that enables skipping null
or undefined values.

* Address code review feedback

* Fix windows CI lint issues

4 years agoEnable custom sorting of the legend items (#7851)
Evert Timberg [Tue, 6 Oct 2020 02:15:38 +0000 (22:15 -0400)] 
Enable custom sorting of the legend items (#7851)

4 years agoProvide APIs to set active (hovered) and tooltip elements. (#7845)
Evert Timberg [Mon, 5 Oct 2020 21:14:38 +0000 (17:14 -0400)] 
Provide APIs to set active (hovered) and tooltip elements. (#7845)

Provide APIs to set active (hovered) and tooltip elements.

Chart.setActiveElements will set the hovered items.
Chart.tooltip.setActiveElements will set the tooltip items.

4 years agoNormalize context creation for option resolution (#7847)
Jukka Kurkela [Mon, 5 Oct 2020 13:03:16 +0000 (16:03 +0300)] 
Normalize context creation for option resolution (#7847)

* Normalize context creation for option resolution
* Pass mode to _computeAngle

4 years agoLimit pixel values further to 16bit integer range (#7848)
Jukka Kurkela [Mon, 5 Oct 2020 12:37:12 +0000 (15:37 +0300)] 
Limit pixel values further to 16bit integer range (#7848)

4 years agoProvide method to lookup a chart from a canvas (#7843)
Evert Timberg [Sun, 4 Oct 2020 15:08:38 +0000 (11:08 -0400)] 
Provide method to lookup a chart from a canvas (#7843)

* Provide method to lookup a chart from a canvas
* Throw an error during construction if a canvas is in use
* Migration docs for new constructor behaviour

4 years agoJS test files should have tabs to correctly lint (#7844)
Evert Timberg [Sun, 4 Oct 2020 11:49:14 +0000 (07:49 -0400)] 
JS test files should have tabs to correctly lint (#7844)

4 years agoRemove enum types (#7841)
emmcbd [Sat, 3 Oct 2020 20:48:22 +0000 (22:48 +0200)] 
Remove enum types (#7841)

* Remove type enum
* Add declare keyword to UpdateModeEnum

4 years agoEnable per-dataset circumference and rotation for pie/doughnut charts (#7833)
Evert Timberg [Sat, 3 Oct 2020 20:47:39 +0000 (16:47 -0400)] 
Enable per-dataset circumference and rotation for pie/doughnut charts (#7833)

* Enable per-dataset circumference and rotation for pie/doughnut charts
* Convert `circumference` and `rotation` options to degrees

4 years agoClone cached options if enableOptionSharing!=true (#7837)
Jukka Kurkela [Fri, 2 Oct 2020 12:15:47 +0000 (15:15 +0300)] 
Clone cached options if enableOptionSharing!=true (#7837)

Clone cached options if enableOptionSharing!=true

4 years agoUse full height for fullWidth box when left/right (#7836)
Jukka Kurkela [Fri, 2 Oct 2020 12:13:04 +0000 (15:13 +0300)] 
Use full height for fullWidth box when left/right (#7836)

Use full height for fullWidth box when left/right

4 years agoFix tooltip font options in sample (#7835)
Jukka Kurkela [Fri, 2 Oct 2020 12:11:01 +0000 (15:11 +0300)] 
Fix tooltip font options in sample (#7835)

4 years agoThe docs build to the dist folder but should not be packaged (#7832) 7831/head
Evert Timberg [Thu, 1 Oct 2020 12:50:01 +0000 (08:50 -0400)] 
The docs build to the dist folder but should not be packaged (#7832)

4 years agoAllow contextmenu (right click) events to trigger the onClick handler (#7828)
Evert Timberg [Thu, 1 Oct 2020 12:47:09 +0000 (08:47 -0400)] 
Allow contextmenu (right click) events to trigger the onClick handler (#7828)

4 years agoInclude dist/chunks in the NPM package (#7830)
Evert Timberg [Thu, 1 Oct 2020 12:34:37 +0000 (08:34 -0400)] 
Include dist/chunks in the NPM package (#7830)

* Include all files in the dist folder
* Bump version for beta3
* Update lockfile

4 years agoBump version to 3.0.0-beta.2 (#7822) 7826/head
Jukka Kurkela [Wed, 30 Sep 2020 12:17:42 +0000 (15:17 +0300)] 
Bump version to 3.0.0-beta.2 (#7822)

4 years agoMake dataset animations obey chart level disable (#7820)
Jukka Kurkela [Mon, 28 Sep 2020 13:51:28 +0000 (16:51 +0300)] 
Make dataset animations obey chart level disable (#7820)

4 years agoflat helpers (#7806)
Samuel Gratzl [Mon, 28 Sep 2020 13:11:55 +0000 (15:11 +0200)] 
flat helpers (#7806)

* generate a flat helpers package
* move helpers built files to dist
* upgrade docs for flat helpers

4 years agoFix: maximum size and mouse position with styling (#7816)
Jukka Kurkela [Sat, 26 Sep 2020 17:18:35 +0000 (20:18 +0300)] 
Fix: maximum size and mouse position with styling (#7816)

Fix: maximum size and mouse position with styling

4 years agoMinor type fixes (#7812)
emmcbd [Wed, 23 Sep 2020 12:43:33 +0000 (14:43 +0200)] 
Minor type fixes (#7812)

4 years agoFix: Update/draw only visible -regression (#7808)
Jukka Kurkela [Sun, 20 Sep 2020 20:46:55 +0000 (23:46 +0300)] 
Fix: Update/draw only visible -regression (#7808)

4 years ago[perf] Update/draw only visible line/points (#7793)
Jukka Kurkela [Tue, 15 Sep 2020 22:57:31 +0000 (01:57 +0300)] 
[perf] Update/draw only visible line/points (#7793)

* Restore count parameter to updateElements
* [perf] Update/draw only visible line/points
* CC

4 years agoLimit pixel values to 32bit integer range (#7800)
Jukka Kurkela [Tue, 15 Sep 2020 19:33:59 +0000 (22:33 +0300)] 
Limit pixel values to 32bit integer range (#7800)

4 years agoFix some CC issues (#7796)
Jukka Kurkela [Mon, 14 Sep 2020 18:40:19 +0000 (21:40 +0300)] 
Fix some CC issues (#7796)

* Fix some CC issues
* Merge _lookup, _lookupByKey, _rlookupByKey
* Remove TODO from types
* Merge TRBL logics
* Merge getMaximumWidth and getMaximumHeight

4 years agoCache event offset coordinates (#7795)
Jukka Kurkela [Mon, 14 Sep 2020 15:37:29 +0000 (18:37 +0300)] 
Cache event offset coordinates (#7795)

4 years agoMerge x/y interaction mode functions (#7794)
Jukka Kurkela [Mon, 14 Sep 2020 15:36:35 +0000 (18:36 +0300)] 
Merge x/y interaction mode functions (#7794)

4 years agoBetter error message when importing charts incorrectly. (#7790)
LAU [Mon, 14 Sep 2020 13:57:50 +0000 (10:57 -0300)] 
Better error message when importing charts incorrectly. (#7790)

* Created a better error message when chartjs can't find an element in the DOM.
Also, prevented an exception when trying to find the canvas assuming is an array. When it could also be null.

* Exception is not thrown anymore in getCanvas. Now this pr only prevents the
item.lenght exception and logs a better error when a chart cant be created.

* Deleted error description because i forgot chartjs is used in varois other ways than importing, also used isArray from helpers.core

* isArray check deleted because the type of the dom element received in getCanvas could be not only an array.

Co-authored-by: Lautaro Alonso Urtiaga <lautaro.urtiaga@10pines.com>
4 years agoStrong typings for scales and datasets in options (#7791)
emmcbd [Mon, 14 Sep 2020 13:57:00 +0000 (15:57 +0200)] 
Strong typings for scales and datasets in options (#7791)

4 years agoFix: relative position in FF (#7792)
Jukka Kurkela [Sun, 13 Sep 2020 21:20:14 +0000 (00:20 +0300)] 
Fix: relative position in FF (#7792)

* Fix: relative position in FF
* Add tests

4 years agoMerge Chart instance with Chart factory (#7783)
xr0master [Sat, 12 Sep 2020 12:46:17 +0000 (15:46 +0300)] 
Merge Chart instance with Chart factory (#7783)

Co-authored-by: Sergey Khomushin <sergey@placer.io>
4 years agoStrong chart object and properties typing (#7782)
emmcbd [Sat, 12 Sep 2020 00:18:21 +0000 (02:18 +0200)] 
Strong chart object and properties typing (#7782)

* Strong chart object and chart creation typing
* Handle mixed charts
* Add documentation

4 years agoFix hover-out regression (#7785)
Jukka Kurkela [Fri, 11 Sep 2020 14:46:25 +0000 (17:46 +0300)] 
Fix hover-out regression (#7785)

4 years agointerfaces.d: fix a wrong place of Option infer (#7770)
xr0master [Fri, 11 Sep 2020 11:32:11 +0000 (14:32 +0300)] 
interfaces.d: fix a wrong place of Option infer (#7770)

Co-authored-by: Sergey Khomushin <sergey@placer.io>
4 years ago[types] parsing is not part of IChartData (#7778)
Jukka Kurkela [Thu, 10 Sep 2020 21:53:15 +0000 (00:53 +0300)] 
[types] parsing is not part of IChartData (#7778)

4 years agoImprove types (#7767)
xr0master [Wed, 9 Sep 2020 01:27:08 +0000 (04:27 +0300)] 
Improve types (#7767)

* interfaces.d: added plugins for the chart configuration
* index.d: allow to set data
* index.d: improve type for the update method
* interfaces.d: improve type of generic chart type
* interfaces.d: alphabetical sort
* index.d: set fields in alphabetical sort
* interfaces.d: remove custom type (string)
* core/index.d: import "chart type" type
* interfaces.d: added extends for TYPE
* interfaces.d: move chart types to enum
* core/index.d: move the update mode to enum

Co-authored-by: Sergey Khomushin <sergey@placer.io>
4 years agoisoWeekday time options on time scale as number (#7768)
stockiNail [Mon, 7 Sep 2020 20:19:45 +0000 (22:19 +0200)] 
isoWeekday time options on time scale as number  (#7768)

* fixed default of tension property of line element
* Fixes isoWeekday on time scale #7749
* adds checking on isoWeekDay options in _generate function

4 years agoType fixes (#7759)
emmcbd [Sun, 6 Sep 2020 20:43:38 +0000 (22:43 +0200)] 
Type fixes (#7759)

* Some type fixes
* Fix missing property on tooltip option type

4 years agoUpdate pull request template contributing docs link (#7765)
Evert Timberg [Sun, 6 Sep 2020 13:46:41 +0000 (09:46 -0400)] 
Update pull request template contributing docs link (#7765)

4 years agoCache Intl.NumberFormat instances (#7755)
Jukka Kurkela [Fri, 4 Sep 2020 20:49:38 +0000 (23:49 +0300)] 
Cache Intl.NumberFormat instances (#7755)

* Update dependencies
* Cache Intl.NumberFormat instances

4 years agoFix: update chart when attached (#7758)
Jukka Kurkela [Fri, 4 Sep 2020 20:47:36 +0000 (23:47 +0300)] 
Fix: update chart when attached (#7758)

4 years agoFix the parameter order of before/afterEvent (#7757)
Jukka Kurkela [Fri, 4 Sep 2020 20:47:08 +0000 (23:47 +0300)] 
Fix the parameter order of before/afterEvent (#7757)

4 years agoRemove duplicate code, clearer parameter names (#7756)
Jukka Kurkela [Fri, 4 Sep 2020 20:46:44 +0000 (23:46 +0300)] 
Remove duplicate code, clearer parameter names (#7756)

4 years agoChart.register instead of Chart.plugins.register (#7753)
Jukka Kurkela [Thu, 3 Sep 2020 15:45:57 +0000 (18:45 +0300)] 
Chart.register instead of Chart.plugins.register (#7753)

4 years agoFix Invalid Typescript Types (#7748)
Samuel Gratzl [Wed, 2 Sep 2020 12:10:19 +0000 (14:10 +0200)] 
Fix Invalid Typescript Types (#7748)

4 years agoReduce code duplication and sort generated ticks (#7747)
Jukka Kurkela [Wed, 2 Sep 2020 12:09:39 +0000 (15:09 +0300)] 
Reduce code duplication and sort generated ticks (#7747)

* Reduce code duplication and sort generated ticks
* Add test

4 years ago Bump version for beta release of v3 (#7743) 7745/head
Jukka Kurkela [Mon, 31 Aug 2020 12:39:26 +0000 (15:39 +0300)] 
 Bump version for beta release of v3 (#7743)

* Bump version for beta release of v3
* What is it with the http://

4 years agoColor the scales of multi-axis scatter sample (#7741)
Jukka Kurkela [Mon, 31 Aug 2020 11:57:06 +0000 (14:57 +0300)] 
Color the scales of multi-axis scatter sample (#7741)

4 years agoFix shared option handling (#7731)
Jukka Kurkela [Thu, 27 Aug 2020 13:14:08 +0000 (16:14 +0300)] 
Fix shared option handling (#7731)

Fix shared option handling

4 years agoRefer to master documentation for Contributing (#7733)
Jukka Kurkela [Tue, 25 Aug 2020 12:16:33 +0000 (15:16 +0300)] 
Refer to master documentation for Contributing (#7733)

4 years agoUse offsetX/Y or layerX/Y for events when available (#7732)
Jukka Kurkela [Tue, 25 Aug 2020 12:04:06 +0000 (15:04 +0300)] 
Use offsetX/Y or layerX/Y for events when available (#7732)

* Use offsetX/offsetY for events when available
* Fall to layerX/layerY for FF compatibility

4 years agoRevert "Preserve object prototypes when cloning (#7381)" (#7727)
Jukka Kurkela [Mon, 24 Aug 2020 12:15:56 +0000 (15:15 +0300)] 
Revert "Preserve object prototypes when cloning (#7381)" (#7727)

This reverts commit 51be3447170fc648c3b5bc3002c963be62bccdf9.

4 years agoDocument .getElementsAtXAxis(e) (#7718)
Pavel [Sat, 22 Aug 2020 16:25:28 +0000 (12:25 -0400)] 
Document .getElementsAtXAxis(e) (#7718)

Preventing pain for people with a specific use case.

4 years agoResize on devicePixelRatio changes (#7717)
Jukka Kurkela [Wed, 19 Aug 2020 11:08:41 +0000 (14:08 +0300)] 
Resize on devicePixelRatio changes (#7717)

* Resize on devicePixelRatio changes

4 years agosmall type fixes (#7715)
Samuel Gratzl [Wed, 19 Aug 2020 11:01:14 +0000 (13:01 +0200)] 
small type fixes (#7715)

4 years agoImprove test coverage and fix minor issues found (#7713)
Jukka Kurkela [Mon, 17 Aug 2020 14:03:15 +0000 (17:03 +0300)] 
Improve test coverage and fix minor issues found (#7713)

* Registry
* Element
* Animation
* Animations
* Animator

4 years agoUse interpolation in fill: 'stack' (and fix interpolation) (#7711)
Jukka Kurkela [Sun, 16 Aug 2020 15:18:46 +0000 (18:18 +0300)] 
Use interpolation in fill: 'stack' (and fix interpolation) (#7711)

* Add tests and fix _boundSegment
* Use interpolate for finding points below
* Remove _refPoints logic (getTarget in draw)

4 years agoMake sure bezier control points are updated (#7710)
Jukka Kurkela [Sat, 15 Aug 2020 21:06:03 +0000 (00:06 +0300)] 
Make sure bezier control points are updated (#7710)

* Make sure bezier control points are updated
* Test

4 years agoStop bundling specs for improved coverage (#7709)
Jukka Kurkela [Fri, 14 Aug 2020 13:15:18 +0000 (16:15 +0300)] 
Stop bundling specs for improved coverage (#7709)

4 years agoDoughnut controller overrides (#7702)
Evert Timberg [Tue, 11 Aug 2020 21:11:57 +0000 (17:11 -0400)] 
Doughnut controller overrides (#7702)

4 years ago'stack' mode for filler (#7705)
Jukka Kurkela [Tue, 11 Aug 2020 13:31:18 +0000 (16:31 +0300)] 
'stack' mode for filler (#7705)

'stack' mode for filler

4 years agoAdd offset option for arc (#7691)
Jukka Kurkela [Wed, 5 Aug 2020 11:35:28 +0000 (14:35 +0300)] 
Add offset option for arc (#7691)

* Add offset option for arc
* Finishing touches

4 years agoWIP: TypeScript types (#7668)
Samuel Gratzl [Tue, 4 Aug 2020 20:52:57 +0000 (22:52 +0200)] 
WIP: TypeScript types (#7668)

First version of types

4 years agoExport extensible classes in ESM compatible way (#7650)
Jukka Kurkela [Mon, 3 Aug 2020 16:33:41 +0000 (19:33 +0300)] 
Export extensible classes in ESM compatible way (#7650)

* Export extensible classes in ESM compatible way
* Export collection helperrs
* Remove reduntant registry assignment

4 years agoInclude `Chart.defaults` always (#7686)
Jukka Kurkela [Mon, 3 Aug 2020 16:33:21 +0000 (19:33 +0300)] 
Include `Chart.defaults` always (#7686)

4 years agoResolve fonts through options.font (#7674)
Jukka Kurkela [Mon, 3 Aug 2020 16:32:58 +0000 (19:32 +0300)] 
Resolve fonts through options.font (#7674)

* Resolve fonts through options.font
* Remove defaultRoutes from Tooltip fonts

4 years agoAdd some additional info and sections to animation documentation (#7685)
stockiNail [Fri, 31 Jul 2020 13:49:17 +0000 (15:49 +0200)] 
Add some additional info and sections to animation documentation (#7685)

5 years agofixed default of tension property of line element (#7677)
stockiNail [Tue, 28 Jul 2020 21:24:55 +0000 (23:24 +0200)] 
fixed default of tension property of line element (#7677)

5 years agoFix casing of dist files in docs (#7670)
Jukka Kurkela [Sun, 26 Jul 2020 14:23:12 +0000 (17:23 +0300)] 
Fix casing of dist files in docs (#7670)

5 years agoLive demo in getting-started page (#7659)
Jukka Kurkela [Wed, 22 Jul 2020 17:00:43 +0000 (20:00 +0300)] 
Live demo in getting-started page (#7659)

* Output docs directly to dist
* Live demo in getting-started page

5 years agoDocs: chart should live in own container (#7658)
Ben McCann [Tue, 21 Jul 2020 21:50:18 +0000 (14:50 -0700)] 
Docs: chart should live in own container (#7658)

5 years agoFix import statement in docs (#7653)
Ben McCann [Mon, 20 Jul 2020 19:54:46 +0000 (12:54 -0700)] 
Fix import statement in docs (#7653)

5 years agoDo not use line defaults in legend (#7649)
Evert Timberg [Sun, 19 Jul 2020 16:52:59 +0000 (12:52 -0400)] 
Do not use line defaults in legend (#7649)

5 years agoBump lodash from 4.17.15 to 4.17.19 (#7645) 7644/head
dependabot[bot] [Fri, 17 Jul 2020 20:48:51 +0000 (16:48 -0400)] 
Bump lodash from 4.17.15 to 4.17.19 (#7645)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump package version in preparation for alpha2 release (#7586)
Evert Timberg [Fri, 17 Jul 2020 20:41:27 +0000 (16:41 -0400)] 
Bump package version in preparation for alpha2 release (#7586)

* Bump package version in preparation for alpha2 release
* Bump lockfile as well
* Mark build as pre-release

5 years agoUpdate spanGaps docs (#7643)
Jukka Kurkela [Fri, 17 Jul 2020 20:24:06 +0000 (23:24 +0300)] 
Update spanGaps docs (#7643)

5 years agominBarLength at base going both ways (#7642)
Jukka Kurkela [Fri, 17 Jul 2020 17:29:43 +0000 (20:29 +0300)] 
minBarLength at base going both ways (#7642)

5 years agoFix tooltip in financial sample (#7638)
Ben McCann [Fri, 17 Jul 2020 13:19:20 +0000 (06:19 -0700)] 
Fix tooltip in financial sample (#7638)

5 years agoDetermine unit automatically in test (#7637)
Ben McCann [Fri, 17 Jul 2020 11:53:40 +0000 (04:53 -0700)] 
Determine unit automatically in test (#7637)

5 years agoAdd test fixture for financial sample (#7635)
Ben McCann [Thu, 16 Jul 2020 22:47:40 +0000 (15:47 -0700)] 
Add test fixture for financial sample (#7635)

Add test fixture for financial sample

5 years agoFloatBar: update range only for value scale (#7634)
Jukka Kurkela [Thu, 16 Jul 2020 17:31:11 +0000 (20:31 +0300)] 
FloatBar: update range only for value scale (#7634)

5 years agoAnimation events sanity (#7629)
Jukka Kurkela [Thu, 16 Jul 2020 17:30:07 +0000 (20:30 +0300)] 
Animation events sanity (#7629)

5 years agoRemoves the line hegiht property from title documentation (#7631)
stockiNail [Thu, 16 Jul 2020 17:29:13 +0000 (19:29 +0200)] 
Removes the line hegiht property from title documentation (#7631)

5 years agoFix remaining issues in samples (#7625)
Jukka Kurkela [Thu, 16 Jul 2020 17:28:12 +0000 (20:28 +0300)] 
Fix remaining issues in samples (#7625)

* Fix remaining issues in samples
* Update migration guide
* Use element instead
* Update tooltip.md

5 years agoLeftover defaults (#7628)
Jukka Kurkela [Wed, 15 Jul 2020 22:13:10 +0000 (01:13 +0300)] 
Leftover defaults (#7628)

* Remove leftover placeholders from defaults
* Add migration note about moved plugin defaults

5 years agoFix category scale tick placement with autoSkip (#7622)
Jukka Kurkela [Wed, 15 Jul 2020 22:12:32 +0000 (01:12 +0300)] 
Fix category scale tick placement with autoSkip (#7622)

5 years agoAlign axes documentation with the changes (#7624)
Jukka Kurkela [Wed, 15 Jul 2020 22:12:15 +0000 (01:12 +0300)] 
Align axes documentation with the changes (#7624)

5 years agoMove register/unregister to core.controller (#7626)
Jukka Kurkela [Wed, 15 Jul 2020 22:11:56 +0000 (01:11 +0300)] 
Move register/unregister to core.controller (#7626)

5 years agoFix links to fonts.md (#7623)
Jukka Kurkela [Wed, 15 Jul 2020 22:11:16 +0000 (01:11 +0300)] 
Fix links to fonts.md (#7623)

5 years agoMove registration migration guide to user migration section (#7620)
Ben McCann [Wed, 15 Jul 2020 11:52:59 +0000 (04:52 -0700)] 
Move registration migration guide to user migration section (#7620)

5 years agoTooltip: add dataPoint and rename value to formattedValue (#7618)
Ben McCann [Tue, 14 Jul 2020 21:40:32 +0000 (14:40 -0700)] 
Tooltip: add dataPoint and rename value to formattedValue (#7618)

* Tooltip: add dataPoint and rename value to formattedValue
* Add a test

5 years agoRegistry fixes (#7617)
Jukka Kurkela [Mon, 13 Jul 2020 21:43:30 +0000 (00:43 +0300)] 
Registry fixes (#7617)

* Fix documentation for classical extensions
* Tests and fixes for registry

5 years agoLine hide (#7612)
Jukka Kurkela [Mon, 13 Jul 2020 17:20:05 +0000 (20:20 +0300)] 
Line hide (#7612)

* Add support for description in fixtures
* Update datasetController to draw active(s) last
* Handle hiding of line by borderWidth
* Disable filling of scatter charts by default
* Make radar chart consistent with line

5 years agoRegistry bugs (#7608)
Jukka Kurkela [Mon, 13 Jul 2020 13:41:42 +0000 (16:41 +0300)] 
Registry bugs (#7608)

* Stop failing early when no scales are registered
* Move filler defaults
* Move legend defaults
* Remove legendHitBoxes from title
* Move @kurkle/color to devDependencies

5 years agoUpdate charts.md (#7609)
Jukka Kurkela [Sun, 12 Jul 2020 22:28:39 +0000 (01:28 +0300)] 
Update charts.md (#7609)

5 years agoAlign the tooltip callbacks parameters with scriptable options (#7603)
Ben McCann [Sun, 12 Jul 2020 22:26:13 +0000 (15:26 -0700)] 
Align the tooltip callbacks parameters with scriptable options (#7603)

Align the tooltip callbacks parameters with scriptable options

5 years agoFix errors in custom tooltip samples (#7595)
Ben McCann [Sun, 12 Jul 2020 11:52:57 +0000 (04:52 -0700)] 
Fix errors in custom tooltip samples (#7595)