]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
4 years agoRemove unreachable code paths from plugins (#8513)
Jukka Kurkela [Wed, 24 Feb 2021 19:33:07 +0000 (21:33 +0200)] 
Remove unreachable code paths from plugins (#8513)

4 years agoRemove debug option from animation (#8512)
Jukka Kurkela [Wed, 24 Feb 2021 19:32:54 +0000 (21:32 +0200)] 
Remove debug option from animation (#8512)

* Remove debug option from animation

* Add converage for visible animation

* Update visible animation fn

4 years agoAdd resizeDelay option (#8509)
Jukka Kurkela [Tue, 23 Feb 2021 23:40:57 +0000 (01:40 +0200)] 
Add resizeDelay option (#8509)

* Add resizeDelay option
* Extract helper

4 years agoTime scale: skip invalid data (#8508)
Jukka Kurkela [Tue, 23 Feb 2021 20:31:43 +0000 (22:31 +0200)] 
Time scale: skip invalid data (#8508)

4 years agodata type is correct for all chart types (#8504)
Jacco van den Berg [Tue, 23 Feb 2021 20:30:57 +0000 (21:30 +0100)] 
data type is correct for all chart types (#8504)

* data type is correct for all chart types
* implement feedback

4 years agoFix set/delete oprations on Proxies (#8506)
Jukka Kurkela [Tue, 23 Feb 2021 17:46:31 +0000 (19:46 +0200)] 
Fix set/delete oprations on Proxies (#8506)

4 years agoAdd linting of type tests (.ts) + fix errors (#8505)
Jukka Kurkela [Tue, 23 Feb 2021 16:41:00 +0000 (18:41 +0200)] 
Add linting of type tests (.ts) + fix errors (#8505)

4 years agoPlugin options default scriptable/indexable=false (#8497)
Jukka Kurkela [Tue, 23 Feb 2021 15:54:42 +0000 (17:54 +0200)] 
Plugin options default scriptable/indexable=false (#8497)

* Plugin options default scriptable/indexable=false

* Update test

* Inherti desciptors

* Remove unreachable code

* remove unintentional change

* remove double default

4 years agoPerf docs: tension is now 0 by default (#8500)
Ben McCann [Tue, 23 Feb 2021 11:59:50 +0000 (03:59 -0800)] 
Perf docs: tension is now 0 by default (#8500)

4 years agoupdate borderskipped typing (#8503)
Jacco van den Berg [Tue, 23 Feb 2021 11:58:53 +0000 (12:58 +0100)] 
update borderskipped typing (#8503)

4 years agoDocument stacked parse data (#8491)
Evert Timberg [Mon, 22 Feb 2021 17:55:26 +0000 (12:55 -0500)] 
Document stacked parse data (#8491)

4 years agoAdd linting of .mdx files + fix errors (#8496)
Jukka Kurkela [Mon, 22 Feb 2021 13:53:13 +0000 (15:53 +0200)] 
Add linting of .mdx files + fix errors (#8496)

4 years agoSample plugin in docs for canvas background (#8492)
Jacco van den Berg [Mon, 22 Feb 2021 13:52:57 +0000 (14:52 +0100)] 
Sample plugin in docs for canvas background (#8492)

* color done

* add example inline plugins for background image and color

* add link to css background

* improve text bit

* fix build error

* implement kurkles feedback

* fix indenting tab -> spaces

4 years agoMerge tooltip padding settings (#8493)
Evert Timberg [Mon, 22 Feb 2021 06:30:25 +0000 (01:30 -0500)] 
Merge tooltip padding settings (#8493)

4 years agoAdd outerRadius option to doughnut/pie (#8487)
Jukka Kurkela [Sun, 21 Feb 2021 22:30:37 +0000 (00:30 +0200)] 
Add outerRadius option to doughnut/pie (#8487)

4 years agoDocument the `fullSize` property of the title plugin (#8488)
Evert Timberg [Sun, 21 Feb 2021 21:25:03 +0000 (16:25 -0500)] 
Document the `fullSize` property of the title plugin (#8488)

4 years agoOnly consider visible vertical boxes in layout (#8483)
Jukka Kurkela [Sun, 21 Feb 2021 20:43:31 +0000 (22:43 +0200)] 
Only consider visible vertical boxes in layout (#8483)

4 years agoFix ticks.mirror (#8482)
Jukka Kurkela [Sun, 21 Feb 2021 19:27:14 +0000 (21:27 +0200)] 
Fix ticks.mirror (#8482)

4 years agoProvide a chart-type specific definition for ParsedData (#8480)
Evert Timberg [Sun, 21 Feb 2021 18:10:19 +0000 (13:10 -0500)] 
Provide a chart-type specific definition for ParsedData (#8480)

* Provide a chart-type specific definition for ParsedData
* Fix lint error
* Code review feedback

4 years agoUpdate chartjs-test-utils to v0.2.2 (#8479)
Jukka Kurkela [Sun, 21 Feb 2021 17:53:06 +0000 (19:53 +0200)] 
Update chartjs-test-utils to v0.2.2 (#8479)

4 years agoQuote globs for equal operation in windows/linux (#8481)
Jukka Kurkela [Sun, 21 Feb 2021 17:47:12 +0000 (19:47 +0200)] 
Quote globs for equal operation in windows/linux (#8481)

4 years agoAdded 'hidden: boolean' to ControllerDatasetOptions type and documented the field...
Kashif Shamaz [Sun, 21 Feb 2021 16:17:01 +0000 (21:47 +0530)] 
Added 'hidden: boolean' to ControllerDatasetOptions type and documented the field's usage in Dataset configuration section (#8478)

4 years agoUpdate index.esm.d.ts (#8472)
Jacco van den Berg [Sun, 21 Feb 2021 14:16:11 +0000 (15:16 +0100)] 
Update index.esm.d.ts (#8472)

* Update index.esm.d.ts

tickValue is to my knowledge always a number or a string so this will make it so people wont have to parse it themselfs

* Update core.scale.js

Update typedef according to types update

4 years agoLTTB Decimation (#8468)
Evert Timberg [Sun, 21 Feb 2021 14:15:45 +0000 (09:15 -0500)] 
LTTB Decimation (#8468)

* LTTB Decimation
* Lint fixes

4 years agoFix animation types, add test (#8476)
Jukka Kurkela [Sun, 21 Feb 2021 14:15:26 +0000 (16:15 +0200)] 
Fix animation types, add test (#8476)

4 years agoUpdate dependencies (#8474)
Jukka Kurkela [Sun, 21 Feb 2021 14:14:17 +0000 (16:14 +0200)] 
Update dependencies (#8474)

4 years agoStop defaulting to `r` axis for Scale with id `r` (#8477)
Jukka Kurkela [Sun, 21 Feb 2021 14:13:16 +0000 (16:13 +0200)] 
Stop defaulting to `r` axis for Scale with id `r` (#8477)

4 years agoDecimation plugin fixes (#8467)
Evert Timberg [Sat, 20 Feb 2021 20:01:21 +0000 (15:01 -0500)] 
Decimation plugin fixes (#8467)

* fix: Decimation plugin no longer changes the data order
fix: Decimation plugin no longer duplicates data points

* Use nullOrUndef helper instead of direct check

* Compute averageX value when decimating data using minMax decimation

* Place last point of interval at real X

This reduces the fuzziness on screens with devicePixelRatio > 1

4 years agoStop reading fixedStepSize from tick options (#8466)
Jukka Kurkela [Sat, 20 Feb 2021 18:56:50 +0000 (20:56 +0200)] 
Stop reading fixedStepSize from tick options (#8466)

4 years agoDisable fastPathSegment when data is decimated (#8465)
Jukka Kurkela [Sat, 20 Feb 2021 18:06:40 +0000 (20:06 +0200)] 
Disable fastPathSegment when data is decimated (#8465)

4 years agoOnly use Path2D caching when available (#8464)
Jukka Kurkela [Sat, 20 Feb 2021 17:30:13 +0000 (19:30 +0200)] 
Only use Path2D caching when available (#8464)

* Only use Path2D caching when available
* Try to make CC happy

4 years agoBump version to 3.0.0-beta.11 (#8441) v3.0.0-beta.11
Jukka Kurkela [Sat, 20 Feb 2021 15:03:55 +0000 (17:03 +0200)] 
Bump version to 3.0.0-beta.11 (#8441)

Co-authored-by: Evert Timberg <evert.timberg+github@gmail.com>
4 years agoIsolate properties / modes from animation options (#8332)
Jukka Kurkela [Sat, 20 Feb 2021 14:02:22 +0000 (16:02 +0200)] 
Isolate properties / modes from animation options (#8332)

* Isolate properties / modes from animation options
* tabs, something wrong with the linter
* Update misleading variable name

4 years agoFix broken links (#8463)
Jacco van den Berg [Sat, 20 Feb 2021 13:16:57 +0000 (14:16 +0100)] 
Fix broken links (#8463)

4 years agoFix/getRelativePosition NaN value with native event (#8459)
Jacco van den Berg [Fri, 19 Feb 2021 22:57:59 +0000 (23:57 +0100)] 
Fix/getRelativePosition NaN value with native event (#8459)

* fix bug where onClick value returned NaN because originalEvent does not exist
* add test for this behaviour
* test to async

4 years agoRemove core plugin fallbacks to root options (#8462)
Jukka Kurkela [Fri, 19 Feb 2021 22:53:01 +0000 (00:53 +0200)] 
Remove core plugin fallbacks to root options (#8462)

* Remove core plugin fallbacks to root options
* Legend font color default fallbacks

4 years agoUpdate polar animation tests to less error prone (#8461)
Jukka Kurkela [Fri, 19 Feb 2021 16:44:37 +0000 (18:44 +0200)] 
Update polar animation tests to less error prone (#8461)

4 years agoClarify options placement (#8427)
LeeLenaleee [Fri, 19 Feb 2021 16:44:05 +0000 (17:44 +0100)] 
Clarify options placement (#8427)

* improve clarity of docs by showing party qualified names in table and place of the namespace above

* add missing line

* remove partial qualified names, made some tables unusable and made it overall bit unclear. Added the namespace above each table

* fix sidebars tabs to spaces

* implement kurkles feedback

4 years agoadd clarification about object data structure (#8447)
LeeLenaleee [Fri, 19 Feb 2021 15:20:40 +0000 (16:20 +0100)] 
add clarification about object data structure (#8447)

* add clarification about object data structure

* improved description with feedback

* fix push of wrong file

4 years agoUpdate resolver fallback logic (#8456)
Jukka Kurkela [Fri, 19 Feb 2021 06:30:39 +0000 (08:30 +0200)] 
Update resolver fallback logic (#8456)

4 years agoUpdate doughnut animation fixture (#8457)
Jukka Kurkela [Thu, 18 Feb 2021 23:04:48 +0000 (01:04 +0200)] 
Update doughnut animation fixture (#8457)

4 years agoAdd tests for polarArea chart animations (#8455)
Evert Timberg [Thu, 18 Feb 2021 22:29:15 +0000 (17:29 -0500)] 
Add tests for polarArea chart animations (#8455)

* Add tests for polarArea chart animations
* Remove commented code

4 years agoAdd fixture for bar hide/show animation (#8453)
Jukka Kurkela [Thu, 18 Feb 2021 17:23:15 +0000 (19:23 +0200)] 
Add fixture for bar hide/show animation (#8453)

* Add fixture for bar hide/show animation

* Cleanup

* try using longer times

4 years agoRevert "Run compressed Size action on pull_request_target (#8440)" (#8454)
Jukka Kurkela [Thu, 18 Feb 2021 15:46:51 +0000 (17:46 +0200)] 
Revert "Run compressed Size action on pull_request_target (#8440)" (#8454)

This reverts commit 7e6a711875fdf1416b021135f1257e1f4298cb9a.

4 years agoAdd support for common object methods to Proxies (#8452)
Jukka Kurkela [Thu, 18 Feb 2021 15:04:46 +0000 (17:04 +0200)] 
Add support for common object methods to Proxies (#8452)

4 years agoAdd markdown linting, fix errors (#8449)
Jukka Kurkela [Thu, 18 Feb 2021 13:17:39 +0000 (15:17 +0200)] 
Add markdown linting, fix errors (#8449)

4 years agoAdd test for default doughnut animations (#8446)
Jukka Kurkela [Wed, 17 Feb 2021 20:42:38 +0000 (22:42 +0200)] 
Add test for default doughnut animations (#8446)

4 years agoFix controller specific animations (#8444)
Jukka Kurkela [Wed, 17 Feb 2021 20:29:12 +0000 (22:29 +0200)] 
Fix controller specific animations (#8444)

4 years agoUpdate .editorconfig and fix conf indents (#8442)
Jukka Kurkela [Wed, 17 Feb 2021 13:11:40 +0000 (15:11 +0200)] 
Update .editorconfig and fix conf indents (#8442)

4 years agoFix couple of animation bugs (#8439)
Jukka Kurkela [Tue, 16 Feb 2021 21:42:07 +0000 (23:42 +0200)] 
Fix couple of animation bugs (#8439)

4 years agoRun compressed Size action on pull_request_target (#8440)
Jukka Kurkela [Tue, 16 Feb 2021 21:41:41 +0000 (23:41 +0200)] 
Run compressed Size action on pull_request_target (#8440)

4 years agoFix memory leak on destroy (#8438)
Jukka Kurkela [Tue, 16 Feb 2021 15:26:22 +0000 (17:26 +0200)] 
Fix memory leak on destroy (#8438)

4 years agoperf: resolver caching (#8435)
Jukka Kurkela [Tue, 16 Feb 2021 13:43:11 +0000 (15:43 +0200)] 
perf: resolver caching (#8435)

* perf: resolver caching

* Fix plugin caching

* resetCache

* Reduce duplication, cache only by keys cached

* Reduce lines

* reduce more lines

* Double plural, noop-caching of chart level options

4 years agoRound canvas size to 0.1px resolution (#8437)
Jukka Kurkela [Tue, 16 Feb 2021 13:30:40 +0000 (15:30 +0200)] 
Round canvas size to 0.1px resolution (#8437)

* Round canvas size to 0.1px resolution
* Types + docs
* typofix

4 years agoAdd a note about hover options (#8436)
Evert Timberg [Mon, 15 Feb 2021 23:32:03 +0000 (18:32 -0500)] 
Add a note about hover options (#8436)

4 years agoperf: resolveObjectKey (#8434)
Jukka Kurkela [Mon, 15 Feb 2021 21:15:58 +0000 (23:15 +0200)] 
perf: resolveObjectKey (#8434)

* perf: resolveObjectKey
* Fix tests
* prevent string construction

4 years agoRemove unused typedoc option that is deprecated (#8433)
Evert Timberg [Mon, 15 Feb 2021 20:25:10 +0000 (15:25 -0500)] 
Remove unused typedoc option that is deprecated (#8433)

* Remove unused typedoc option that is deprecated

* Improved filtering for top level file changes

4 years agoMake Chart static properties and methods read only (#8431)
Jukka Kurkela [Mon, 15 Feb 2021 20:06:37 +0000 (22:06 +0200)] 
Make Chart static properties and methods read only (#8431)

4 years agoUpdate typedoc to fix dependabot alert (#8432)
Evert Timberg [Mon, 15 Feb 2021 20:06:21 +0000 (15:06 -0500)] 
Update typedoc to fix dependabot alert (#8432)

4 years agoOption resolution with proxies (#8374)
Jukka Kurkela [Mon, 15 Feb 2021 19:42:32 +0000 (21:42 +0200)] 
Option resolution with proxies (#8374)

* Option resolution with proxies

* Remove plugin fallback to root options/defaults

* Update core plugins, reduntant font fallbacks

* Add some notes

4 years agoAdd `Decimation` to all available imports list (#8430)
Jukka Kurkela [Mon, 15 Feb 2021 19:07:17 +0000 (21:07 +0200)] 
Add `Decimation` to all available imports list (#8430)

4 years agoProvide a method to quickly register all imports in ESM builds (#8425)
Evert Timberg [Mon, 15 Feb 2021 09:21:31 +0000 (04:21 -0500)] 
Provide a method to quickly register all imports in ESM builds (#8425)

4 years agoinfra: Bump CI to node 14 (#8426)
Evert Timberg [Sun, 14 Feb 2021 20:37:12 +0000 (15:37 -0500)] 
infra: Bump CI to node 14 (#8426)

infra: Remove duplicated ES2019 plugin

4 years agoOptimize context object construction (#8413)
Jukka Kurkela [Sun, 14 Feb 2021 15:34:49 +0000 (17:34 +0200)] 
Optimize context object construction (#8413)

* perf: context construction
* avoid setPrototypeOf

4 years agoSmall chores (#8408)
Jukka Kurkela [Wed, 10 Feb 2021 16:06:48 +0000 (18:06 +0200)] 
Small chores (#8408)

4 years agoUpdate chartjs-test-utils to v0.2.1 (#8407)
Jukka Kurkela [Wed, 10 Feb 2021 14:17:08 +0000 (16:17 +0200)] 
Update chartjs-test-utils to v0.2.1 (#8407)

* Update chartjs-test-utils to v0.2.0

* to 0.2.1

4 years agoUpdate eslint-config-chartjs to v0.3.0 (#8406)
Jukka Kurkela [Wed, 10 Feb 2021 13:21:39 +0000 (15:21 +0200)] 
Update eslint-config-chartjs to v0.3.0 (#8406)

4 years agoFixes wrong and missing options and to bar element and dataset doc (#8404)
stockiNail [Tue, 9 Feb 2021 20:43:52 +0000 (21:43 +0100)] 
Fixes wrong and missing options and to bar element and dataset doc (#8404)

4 years agoUpdate anchorlinks and offscreen canvas compatibility (#8395)
LeeLenaleee [Mon, 8 Feb 2021 18:54:39 +0000 (19:54 +0100)] 
Update anchorlinks and offscreen canvas compatibility (#8395)

4 years agoRemove options.scale, in favor of options.scales.r (#8393)
Jukka Kurkela [Sat, 6 Feb 2021 21:19:21 +0000 (23:19 +0200)] 
Remove options.scale, in favor of options.scales.r (#8393)

Remove options.scale, in favor of options.scales.r

4 years agoCodeclimate: Cognitive Complexity threshold 5->6 (#8391)
Jukka Kurkela [Sat, 6 Feb 2021 13:40:39 +0000 (15:40 +0200)] 
Codeclimate: Cognitive Complexity threshold 5->6 (#8391)

4 years agoUpdate ScriptableContext, reduce warnings (#8390)
Jukka Kurkela [Sat, 6 Feb 2021 00:59:55 +0000 (02:59 +0200)] 
Update ScriptableContext, reduce warnings (#8390)

* Update ScriptableContext, reduce warnings

* _parsed is unknown[]

* Add defaults

* static defaults.

* review update

* more cancelables

4 years agoFix/type dateadapter override (#8377)
LeeLenaleee [Sat, 6 Feb 2021 00:15:35 +0000 (01:15 +0100)] 
Fix/type dateadapter override (#8377)

* Not totally sure this is right , but since in core.adapters.js override is part of the dateadapter it seems logical it should be there. Should also fix #8369
* implemented feedback
* Declare the dataAdapter since it will be available at runtime if someone overrides it
* remove declaration. if this is giving problems in the future it might need te be added again

4 years agoFix element creation for large dataset (#8388)
Jukka Kurkela [Fri, 5 Feb 2021 22:53:05 +0000 (00:53 +0200)] 
Fix element creation for large dataset (#8388)

* Fix element creation for large dataset
* Fix syncing
* Remove duplication

4 years agoUpdate types for indexAxis (#8389)
Jukka Kurkela [Fri, 5 Feb 2021 22:39:45 +0000 (00:39 +0200)] 
Update types for indexAxis (#8389)

* Add indexAxis to CoreChartOptions
* Update types for indexAxis

4 years agoAdd raw data to context and rename dataPoint to parsed (#8318)
Ben McCann [Fri, 5 Feb 2021 14:13:32 +0000 (06:13 -0800)] 
Add raw data to context and rename dataPoint to parsed (#8318)

* Make the raw data point available in scriptable context
* Rename variables
* Update samples

4 years agoImprove radial gradient sample (#8383)
Jukka Kurkela [Fri, 5 Feb 2021 12:54:52 +0000 (14:54 +0200)] 
Improve radial gradient sample (#8383)

* Improve radial gradient sample
* Add hover

4 years agoPrevent 2nd parse call with zero count (#8379)
Jukka Kurkela [Thu, 4 Feb 2021 21:59:57 +0000 (23:59 +0200)] 
Prevent 2nd parse call with zero count (#8379)

4 years agoCreate a new hook to enable data decimation (#8255) v3.0.0-beta.10
Evert Timberg [Mon, 1 Feb 2021 21:37:32 +0000 (16:37 -0500)] 
Create a new hook to enable data decimation (#8255)

* Create a new hook to enable data decimation

The `beforeElementUpdate` hook can be used to decimate data. The chart
elements will not be created until after this hook has fired ensuring that
if decimation occurs, only the needed elements will be created.

* Address code review feedback

* Rename hook to beforeElementsUpdate

* Simplify parsing logic

* Add decimation plugin to the core

* Allow a dataset to specify a different data key

* Decimation plugin uses the dataKey feature

* Refactor the decimation plugin to support configurable algorithms

* Lint the plugin changes

* Tests for the dataKey feature

* Convert test files to tabs

* Standardize on tabs in ts files

* Remove the dataKey feature

* Replace dataKey usage in decimation plugin

We define a new descriptor for the `data` key allowing the
plugin to be simpler.

* Disable decimation when indexAxis is Y

* Simplify the decimation width approximation

* Resolve the indexAxis correctly in all cases

* Initial documentation

* Reverse check

* Update TS definitions for new plugin options

* Move defineProperty after bailouts

* Add destroy hook

4 years agoBump version number for beta.10 (#8364)
Evert Timberg [Mon, 1 Feb 2021 21:31:22 +0000 (16:31 -0500)] 
Bump version number for beta.10 (#8364)

4 years agoShave off some bytes (#8362)
Jukka Kurkela [Mon, 1 Feb 2021 13:39:43 +0000 (15:39 +0200)] 
Shave off some bytes (#8362)

4 years agoUpdate type map names (#8356)
Evert Timberg [Mon, 1 Feb 2021 13:38:37 +0000 (08:38 -0500)] 
Update type map names (#8356)

* Rename ElementOptions to ElementOptionsByType

* Rename CommonOptions to CommonElementOptions

* Rename PluginOptions to PluginOptionsByType
Add new PluginChartOptions and remove some duplicates

* Rename ScaleOptions to ScaleOptionsByType

* Use Partial where appropriate

4 years agoPrevent test timeouts due to Chrome backgrounding (#8360)
Jukka Kurkela [Mon, 1 Feb 2021 12:50:18 +0000 (14:50 +0200)] 
Prevent test timeouts due to Chrome backgrounding (#8360)

* Prevent test timeouts due to Chrome backgrounding

* Add karma.conf.js to test filters

4 years agoalign text inside chart for far-aligned labels passing test (#8359)
LeeLenaleee [Sun, 31 Jan 2021 20:19:40 +0000 (21:19 +0100)] 
align text inside chart for far-aligned labels passing test (#8359)

* align text inside chart for far-aligned labels

* added fix for failing test on suggestion of @kurkle

Co-authored-by: Marcel Samyn <marcel.samyn@lab900.com>
4 years agoRename LayoutItem.fullWidth to fullSize (#8358)
Jukka Kurkela [Sun, 31 Jan 2021 18:44:44 +0000 (20:44 +0200)] 
Rename LayoutItem.fullWidth to fullSize (#8358)

4 years agoFix/scatter tooltip mode (#8354)
LeeLenaleee [Sat, 30 Jan 2021 21:22:01 +0000 (22:22 +0100)] 
Fix/scatter tooltip mode (#8354)

* scatter tooltip should be point by default
* edited mode on better level and updated docs to be bit more clear

4 years agoGive elements their own interface definition (#8290)
Josh Kelley [Sat, 30 Jan 2021 19:48:18 +0000 (14:48 -0500)] 
Give elements their own interface definition (#8290)

From what I understand, if we want to allow registering additional element options (see [here][1] for an example), then the element options need to be a top-level interface so that they can be used with TypeScript's [declaration merging][2].

[1]: https://github.com/chartjs/chartjs-plugin-annotation/pull/275#issuecomment-742754562
[2]: https://www.typescriptlang.org/docs/handbook/declaration-merging.html

4 years agofeature: choose custom point style for bar legend display (#8341)
LeeLenaleee [Sat, 30 Jan 2021 16:02:08 +0000 (17:02 +0100)] 
feature: choose custom point style for bar legend display (#8341)

* add feature to choose custom point style for bar legend display
* add documentation and type
* the docs are in the right place now

4 years agogetRelativePosition takes two arguments (#8336)
Evert Timberg [Mon, 25 Jan 2021 20:59:19 +0000 (15:59 -0500)] 
getRelativePosition takes two arguments (#8336)

4 years agoBump socket.io from 2.3.0 to 2.4.1 (#8333)
dependabot[bot] [Sat, 23 Jan 2021 00:05:54 +0000 (19:05 -0500)] 
Bump socket.io from 2.3.0 to 2.4.1 (#8333)

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoAdd documentation for vertical line charts (#8327)
LeeLenaleee [Mon, 18 Jan 2021 14:15:30 +0000 (15:15 +0100)] 
Add documentation for vertical line charts (#8327)

* add documentation for vertical line charts

* remove the indexAxis prop from dataset since it doesnt belong there, fix horizontal bars example and make vertical line example

* 2 bars to line rename

* fix v3-migration guide

* revert deletion of prop from table in bar, added in line. Removed anchor point in link from v3 docs

* put right text in general of line

4 years agofix canvas clearRect size calculation (#8328)
Marcel Samyn [Mon, 18 Jan 2021 13:59:13 +0000 (14:59 +0100)] 
fix canvas clearRect size calculation (#8328)

Co-authored-by: Marcel Samyn <marcel.samyn@lab900.com>
4 years agoUpdate to test utils 0.1.2 to track font setting (#8325)
Evert Timberg [Mon, 18 Jan 2021 12:40:18 +0000 (07:40 -0500)] 
Update to test utils 0.1.2 to track font setting (#8325)

4 years agotooltip not showing, edit config (#8323)
LeeLenaleee [Sun, 17 Jan 2021 15:33:05 +0000 (16:33 +0100)] 
tooltip not showing, edit config (#8323)

4 years agoDoughnut: complete radians to degrees conversion (#8321)
Jukka Kurkela [Sat, 16 Jan 2021 21:04:48 +0000 (23:04 +0200)] 
Doughnut: complete radians to degrees conversion (#8321)

4 years agoBump v3.0.0-beta.9 (#8320) v3.0.0-beta.9
Evert Timberg [Sat, 16 Jan 2021 19:15:20 +0000 (14:15 -0500)] 
Bump v3.0.0-beta.9 (#8320)

Co-authored-by: Evert Timberg <ever.timberg+github@gmail.com>
4 years agoRevert "Update spelling of cancellable (#8236)" (#8312)
Ben McCann [Sat, 16 Jan 2021 19:14:15 +0000 (11:14 -0800)] 
Revert "Update spelling of cancellable (#8236)" (#8312)

This reverts commit e6dfc47927508c79aa5495be65e8bda32fffddcf.

4 years agoFix reading wrong property from font object for font string (#8315)
LeeLenaleee [Sat, 16 Jan 2021 19:13:13 +0000 (20:13 +0100)] 
Fix reading wrong property from font object for font string (#8315)

4 years agoFix broken links in tooltip docs (#8316)
Ben McCann [Sat, 16 Jan 2021 19:12:43 +0000 (11:12 -0800)] 
Fix broken links in tooltip docs (#8316)

4 years agoDisable Path2D caching when chart is animated (#8319)
Jukka Kurkela [Sat, 16 Jan 2021 19:06:27 +0000 (21:06 +0200)] 
Disable Path2D caching when chart is animated (#8319)

* Disable Path2D caching when chart is animated
* Add note to performance docs