Commit Graph

3145 Commits

Author SHA1 Message Date
Jukka Kurkela
39eb39008d Rename platform/platform to index removing default (#7391)
Rename platform/platform to index removing default
2020-05-21 16:36:06 -04:00
Jukka Kurkela
7ac61441a6 Run tests in series to avoid timeouts (#7392) 2020-05-21 16:35:03 -04:00
Jukka Kurkela
cfb5fba527 Delay animations until attached (#7370)
* Delay animations until attached
* Detect container detachment
2020-05-20 17:45:44 -04:00
Jukka Kurkela
51be344717 Preserve object prototypes when cloning (#7381) 2020-05-20 17:40:42 -04:00
Jukka Kurkela
50f2a1097a Detect data modifications with equal values (#7350)
Fix data shift-push with identical values
2020-05-19 17:58:53 -04:00
Ben McCann
ab1b0ca2b9 Add a JSDoc for _dataCheck (#7377) 2020-05-19 17:58:16 -04:00
Ben McCann
e63db8689b Upgrade Docusaurus to alpha.55 (#7376) 2020-05-19 10:28:27 -04:00
Ben McCann
53f5038252 Use correct index when resolving bubble options (#7375) 2020-05-19 10:28:16 -04:00
Ben McCann
925b23da86 Better organize calls in main controller (#7345) 2020-05-18 09:49:07 -04:00
Ben McCann
c5e76fc592 Fix broken links to contributor's guide (#7348)
Closes https://github.com/chartjs/Chart.js/issues/7347
2020-05-18 09:48:44 -04:00
Ben McCann
19bb07a9f8 Upgrade dependencies (#7352) 2020-05-18 09:48:21 -04:00
Jukka Kurkela
319a6a40b9 Use @rollup/plugin-inject for ResizeObserver poly (#7360) 2020-05-15 17:17:59 -04:00
Ben McCann
c8c577a525 Developer migration documentation (#7358)
* Update the developer guide intro page
* Expand developer migration documentation
2020-05-15 17:16:04 -04:00
Evert Timberg
ae99039e4d When the container padding is an empty string, handle it as 0px (#7349) 2020-05-13 16:53:42 -04:00
Ben McCann
a301ca148c Add a scale.init method (#7346) 2020-05-12 16:44:40 -04:00
Ben McCann
a94e1e175c Add Algolia to docs (#7329) 2020-05-12 16:43:00 -04:00
Ben McCann
29553130de Remove unused bar property and confusing docs referring to it (#7333) 2020-05-12 16:42:48 -04:00
Ben McCann
3a25fe2921 Document the removal of deprecated properties (#7334) 2020-05-12 16:42:26 -04:00
Ben McCann
00f726b0ea Update the contributing guide for Docusaurus (#7327) 2020-05-08 11:09:37 -04:00
Ben McCann
8afa990e4c Upgrade dependencies (#7317) 2020-05-08 09:46:07 -04:00
Ben McCann
43a3654b34 Improve Docusaurus URLs (#7315) 2020-05-08 09:45:12 -04:00
Ben McCann
6bbbbe42ce Remove old docs from gitignore (#7314) 2020-05-08 09:44:52 -04:00
Ben McCann
2851a94b92 Migrate from GitBook to Docusaurus (#7295)
Migrate from GitBook to Docusaurus
2020-05-05 15:19:57 -04:00
Ben McCann
29f6c67fb3 Finish removing bower (#7294) 2020-04-28 17:34:49 -04:00
Evert Timberg
f19a701bc5 Check for destroyed charts when handling throttled DOM events (#7293)
Co-authored-by: Evert Timberg <etimberg@opusonesolutions.com>
2020-04-27 21:53:53 -04:00
Ben McCann
ce902e1963 Make br tags self-closing (#7275) 2020-04-27 16:25:02 -04:00
Ben McCann
0407e99ab3 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
2020-04-27 16:24:46 -04:00
Jukka Kurkela
32de1b6ebf Support isoWeekday when rounding (#7269) 2020-04-13 19:34:18 -04:00
Jukka Kurkela
1228981e4f Fix couple of small issues (#7268) 2020-04-13 19:33:15 -04:00
Ben McCann
14021d369a Remove unused layouts.defaults (#7264)
* Remove unused layouts.defaults
* Add to migration guide
2020-04-11 08:46:33 -04:00
Mohamed Nainar
807aea1b2e Remove bower (#7265) 2020-04-10 17:56:45 -04:00
Tim Gates
8f7cdf1827 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`.
2020-04-09 20:46:41 -04:00
Ben McCann
d560f9dbad Fix overlapping ticks on log scale (#7242) 2020-04-03 18:12:34 -04:00
Enio
5129e1aaf7 update introduction documentation #7245 (#7247) 2020-04-02 12:02:09 -04:00
Ben McCann
48a6a8d130 Address bar chart performance regression (#7234) 2020-03-30 17:31:54 -04:00
Ben McCann
3f58edbe80 Remove unused method parameter (#7229) 2020-03-29 15:02:27 -04:00
Ben McCann
49935347ff Update dependencies (#7233) 2020-03-29 15:02:10 -04:00
Evert Timberg
990fd03153 Revert "Use round when setting new chart size (#7221)" (#7226)
This reverts commit 8b01ab1326.
2020-03-27 20:23:14 -04:00
Ben McCann
0e196fc514 getPixelForTick cleanup (#7225) 2020-03-27 19:48:04 -04:00
Ben McCann
40a11914f5 Improve migration guide for innerRadius/outerRadius (#7218) 2020-03-27 19:47:02 -04:00
emmcbd
8b01ab1326 Use round when setting new chart size (#7221) 2020-03-27 19:46:34 -04:00
Jukka Kurkela
60858547ac Fix events in shadow dom (#7224) 2020-03-27 19:46:17 -04:00
Ben McCann
ee0aa0c116 Fix filterBetween (#7211)
* Fix filterBetween
* Update with review suggestions
2020-03-24 12:49:48 -04:00
Ben McCann
7051410d4e Only polyfill ResizeObserver for UMD builds (#7208) 2020-03-22 13:40:26 -04:00
Ben McCann
e46420e595 Cleaner handling of fitting no ticks (#7212) 2020-03-22 13:40:16 -04:00
Jukka Kurkela
b73b8f9863 Update running animations (#7196) 2020-03-14 19:20:59 -04:00
dependabot[bot]
da6056c8d1 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>
2020-03-14 08:56:56 -04:00
Evert Timberg
a7fe828ee1 Travis deploy provider uses a different syntax for conditional releases (#7190)
Travis deploy provider uses a different syntax for conditional releases
2020-03-11 19:50:06 -04:00
Evert Timberg
e22f8bd7dc Update Migration Guide (#7186)
* Add headers & split list  of removed developer properties
* Reorganize option changes & include scale option example
2020-03-11 14:39:11 -04:00
Evert Timberg
dc77f47005 Bump version in package-lock file (#7187) 2020-03-10 14:46:15 -04:00