]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
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)

5 years agoPluginService using registry (#7590)
Jukka Kurkela [Sat, 11 Jul 2020 22:08:45 +0000 (01:08 +0300)] 
PluginService using registry (#7590)

PluginService using registry

5 years agoTooltip Model documentation sounds not correct (#7592)
stockiNail [Wed, 8 Jul 2020 21:17:53 +0000 (23:17 +0200)] 
Tooltip Model documentation sounds not correct (#7592)

Tooltip Model documentation sounds not correct
Fixed #7591

5 years agoAdd normalized option (#7538)
Ben McCann [Tue, 7 Jul 2020 11:50:53 +0000 (04:50 -0700)] 
Add normalized option (#7538)

Add normalized option to time scales

5 years agoGeneric registry for controllers, scales, elements and plugins (#7435)
Jukka Kurkela [Mon, 6 Jul 2020 21:38:04 +0000 (00:38 +0300)] 
Generic registry for controllers, scales, elements and plugins (#7435)

* Generic registry for controllers, scales, elements and plugins
* Remove references to scale service

5 years agoRemove duplicate tests (#7568)
Ben McCann [Mon, 6 Jul 2020 13:35:30 +0000 (06:35 -0700)] 
Remove duplicate tests (#7568)

5 years agoEnable autoSkip for time scale to match others (#7570)
Ben McCann [Mon, 6 Jul 2020 13:35:16 +0000 (06:35 -0700)] 
Enable autoSkip for time scale to match others (#7570)

5 years agoFix padding for labels (#7572)
Ben McCann [Mon, 6 Jul 2020 13:34:56 +0000 (06:34 -0700)] 
Fix padding for labels (#7572)

5 years agoUse all timestamps for calculating offsets (#7573)
Ben McCann [Mon, 6 Jul 2020 13:34:43 +0000 (06:34 -0700)] 
Use all timestamps for calculating offsets (#7573)

5 years agoPass context parameter to custom tooltip (#7579)
Ben McCann [Mon, 6 Jul 2020 13:34:06 +0000 (06:34 -0700)] 
Pass context parameter to custom tooltip (#7579)

5 years agoThe hover* options of bar chart doc page change as scriptable (#7584)
stockiNail [Sun, 5 Jul 2020 12:07:39 +0000 (14:07 +0200)] 
The hover* options of bar chart doc page change as scriptable (#7584)

In the bar chart, the `hoverBackgroundColor`, `hoverBorderColor and `hoverBorderWidth` options are scriptable.
In the previous version (2.9.3) they weren't documented as scriptable but they are.

5 years agoGrammar updates to the description on the homepage (#7581)
JohnMHoyt24 [Wed, 1 Jul 2020 20:05:08 +0000 (16:05 -0400)] 
Grammar updates to the description on the homepage (#7581)

5 years agoFix tooltip caret border when caret is on right or bottom (#7565)
Evert Timberg [Mon, 29 Jun 2020 11:55:09 +0000 (07:55 -0400)] 
Fix tooltip caret border when caret is on right or bottom (#7565)

* Fix tooltip caret border when caret is on right or bottom
* Lint fixes

* Code review feedback

5 years agoUpdate time scale docs to be Moment agnostic (#7558)
Ben McCann [Mon, 29 Jun 2020 11:53:29 +0000 (04:53 -0700)] 
Update time scale docs to be Moment agnostic (#7558)

* Update time scale docs to be Moment agnostic
* Address code review comments

5 years agoGenerate ticks from small to large (#7559)
Ben McCann [Mon, 29 Jun 2020 11:52:28 +0000 (04:52 -0700)] 
Generate ticks from small to large (#7559)

* Generate ticks from small to large
* Add note to migration guide

5 years agoAdd parameters to tooltip filter option (#7556)
Ben McCann [Mon, 29 Jun 2020 11:51:20 +0000 (04:51 -0700)] 
Add parameters to tooltip filter option (#7556)

5 years agoFix financial sample (#7552)
Ben McCann [Mon, 29 Jun 2020 11:51:05 +0000 (04:51 -0700)] 
Fix financial sample (#7552)

* Fix financial sample
* Fix major unit determination by copying code from chartjs-chart-financial

5 years agoFix typo in sample (#7557)
Ben McCann [Mon, 29 Jun 2020 11:50:35 +0000 (04:50 -0700)] 
Fix typo in sample (#7557)

5 years agoRemove "for bugs" from bug issue template (#7562)
Ben McCann [Mon, 29 Jun 2020 11:50:10 +0000 (04:50 -0700)] 
Remove "for bugs" from bug issue template (#7562)

It's a bit redundant and doesn't add much

5 years agoUpdate tooltip when the display position changes (#7469)
Evert Timberg [Thu, 25 Jun 2020 17:51:34 +0000 (13:51 -0400)] 
Update tooltip when the display position changes (#7469)

5 years agoESM build, with helpers separated (#7400)
Jukka Kurkela [Tue, 23 Jun 2020 23:02:51 +0000 (02:02 +0300)] 
ESM build, with helpers separated (#7400)

* ESM build, with helpers separated
* Remove umd environment
* Include the chunks in package

5 years agoMove timeseries fixtures to their own directory (#7536)
Ben McCann [Sun, 21 Jun 2020 12:30:34 +0000 (05:30 -0700)] 
Move timeseries fixtures to their own directory (#7536)

5 years agoRemove lookup table from TimeScale (#7532)
Ben McCann [Sat, 20 Jun 2020 20:39:39 +0000 (13:39 -0700)] 
Remove lookup table from TimeScale (#7532)

* Add getDecimalForValue
* Move interpolate to timeseries scale
* Remove getTimestampsForTable from time scale
* Remove parameters from buildLookupTable
* Restore getValueForPixel
* Remove table from time scale

5 years agoMark parameter as optional (#7530)
Ben McCann [Sat, 20 Jun 2020 11:31:04 +0000 (04:31 -0700)] 
Mark parameter as optional (#7530)

5 years agoUpdate the legend object during beforeUpdate (#7528)
Evert Timberg [Sat, 20 Jun 2020 11:30:31 +0000 (07:30 -0400)] 
Update the legend object during beforeUpdate (#7528)

* Update the legend object during beforeUpdate

When the legend is updated in afterUpdate, the position is not updated
before the layout system runs. When the event that the legend position
was changed, the legend would not move to the new position in the layout
system. This causes the chart to render incorrectly because the layout
system handled the layout as if the legend was still at the original position.

The update is split into two passes to ensure that labels still update correctly
after datasets (#6968)

5 years agoSplit time scale into time and timeseries (#7525)
Ben McCann [Fri, 19 Jun 2020 14:21:39 +0000 (07:21 -0700)] 
Split time scale into time and timeseries (#7525)

* Split time scale into time and timeseries
* Address comment

5 years agoConsistently resolve element options (#7520)
Jukka Kurkela [Thu, 18 Jun 2020 21:44:55 +0000 (00:44 +0300)] 
Consistently resolve element options (#7520)

* Consistently resolve element options
* Add tests

5 years agoRemove babel from tests (#7521)
Jukka Kurkela [Thu, 18 Jun 2020 21:38:09 +0000 (00:38 +0300)] 
Remove babel from tests (#7521)

* Remove babel from tests
* Remove unused require

5 years agoTooltip: Provide argument for custom callback (#7522)
Jukka Kurkela [Thu, 18 Jun 2020 21:37:27 +0000 (00:37 +0300)] 
Tooltip: Provide argument for custom callback (#7522)

5 years agoParse from custom properties in data (#7489)
Jukka Kurkela [Thu, 18 Jun 2020 21:36:53 +0000 (00:36 +0300)] 
Parse from custom properties in data (#7489)

* Parse from custom properties in data
* Resolve CC issues
* Review update

5 years agoReplace horizontalBar with indexAxis: 'y' (#7514)
Jukka Kurkela [Thu, 18 Jun 2020 21:35:52 +0000 (00:35 +0300)] 
Replace horizontalBar with indexAxis: 'y' (#7514)

* Replace horizontalBar with indexAxis: 'y'
* Fix drawing of line for last x-position
* Consistently determine axis of scale
* Add test

5 years agoFix initial animations (#7511)
Jukka Kurkela [Tue, 16 Jun 2020 21:56:42 +0000 (00:56 +0300)] 
Fix initial animations (#7511)

* Fix initial animations

* CC

5 years agoRemove lineHeight property from LegendTitlt (#7508)
stockiNail [Mon, 15 Jun 2020 21:27:13 +0000 (23:27 +0200)] 
Remove lineHeight property from LegendTitlt (#7508)

The updates
 * removes `lineHeight` property from LegendTitle because already defined into Font.
 * changes the link tp `Fonts.md` because it was wrong.

5 years agoTurns off interpolation per default (#7386)
Sebastian Niemann [Fri, 12 Jun 2020 22:03:52 +0000 (00:03 +0200)] 
Turns off interpolation per default (#7386)

Co-authored-by: Sebastian Niemann <sn@wertpapiertreuhand.de>
5 years agoRelocate array utils to helpers.collection (#7498)
Jukka Kurkela [Fri, 12 Jun 2020 22:02:12 +0000 (01:02 +0300)] 
Relocate array utils to helpers.collection (#7498)

5 years agoUse consistent option context for scales (#7499)
Evert Timberg [Fri, 12 Jun 2020 22:01:48 +0000 (18:01 -0400)] 
Use consistent option context for scales (#7499)

5 years agoRead Title font options from correct place (#7502)
Jukka Kurkela [Fri, 12 Jun 2020 21:58:09 +0000 (00:58 +0300)] 
Read Title font options from correct place (#7502)

5 years agoRemove unused _scaleStacked cache (#7494)
Jukka Kurkela [Fri, 12 Jun 2020 21:55:51 +0000 (00:55 +0300)] 
Remove unused _scaleStacked cache (#7494)

5 years agoReplace ineffective test with a fixture (#7491)
Jukka Kurkela [Thu, 11 Jun 2020 22:21:10 +0000 (01:21 +0300)] 
Replace ineffective test with a fixture (#7491)

5 years agoFix measureText bug in spriting (#7492)
Jukka Kurkela [Thu, 11 Jun 2020 12:50:17 +0000 (15:50 +0300)] 
Fix measureText bug in spriting (#7492)

5 years agoRadial scale scriptable options (#7471)
Evert Timberg [Thu, 11 Jun 2020 12:49:54 +0000 (08:49 -0400)] 
Radial scale scriptable options (#7471)

Scriptable radialLinear options

5 years agoUpdate horizontal bar chart default tooltip mode (#7488)
Evert Timberg [Wed, 10 Jun 2020 11:50:15 +0000 (07:50 -0400)] 
Update horizontal bar chart default tooltip mode (#7488)

Ensures that vertical and horizontal bar charts behave the same way