Commit Graph

3180 Commits

Author SHA1 Message Date
Evert Timberg
2aef4274d3 Do not show legend in stacked scatter test (#7470) 2020-09-01 11:30:15 -04:00
Evert Timberg
4cfa465a2b Stacked scatter chart (#7468)
* Handle partially stacked scatter charts
* Update test files
2020-09-01 11:30:15 -04:00
Jukka Kurkela
35520dfca8 Babel loose (#7452)
* Use loose mode for babel
* Add note about loose mode in performance docs
2020-09-01 11:30:15 -04:00
Evert Timberg
937845956c Enable custom legend box heights (#7459)
Enable custom legend box heights
2020-09-01 11:30:15 -04:00
Jukka Kurkela
2f17449cc5 Update packages (#7463) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
fdf14d3226 Use verbose build in dev mode (#7455)
* Use verbose build in dev mode
* Update comment
2020-09-01 11:30:15 -04:00
Evert Timberg
575283c5c6 Radial Linear Scale: Compute Value based on distance from center (#7449)
* Radial Linear Scale: Compute Value based on distance from center

* Code review updates
2020-09-01 11:30:15 -04:00
Evert Timberg
ecd918cefb Indicate that axis callbacks are at top level of options (#7451) 2020-09-01 11:30:15 -04:00
Evert Timberg
fc7b9f7a3f Update doc samples for changed file name (#7447) 2020-09-01 11:30:15 -04:00
Evert Timberg
e26f7b984a Radar charts should fill to the center by default (#7446)
* Radar charts should fill to the center by default
* Update tests for new defaults
2020-09-01 11:30:15 -04:00
Jukka Kurkela
2b57660aba Make indexable options looping (#7442)
* Make indexable options looping
* Migration note
2020-09-01 11:30:15 -04:00
Ben McCann
b71e4c3c7f Remove unused dependency (#7441) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
61c758e5ff Consistency: Use lower case for instances (#7436)
Consistency: Use lover case for instances
2020-09-01 11:30:15 -04:00
Jukka Kurkela
89dff23d1f Arc: Stop drawing anything when hidden (#7438)
* Arc: Stop drawing anything when hidden
* Cleanup
2020-09-01 11:30:15 -04:00
Jukka Kurkela
6112add201 Remove missing setDataVisibility for documentation (#7437) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
f7e44ae089 Cleanup resize complexity (#7439)
Cleanup resize complexity
2020-09-01 11:30:15 -04:00
Jukka Kurkela
58693b5875 Clean lint errors from samples by refactoring (#7440)
* Clean lint errors from samples by refactoring
* Review
2020-09-01 11:30:15 -04:00
Ben McCann
5709fc3bc4 Upgrade to Docusaurus alpha.56 (#7432) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
d02e5f0d47 Replace gulp with npm scripts (#7402)
Gulp removed from toolchain in favour of simpler build process
2020-09-01 11:30:15 -04:00
Evert Timberg
eb8cd13997 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
2020-09-01 11:30:15 -04:00
Evert Timberg
25ab011ed4 Only draw the tooltip if it is defined (#7411) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
521844704c Remove proposal and obsolete features (#7425) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
d74f9fc4dd Alter test to require fever iterations (#7426) 2020-09-01 11:30:15 -04:00
Evert Timberg
3aeeca3aaf Default aspectRatio to 1 for square charts (#7414) 2020-09-01 11:30:15 -04:00
Yiwen Wang
e4f9bec4b3 Fix chart resizing issue (#7297) (#7298)
Fix chart resizing issue
2020-09-01 11:30:15 -04:00
Jukka Kurkela
5ab50126be Rename dist/Chart* to dist/chart* (#7416)
* Rename dist/Chart* to dist/chart*
* Add a note to migration docs
* Review update
2020-09-01 11:30:15 -04:00
Evert Timberg
0e9def67d2 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.
2020-09-01 11:30:15 -04:00
Ben McCann
999c9821cc Docs: fix z-index default (#7405) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
00989206d6 Use full URL for TypeDocs (#7380)
Use full URL for TypeDocs
2020-09-01 11:30:15 -04:00
Jukka Kurkela
f65b2c0758 Move font* to font.* (#7383) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
a8cf9d81c9 Remove default export from controllers/index (#7388)
Remove default export from controllers/index
2020-09-01 11:30:15 -04:00
Jukka Kurkela
466cf8e8b5 Small update to animation documentation (#7384)
Update animation documentation to include samples
2020-09-01 11:30:15 -04:00
Samuel Gratzl
c796757d3e use direct imports instead of generic helpers import (#7385)
Split all helper functions in different files and import them directly where used
2020-09-01 11:30:15 -04:00
Jukka Kurkela
f9a34d54bd Remove default export from plugins/index (#7389) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
9ae15e2813 Add index to core (#7390) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
82c27a0f86 Rename platform/platform to index removing default (#7391)
Rename platform/platform to index removing default
2020-09-01 11:30:15 -04:00
Jukka Kurkela
9609aab655 Run tests in series to avoid timeouts (#7392) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
bbf63991f8 Delay animations until attached (#7370)
* Delay animations until attached
* Detect container detachment
2020-09-01 11:30:15 -04:00
Jukka Kurkela
1778239b98 Preserve object prototypes when cloning (#7381) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
167b2242e0 Detect data modifications with equal values (#7350)
Fix data shift-push with identical values
2020-09-01 11:30:15 -04:00
Ben McCann
b3400690d7 Add a JSDoc for _dataCheck (#7377) 2020-09-01 11:30:15 -04:00
Ben McCann
436bc182bf Upgrade Docusaurus to alpha.55 (#7376) 2020-09-01 11:30:15 -04:00
Ben McCann
84a0a334de Use correct index when resolving bubble options (#7375) 2020-09-01 11:30:15 -04:00
Ben McCann
fab8e902bb Better organize calls in main controller (#7345) 2020-09-01 11:30:15 -04:00
Ben McCann
56de3e420c Fix broken links to contributor's guide (#7348)
Closes https://github.com/chartjs/Chart.js/issues/7347
2020-09-01 11:30:15 -04:00
Ben McCann
7b81f0f491 Upgrade dependencies (#7352) 2020-09-01 11:30:15 -04:00
Jukka Kurkela
83889c8948 Use @rollup/plugin-inject for ResizeObserver poly (#7360) 2020-09-01 11:30:15 -04:00
Ben McCann
57176cc8e2 Developer migration documentation (#7358)
* Update the developer guide intro page
* Expand developer migration documentation
2020-09-01 11:30:15 -04:00
Evert Timberg
a98f3805dd When the container padding is an empty string, handle it as 0px (#7349) 2020-09-01 11:30:15 -04:00
Ben McCann
ac168ed449 Add a scale.init method (#7346) 2020-09-01 11:30:15 -04:00