]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Evert Timberg [Mon, 1 Jun 2020 12:07:48 +0000 (08:07 -0400)]
Radial Linear Scale: Compute Value based on distance from center (#7449)
* Radial Linear Scale: Compute Value based on distance from center
* Code review updates
Evert Timberg [Mon, 1 Jun 2020 12:06:59 +0000 (08:06 -0400)]
Indicate that axis callbacks are at top level of options (#7451)
Evert Timberg [Sun, 31 May 2020 12:36:42 +0000 (08:36 -0400)]
Update doc samples for changed file name (#7447)
Evert Timberg [Sat, 30 May 2020 20:42:23 +0000 (16:42 -0400)]
Radar charts should fill to the center by default (#7446)
* Radar charts should fill to the center by default
* Update tests for new defaults
Jukka Kurkela [Fri, 29 May 2020 20:27:10 +0000 (23:27 +0300)]
Make indexable options looping (#7442)
* Make indexable options looping
* Migration note
Ben McCann [Thu, 28 May 2020 21:39:09 +0000 (14:39 -0700)]
Remove unused dependency (#7441)
Jukka Kurkela [Thu, 28 May 2020 21:37:19 +0000 (00:37 +0300)]
Consistency: Use lower case for instances (#7436)
Consistency: Use lover case for instances
Jukka Kurkela [Thu, 28 May 2020 21:35:38 +0000 (00:35 +0300)]
Arc: Stop drawing anything when hidden (#7438)
* Arc: Stop drawing anything when hidden
* Cleanup
Jukka Kurkela [Thu, 28 May 2020 21:33:50 +0000 (00:33 +0300)]
Remove missing setDataVisibility for documentation (#7437)
Jukka Kurkela [Thu, 28 May 2020 21:33:27 +0000 (00:33 +0300)]
Cleanup resize complexity (#7439)
Cleanup resize complexity
Jukka Kurkela [Thu, 28 May 2020 21:32:00 +0000 (00:32 +0300)]
Clean lint errors from samples by refactoring (#7440)
* Clean lint errors from samples by refactoring
* Review
Ben McCann [Thu, 28 May 2020 11:37:45 +0000 (04:37 -0700)]
Upgrade to Docusaurus alpha.56 (#7432)
Jukka Kurkela [Wed, 27 May 2020 21:14:17 +0000 (00:14 +0300)]
Replace gulp with npm scripts (#7402)
Gulp removed from toolchain in favour of simpler build process
Evert Timberg [Wed, 27 May 2020 16:22:00 +0000 (12:22 -0400)]
Consider all timestamps for bar measuring (#7421)
* Consider all timestamps for bar measuring
* Fix watched tests for updated file names
* Add test of sparse bar time scales
Evert Timberg [Wed, 27 May 2020 00:03:18 +0000 (20:03 -0400)]
Only draw the tooltip if it is defined (#7411)
Jukka Kurkela [Tue, 26 May 2020 23:16:23 +0000 (02:16 +0300)]
Remove proposal and obsolete features (#7425)
Jukka Kurkela [Tue, 26 May 2020 22:10:28 +0000 (01:10 +0300)]
Alter test to require fever iterations (#7426)
Evert Timberg [Mon, 25 May 2020 20:55:12 +0000 (16:55 -0400)]
Default aspectRatio to 1 for square charts (#7414)
Yiwen Wang [Mon, 25 May 2020 20:54:55 +0000 (04:54 +0800)]
Fix chart resizing issue (#7297) (#7298)
Fix chart resizing issue
Jukka Kurkela [Mon, 25 May 2020 20:54:22 +0000 (23:54 +0300)]
Rename dist/Chart* to dist/chart* (#7416)
* Rename dist/Chart* to dist/chart*
* Add a note to migration docs
* Review update
Evert Timberg [Sun, 24 May 2020 14:28:41 +0000 (10:28 -0400)]
Legend onClick callback supports arrow functions (#7410)
#7409 Legend callbacks support arrow functions
The `Legend` is no longer implicitly found through `this` and instead
passed as an explicit argument to the callback functions.
Ben McCann [Fri, 22 May 2020 21:32:15 +0000 (14:32 -0700)]
Docs: fix z-index default (#7405)
Jukka Kurkela [Thu, 21 May 2020 21:11:46 +0000 (00:11 +0300)]
Use full URL for TypeDocs (#7380)
Use full URL for TypeDocs
Jukka Kurkela [Thu, 21 May 2020 21:07:06 +0000 (00:07 +0300)]
Move font* to font.* (#7383)
Jukka Kurkela [Thu, 21 May 2020 20:44:49 +0000 (23:44 +0300)]
Remove default export from controllers/index (#7388)
Remove default export from controllers/index
Jukka Kurkela [Thu, 21 May 2020 20:43:36 +0000 (23:43 +0300)]
Small update to animation documentation (#7384)
Update animation documentation to include samples
Samuel Gratzl [Thu, 21 May 2020 20:41:56 +0000 (22:41 +0200)]
use direct imports instead of generic helpers import (#7385)
Split all helper functions in different files and import them directly where used
Jukka Kurkela [Thu, 21 May 2020 20:37:37 +0000 (23:37 +0300)]
Remove default export from plugins/index (#7389)
Jukka Kurkela [Thu, 21 May 2020 20:37:10 +0000 (23:37 +0300)]
Add index to core (#7390)
Jukka Kurkela [Thu, 21 May 2020 20:36:06 +0000 (23:36 +0300)]
Rename platform/platform to index removing default (#7391)
Rename platform/platform to index removing default
Jukka Kurkela [Thu, 21 May 2020 20:35:03 +0000 (23:35 +0300)]
Run tests in series to avoid timeouts (#7392)
Jukka Kurkela [Wed, 20 May 2020 21:45:44 +0000 (00:45 +0300)]
Delay animations until attached (#7370)
* Delay animations until attached
* Detect container detachment
Jukka Kurkela [Wed, 20 May 2020 21:40:42 +0000 (00:40 +0300)]
Preserve object prototypes when cloning (#7381)
Jukka Kurkela [Tue, 19 May 2020 21:58:53 +0000 (00:58 +0300)]
Detect data modifications with equal values (#7350)
Fix data shift-push with identical values
Ben McCann [Tue, 19 May 2020 21:58:16 +0000 (14:58 -0700)]
Add a JSDoc for _dataCheck (#7377)
Ben McCann [Tue, 19 May 2020 14:28:27 +0000 (07:28 -0700)]
Upgrade Docusaurus to alpha.55 (#7376)
Ben McCann [Tue, 19 May 2020 14:28:16 +0000 (07:28 -0700)]
Use correct index when resolving bubble options (#7375)
Ben McCann [Mon, 18 May 2020 13:49:07 +0000 (06:49 -0700)]
Better organize calls in main controller (#7345)
Ben McCann [Mon, 18 May 2020 13:48:44 +0000 (06:48 -0700)]
Fix broken links to contributor's guide (#7348)
Closes https://github.com/chartjs/Chart.js/issues/7347
Ben McCann [Mon, 18 May 2020 13:48:21 +0000 (06:48 -0700)]
Upgrade dependencies (#7352)
Jukka Kurkela [Fri, 15 May 2020 21:17:59 +0000 (00:17 +0300)]
Use @rollup/plugin-inject for ResizeObserver poly (#7360)
Ben McCann [Fri, 15 May 2020 21:16:04 +0000 (14:16 -0700)]
Developer migration documentation (#7358)
* Update the developer guide intro page
* Expand developer migration documentation
Evert Timberg [Wed, 13 May 2020 20:53:42 +0000 (16:53 -0400)]
When the container padding is an empty string, handle it as 0px (#7349)
Ben McCann [Tue, 12 May 2020 20:44:40 +0000 (13:44 -0700)]
Add a scale.init method (#7346)
Ben McCann [Tue, 12 May 2020 20:43:00 +0000 (13:43 -0700)]
Add Algolia to docs (#7329)
Ben McCann [Tue, 12 May 2020 20:42:48 +0000 (13:42 -0700)]
Remove unused bar property and confusing docs referring to it (#7333)
Ben McCann [Tue, 12 May 2020 20:42:26 +0000 (13:42 -0700)]
Document the removal of deprecated properties (#7334)
Ben McCann [Fri, 8 May 2020 15:09:37 +0000 (08:09 -0700)]
Update the contributing guide for Docusaurus (#7327)
Ben McCann [Fri, 8 May 2020 13:46:07 +0000 (06:46 -0700)]
Upgrade dependencies (#7317)
Ben McCann [Fri, 8 May 2020 13:45:12 +0000 (06:45 -0700)]
Improve Docusaurus URLs (#7315)
Ben McCann [Fri, 8 May 2020 13:44:52 +0000 (06:44 -0700)]
Remove old docs from gitignore (#7314)
Ben McCann [Tue, 5 May 2020 19:19:57 +0000 (12:19 -0700)]
Migrate from GitBook to Docusaurus (#7295)
Migrate from GitBook to Docusaurus
Ben McCann [Tue, 28 Apr 2020 21:34:49 +0000 (14:34 -0700)]
Finish removing bower (#7294)
Evert Timberg [Tue, 28 Apr 2020 01:53:53 +0000 (21:53 -0400)]
Check for destroyed charts when handling throttled DOM events (#7293)
Co-authored-by: Evert Timberg <etimberg@opusonesolutions.com>
Ben McCann [Mon, 27 Apr 2020 20:25:02 +0000 (13:25 -0700)]
Make br tags self-closing (#7275)
Ben McCann [Mon, 27 Apr 2020 20:24:46 +0000 (13:24 -0700)]
Clarify that API docs are generated by TypeDoc (#7274)
Clarifying to answer the question asked in https://github.com/chartjs/Chart.js/issues/6598#issuecomment-
613879766
Jukka Kurkela [Mon, 13 Apr 2020 23:34:18 +0000 (02:34 +0300)]
Support isoWeekday when rounding (#7269)
Jukka Kurkela [Mon, 13 Apr 2020 23:33:15 +0000 (02:33 +0300)]
Fix couple of small issues (#7268)
Ben McCann [Sat, 11 Apr 2020 12:46:33 +0000 (05:46 -0700)]
Remove unused layouts.defaults (#7264)
* Remove unused layouts.defaults
* Add to migration guide
Mohamed Nainar [Fri, 10 Apr 2020 21:56:45 +0000 (03:26 +0530)]
Remove bower (#7265)
Tim Gates [Fri, 10 Apr 2020 00:46:41 +0000 (10:46 +1000)]
docs: Fix simple typo, layed -> laid (#7263)
There is a small typo in src/core/core.layouts.js, src/core/core.plugins.js.
Should read `laid` rather than `layed`.
Ben McCann [Fri, 3 Apr 2020 22:12:34 +0000 (15:12 -0700)]
Fix overlapping ticks on log scale (#7242)
Enio [Thu, 2 Apr 2020 16:02:09 +0000 (13:02 -0300)]
update introduction documentation #7245 (#7247)
Ben McCann [Mon, 30 Mar 2020 21:31:54 +0000 (14:31 -0700)]
Address bar chart performance regression (#7234)
Ben McCann [Sun, 29 Mar 2020 19:02:27 +0000 (12:02 -0700)]
Remove unused method parameter (#7229)
Ben McCann [Sun, 29 Mar 2020 19:02:10 +0000 (12:02 -0700)]
Update dependencies (#7233)
Evert Timberg [Sat, 28 Mar 2020 00:23:14 +0000 (20:23 -0400)]
Revert "Use round when setting new chart size (#7221)" (#7226)
This reverts commit
8b01ab1326be8dead099cdb494e2efdc46ff4dbf .
Ben McCann [Fri, 27 Mar 2020 23:48:04 +0000 (16:48 -0700)]
getPixelForTick cleanup (#7225)
Ben McCann [Fri, 27 Mar 2020 23:47:02 +0000 (16:47 -0700)]
Improve migration guide for innerRadius/outerRadius (#7218)
emmcbd [Fri, 27 Mar 2020 23:46:34 +0000 (00:46 +0100)]
Use round when setting new chart size (#7221)
Jukka Kurkela [Fri, 27 Mar 2020 23:46:17 +0000 (01:46 +0200)]
Fix events in shadow dom (#7224)
Ben McCann [Tue, 24 Mar 2020 16:49:48 +0000 (09:49 -0700)]
Fix filterBetween (#7211)
* Fix filterBetween
* Update with review suggestions
Ben McCann [Sun, 22 Mar 2020 17:40:26 +0000 (10:40 -0700)]
Only polyfill ResizeObserver for UMD builds (#7208)
Ben McCann [Sun, 22 Mar 2020 17:40:16 +0000 (10:40 -0700)]
Cleaner handling of fitting no ticks (#7212)
Jukka Kurkela [Sat, 14 Mar 2020 23:20:59 +0000 (01:20 +0200)]
Update running animations (#7196)
dependabot[bot] [Sat, 14 Mar 2020 12:56:56 +0000 (08:56 -0400)]
Bump acorn from 6.4.0 to 6.4.1 (#7197)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Evert Timberg [Wed, 11 Mar 2020 23:50:06 +0000 (19:50 -0400)]
Travis deploy provider uses a different syntax for conditional releases (#7190)
Travis deploy provider uses a different syntax for conditional releases
Evert Timberg [Wed, 11 Mar 2020 18:39:11 +0000 (14:39 -0400)]
Update Migration Guide (#7186)
* Add headers & split list of removed developer properties
* Reorganize option changes & include scale option example
Evert Timberg [Tue, 10 Mar 2020 18:46:15 +0000 (14:46 -0400)]
Bump version in package-lock file (#7187)
Evert Timberg [Sun, 8 Mar 2020 21:44:28 +0000 (17:44 -0400)]
Allow running releases on v3 release branch (#7185)
* Allow running releases on v3 release branch
* Remove `on` statement from yml config
Evert Timberg [Sun, 8 Mar 2020 15:10:30 +0000 (11:10 -0400)]
Bump package version for first alpha release of v3 (#7183)
bjones526 [Fri, 6 Mar 2020 17:17:59 +0000 (12:17 -0500)]
expose boxWidth and boxHeight on tooltip (#6995)
Ben McCann [Fri, 6 Mar 2020 17:17:12 +0000 (09:17 -0800)]
Add tests for rendering to offscreen canvas (#7175)
Add tests for using an offscreen canvas for Chart.js. These tests are
almost identical to existing tests, but with offscreen canvas enabled.
Co-authored-by: David Winegar <david.winegar@getcruise.com>
Evert Timberg [Thu, 5 Mar 2020 23:05:02 +0000 (18:05 -0500)]
Make update_latest work with alpha, beta, etc. (#7177)
Make update_latest work with alpha, beta, etc.
Ben McCann [Sun, 1 Mar 2020 14:57:39 +0000 (06:57 -0800)]
Alphabetize element default options (#7170)
* Alphabetize element default options
* Add arc
* Add missing comma
Ben McCann [Sun, 1 Mar 2020 14:57:24 +0000 (06:57 -0800)]
Shorten imports (#7168)
Ben McCann [Sun, 1 Mar 2020 14:57:05 +0000 (06:57 -0800)]
Remove unused constructor parameter (#7171)
Jukka Kurkela [Sun, 1 Mar 2020 14:07:39 +0000 (16:07 +0200)]
Use global element hidden status for Pie charts (#7156)
Use global element hidden status for Pie / polarArea charts
Jukka Kurkela [Fri, 28 Feb 2020 23:56:22 +0000 (01:56 +0200)]
Convert some of the time scale tests to fixtures (#7154)
* Convert some of time scale tick tests to fixtures
* A little more threshold
Jukka Kurkela [Fri, 28 Feb 2020 00:40:31 +0000 (02:40 +0200)]
Give the boot to chartjs-adapter-moment (#7155)
Remove default of using chartjs-adapter-moment
Ben McCann [Fri, 28 Feb 2020 00:38:10 +0000 (16:38 -0800)]
Allow registering scale with single parameter (#7157)
Allow registering scale with single parameter
Ben McCann [Fri, 28 Feb 2020 00:37:36 +0000 (16:37 -0800)]
Remove position defaults (#7165)
Jukka Kurkela [Fri, 28 Feb 2020 00:37:11 +0000 (02:37 +0200)]
Add some tests to improve coverage (#7164)
Jukka Kurkela [Thu, 27 Feb 2020 17:28:11 +0000 (19:28 +0200)]
Update to actions/checkout@v2 (#7163)
Jukka Kurkela [Wed, 26 Feb 2020 23:08:29 +0000 (01:08 +0200)]
Turn elements/index into an index (#7135)
Jukka Kurkela [Tue, 25 Feb 2020 19:35:32 +0000 (21:35 +0200)]
Issue 4991 (#7084)
* Fix remaining handleEvent issues
* Reduce lines
* Update tooltip always on replay
* Address issues
* Fix test
* More tooltip fixing
* Extend comment
Jukka Kurkela [Sun, 23 Feb 2020 18:08:01 +0000 (20:08 +0200)]
Stop leaking fonts (and fillStyle) to ctx (#7150)
Ben McCann [Sun, 23 Feb 2020 13:08:06 +0000 (05:08 -0800)]
Make test Context an ES6 module (#7142)
* Make test Context an ES6 module
* Address comments
Ben McCann [Sat, 22 Feb 2020 19:48:55 +0000 (11:48 -0800)]
WebWorker support (#7146)
Co-authored-by: David Winegar <david.s.winegar@gmail.com>
Jukka Kurkela [Sat, 22 Feb 2020 19:36:05 +0000 (21:36 +0200)]
Fix coveralls (#7148)