sha
stringlengths
1
40
author
stringlengths
1
63
committer
stringlengths
1
41
message
stringlengths
1
65.5k
subject
stringlengths
1
5.64k
subject_length
float64
1
5.64k
is_chore
bool
2 classes
is_bot
bool
2 classes
subject_word_count
float64
1
806
verb_object_spacy
bool
2 classes
verb_object_stanza
bool
2 classes
fits_requirements
bool
2 classes
owner
stringlengths
2
15
repo
stringlengths
2
21
__index_level_0__
int64
0
85.4k
f1810586f7288208c04c485cd14dbb6471988de2
Jukka Kurkela
GitHub
Pie: Fix last slice animation and NaN handling (#8760) * Pie: Fix last slice animation and NaN handling * Add tests * Fix polarArea
fix last slice animation and nan handling
41
false
false
7
false
true
false
chartjs
Chart.js
3,097
5cb60d51109d4200ea6ac1fe65554f542075d11b
Jukka Kurkela
GitHub
Remove .d.ts from helper types location (#8761)
remove .d.ts from helper types location
39
false
false
6
true
true
true
chartjs
Chart.js
3,098
a6eaaf771f60575927d368bf9b6d48a87c14f902
Jacco van den Berg
GitHub
Change the title of the tip block to Note (#8758)
change the title of the tip block to note
41
false
false
9
true
true
true
chartjs
Chart.js
3,099
93e07ebb480d96a43eeb00aaf87899efd03c0505
Jukka Kurkela
GitHub
Generate API docs with vuepress-plugin-typedoc (#8755) * Generate API docs with vuepress-plugin-typedoc * Links, fixes, cleanup
generate api docs with vuepress-plugin-typedoc
46
false
false
5
false
true
false
chartjs
Chart.js
3,100
4b7b3f277fcf87820bb3be0b2180927f1a59e86b
Evert Timberg
GitHub
Build docs with node14 (#8754)
build docs with node14
22
false
false
4
true
true
true
chartjs
Chart.js
3,101
ed2b96eeafa19563d535c266b10fda6023ca85b1
Evert Timberg
GitHub
Switch docs to Vuepress to match other chart.js repositories (#8751) * Initial work * Update doc commands * Updated sidebar config * Move docs * Update theme version and enable * Convert to chart.js sample * Update scripts to point to local build * Chart.js from local build * Simplify getting-s...
switch docs to vuepress to match other chart.js repositories
60
false
false
9
true
true
false
chartjs
Chart.js
3,102
88c585b11e82ab9fa8d83f1878543ab293c8f0fa
Jukka Kurkela
GitHub
Legend: adjust lifecycle and event handling (#8753)
adjust lifecycle and event handling
35
false
false
5
true
true
true
chartjs
Chart.js
3,103
1a5a15265aab058fd00fea7b4d3f778a81dce0fa
Jukka Kurkela
GitHub
Revert "Scale: draw offset grid for labels before autoSkip (#8748)" (#8752) This reverts commit cdba66ccef67c4671fe4bf7873fbba7524c4e935.
draw offset grid for labels before autoskip "
45
false
false
8
true
true
true
chartjs
Chart.js
3,104
cdba66ccef67c4671fe4bf7873fbba7524c4e935
Jukka Kurkela
GitHub
Scale: draw offset grid for labels before autoSkip (#8748) * Scale: draw offset grid for labels before autoSkip * fix tests
draw offset grid for labels before autoskip
43
false
false
7
true
true
true
chartjs
Chart.js
3,105
fe406bf717444def6e7a6cb10b8e9120d9679450
Jukka Kurkela
GitHub
Legend: Ignore replayed events (#8749)
ignore replayed events
22
false
false
3
true
true
true
chartjs
Chart.js
3,106
c76ee82461b145879358b074bce537c125ecf68f
Jukka Kurkela
GitHub
Bump version to 3.0.0-rc.6 (#8742)
bump version to 3.0.0-rc.6
26
true
false
4
true
true
false
chartjs
Chart.js
3,107
d6972abd48b4012d38a7b0cc7133aee25ea90112
Jukka Kurkela
GitHub
Add note about inline plugins and registration (#8741)
add note about inline plugins and registration
46
false
false
7
true
true
true
chartjs
Chart.js
3,108
64593ed74c4e6f83cc3c7c0301629b3a05f1a408
Jukka Kurkela
GitHub
Time: Fix offset with low data counts (#8740)
fix offset with low data counts
31
false
false
6
false
true
false
chartjs
Chart.js
3,109
0b21578a3ada5cc36739cab8af5335bb9be175cf
Evert Timberg
GitHub
Improved alignment of pixels in scales at low widths (#8739) * Improved alignment of pixels in scales at low widths * Undo scale changes
improved alignment of pixels in scales at low widths
52
false
false
9
false
false
false
chartjs
Chart.js
3,110
b2c7baf10dbd6ed89015a4f3be48e8625b39d79a
Jukka Kurkela
GitHub
Avoid recursive event replay loops (#8738) * chart._lastEvent = null while processing onHover * Pass replay flag to external tooltip * Add test for replay * cc
avoid recursive event replay loops
34
false
false
5
false
true
false
chartjs
Chart.js
3,111
396cbcb979bc775e561fcc7049c78c1e24d92611
Jukka Kurkela
GitHub
Bubble: Fix maxOverflow before elements update (#8736)
fix maxoverflow before elements update
38
false
false
5
true
true
true
chartjs
Chart.js
3,112
37080c9a8db7b4ff94bebcee3df990127d8d263a
Jukka Kurkela
GitHub
Add comments for finding registry hook calls (#8734)
add comments for finding registry hook calls
44
false
false
7
true
true
true
chartjs
Chart.js
3,113
671d6e05607646f94d9e67dc3e8e6bc34d715a5e
Evert Timberg
GitHub
Document install/start/stop plugin hooks (#8733) * Add code comment to make searching easier * Update flowcharts * Comment added in separate MR
document install/start/stop plugin hooks
40
false
false
4
false
false
false
chartjs
Chart.js
3,114
54c5b7a084576d9ccf8f7b6af943b04415e0c321
Josh Kelley
GitHub
Add a convenience alias for scale options (#8732) * Add a convenience alias for scale options Closes #8731 * Add an automated test * Use parameter for a more realistic test
add a convenience alias for scale options
41
false
false
7
true
true
true
chartjs
Chart.js
3,115
21aaa3561058bd0635c75bdde27b39f30d0578f3
Jacco van den Berg
GitHub
Update helper types location (#8729) Comming from #8720 resolves #8728
update helper types location
28
false
false
4
false
false
false
chartjs
Chart.js
3,116
cf39221a10abec75ffeb49890bb3023f8c5d3dc9
Jacco van den Berg
GitHub
Update v3-migration.md (#8725) update sentece to make it read/sound better
update v3-migration.md
22
false
false
2
true
true
false
chartjs
Chart.js
3,117
04d67aaf8cddd8c6ebe4caf1e0b1a3ff41dd7f5f
Evert Timberg
GitHub
Point to correct type file & bump (#8724)
point to correct type file & bump
33
false
false
7
false
false
false
chartjs
Chart.js
3,118
658749f707c93544eb6e76de0ef60e1e306f3e62
Jukka Kurkela
GitHub
Bump version to 3.0.0-rc.4 (#8721)
bump version to 3.0.0-rc.4
26
true
false
4
true
true
false
chartjs
Chart.js
3,119
499a71d4eb660f4b728f6d462dcd6c36db282057
Jukka Kurkela
GitHub
Make type-tests strict (#8717)
make type-tests strict
22
false
false
3
false
false
false
chartjs
Chart.js
3,120
3671c01c26cf96da4d94c01991421cf6734669db
Josh Kelley
GitHub
Distribute types as is (#8720) I had initially seen some oddities around type augmentation for type definitions in subdirectories of `types`, and using Rollup seemed to help with that. However, now that all of Chart.js's main types are directly under `types`, there seems to be no need for this. This simplifies the ...
distribute types as is
22
false
false
4
true
true
true
chartjs
Chart.js
3,121
9293dda4a731f66bcdce9e999e5d6f9d35461f37
Josh Kelley
GitHub
Minor type fixes (#8719) * Update RadialLinearScaleOptions.pointLabels.callback type The code passes `index` as the second parameter, and one of the tests uses this. `@default true` doesn't seem to make sense. * Add types for additional documented parameters in tooltip callbacks
minor type fixes
16
false
false
3
false
false
false
chartjs
Chart.js
3,122
7fff21b3bb2f240237a3349ad0e207ea2774507a
Jukka Kurkela
GitHub
Add defaults.describe/defaults.override typings (#8716)
add defaults.describe/defaults.override typings
47
false
false
3
true
true
true
chartjs
Chart.js
3,123
9583edd38d4c01565da4891b1d9181a2694e7fb1
Evert Timberg
GitHub
LayoutItem.update should return void (#8714)
layoutitem.update should return void
36
false
false
4
false
false
false
chartjs
Chart.js
3,124
39140cca2e36333abb7ab4309a6b4ee2c52e4d95
Jacco van den Berg
GitHub
Remove the comparrison doc page (#8709)
remove the comparrison doc page
31
false
false
5
true
true
true
chartjs
Chart.js
3,125
4d69a8510c07300eda7f5088ffcb6a214b6cbf89
Evert Timberg
GitHub
fix: Scales correctly respect the locale setting when generating labels (#8710)
scales correctly respect the locale setting when generating labels
66
false
false
9
false
false
false
chartjs
Chart.js
3,126
bbf298f4614c058e2ec86329566a56bfcd8bc685
Jukka Kurkela
GitHub
formatters.numeric: verify ticks length (#8705) * formatters.numeric: verify ticks length * use tickValue as fallback delta, add tests * cc, chore
verify ticks length
19
false
false
3
true
true
true
chartjs
Chart.js
3,127
4cd26fad6abbe06d0ac4a5c3caaccd0a01c2372c
Jukka Kurkela
GitHub
Bump version to rc.3 (#8706)
bump version to rc.3
20
true
false
4
true
true
false
chartjs
Chart.js
3,128
74f2f85ec3798e9d72c9b40aaac01aa4b4d8658e
Jukka Kurkela
GitHub
Line: update all points when scale range changes (#8703)
update all points when scale range changes
42
false
false
7
true
true
true
chartjs
Chart.js
3,129
8ed689877fc236ddf723f1a12b04f6bce68d20c0
Jacco van den Berg
GitHub
Update api.md (#8701) Add clarification that you can pass type and quality options
update api.md
13
false
false
2
false
false
false
chartjs
Chart.js
3,130
2fc98ddc39ca39c664b85197ffdecd75aece6f49
Evert Timberg
GitHub
Allow `fill: true` and `null` in `ChartDataset.data` (#8700) * Handle `fill: true` * ChartDataset allow number/null data
true` and `null` in `chartdataset.data`
39
false
false
5
false
false
false
chartjs
Chart.js
3,131
e51a40144992963d238d453ba9100293ed094fa9
Jukka Kurkela
GitHub
Category: parse to valid index values only (#8697)
parse to valid index values only
32
false
false
6
false
false
false
chartjs
Chart.js
3,132
9499a1e1efa3ccf695363515c33da2eb64798106
Jukka Kurkela
GitHub
Move scale defaults to separate file (#8692)
move scale defaults to separate file
36
false
false
6
false
true
false
chartjs
Chart.js
3,133
bd9bc69c0c46f8e4e702d15ad32448999565ab66
Jukka Kurkela
GitHub
Move autoSkip related functions to separate file (#8691)
move autoskip related functions to separate file
48
false
false
7
false
false
false
chartjs
Chart.js
3,134
1460477989d2dd1af9753370bc69a20b48f86144
Jukka Kurkela
GitHub
Add rollup-plugin-analyzer (#8690)
add rollup-plugin-analyzer
26
false
false
2
false
false
false
chartjs
Chart.js
3,135
d79b5a3d60bba39a285f4eb878839dee2b4027da
Jukka Kurkela
GitHub
Add typings for throttled and debounce (#8689) * Add typings for throttled and debounce * Review feedback * args for fn too * one more
add typings for throttled and debounce
38
false
false
6
true
true
true
chartjs
Chart.js
3,136
992cdec1b45cab42c7f6943b5024c2e434e934d0
Jukka Kurkela
GitHub
Make sure all helpers are exported (#8688)
make sure all helpers are exported
34
false
false
6
false
false
false
chartjs
Chart.js
3,137
57301bbc4ae0a839925f6eadac2682b4e392a62d
Evert Timberg
GitHub
Bump to v3.0.0-rc.2 (#8687)
bump to v3.0.0-rc.2
19
true
false
3
false
false
false
chartjs
Chart.js
3,138
7e8e7f01374d2c3e7633d4acf1d1e38928ba2a07
Jukka Kurkela
GitHub
Generalize toTRBL and toTRBLCorners (#8686)
generalize totrbl and totrblcorners
35
false
false
4
true
true
true
chartjs
Chart.js
3,139
537064be9cc221b9c68a68cdc7f4e823eabda52e
Jukka Kurkela
GitHub
Modify Scale typing (#8681)
modify scale typing
19
false
false
3
true
true
true
chartjs
Chart.js
3,140
375d856a87701b978726ffb28b3b14a4c909b806
Evert Timberg
GitHub
Expose `formatNumber` as a helper (#8683)
expose `formatnumber` as a helper
33
false
false
5
false
true
false
chartjs
Chart.js
3,141
81342d6c65650e5c6b78bcc476ecc6fd4503cb5a
Jukka Kurkela
GitHub
Fix _isPointInArea for undefined point (#8678)
fix _ispointinarea for undefined point
38
false
false
5
false
true
false
chartjs
Chart.js
3,142
9a0a50938537ace2369ab133f984142cd2621438
Jukka Kurkela
GitHub
Update external tooltip docs (#8674)
update external tooltip docs
28
false
false
4
false
true
false
chartjs
Chart.js
3,143
180f1b941e61884ab3cdabf3f39c927d9d1c753a
Jacco van den Berg
GitHub
Docs/licence year update (#8671) * Update license year * Update docusaurus.config.js update license year * Update LICENSE.md
docs/licence year update
24
false
false
3
false
false
false
chartjs
Chart.js
3,144
0b4eef54dde2cebd4c7c221f0a397a733710c1d2
Jukka Kurkela
GitHub
Bumpo version to 3.0.0-rc (#8670)
bumpo version to 3.0.0-rc
25
true
false
4
false
false
false
chartjs
Chart.js
3,145
4ef04a8f78cb39382466881e1e82baa03ee47c0c
Evert Timberg
GitHub
Allow changing the aspect ratio (#8659) * Allow changing the aspect ratio * Add test and require `resize()` call * Update to respect maintainAspectRatio
allow changing the aspect ratio
31
false
false
5
false
false
false
chartjs
Chart.js
3,146
851861e9cce4c54c74dc4758b419aa0b6622cde0
Jukka Kurkela
GitHub
Fix category scale invalid data handling (#8668) * Fix category scale invalid data handling * Fix NaN
fix category scale invalid data handling
40
false
false
6
true
true
true
chartjs
Chart.js
3,147
97136d0cbfa245752adf0b3f6317f6333b3e2ad7
Jukka Kurkela
GitHub
Add textAlign for legend labels (#8665) * Add textAlign for legend labels * Update tests
add textalign for legend labels
31
false
false
5
true
true
true
chartjs
Chart.js
3,148
f10b510890731f202e9b09b05120b972879c5e4c
Jukka Kurkela
GitHub
Fix tooltip padding (#8666)
fix tooltip padding
19
false
false
3
true
true
true
chartjs
Chart.js
3,149
185f83aca3f01020616468d98be05ad8b6a774eb
Evert Timberg
GitHub
Update doc samples for changed file name (#7447)
update doc samples for changed file name
40
false
false
7
true
true
true
chartjs
Chart.js
3,150
08854a424121f860700b94cf7b6ae952b3fdb0f0
Evert Timberg
GitHub
Radar charts should fill to the center by default (#7446) * Radar charts should fill to the center by default * Update tests for new defaults
radar charts should fill to the center by default
49
false
false
9
false
false
false
chartjs
Chart.js
3,151
22e367c44537d9f23c214809d3c993209992592b
Jukka Kurkela
GitHub
Make indexable options looping (#7442) * Make indexable options looping * Migration note
make indexable options looping
30
false
false
4
false
true
false
chartjs
Chart.js
3,152
c527ec991064dc4ed30a8972076e82a1bdfcb8a2
Ben McCann
GitHub
Remove unused dependency (#7441)
remove unused dependency
24
false
false
3
true
true
true
chartjs
Chart.js
3,153
553ae385a8382609ca30d53a91aa3ea4b0db6745
Jukka Kurkela
GitHub
Consistency: Use lower case for instances (#7436) Consistency: Use lover case for instances
use lower case for instances
28
false
false
5
true
true
true
chartjs
Chart.js
3,154
c02acaf272dc774bf75e8d479dfbd6bd3efbbf31
Jukka Kurkela
GitHub
Arc: Stop drawing anything when hidden (#7438) * Arc: Stop drawing anything when hidden * Cleanup
stop drawing anything when hidden
33
false
false
5
false
false
false
chartjs
Chart.js
3,155
7752566a482f71f9905e794f9ef962bb8634127a
Jukka Kurkela
GitHub
Remove missing setDataVisibility for documentation (#7437)
remove missing setdatavisibility for documentation
50
false
false
5
true
true
true
chartjs
Chart.js
3,156
53f462830c92c14b5c63e6c94d969e5ccdb2d186
Jukka Kurkela
GitHub
Cleanup resize complexity (#7439) Cleanup resize complexity
cleanup resize complexity
25
false
false
3
false
false
false
chartjs
Chart.js
3,157
9399e57fc21844a0c053c807daea92954587a058
Jukka Kurkela
GitHub
Clean lint errors from samples by refactoring (#7440) * Clean lint errors from samples by refactoring * Review
clean lint errors from samples by refactoring
45
false
false
7
false
false
false
chartjs
Chart.js
3,158
c26fb442ee50061d23667be037ac5abc5a0ade5b
Ben McCann
GitHub
Upgrade to Docusaurus alpha.56 (#7432)
upgrade to docusaurus alpha.56
30
false
false
4
false
false
false
chartjs
Chart.js
3,159
064a2f3a0b6fe8eb5309b4a4e642a64be6215b01
Jukka Kurkela
GitHub
Replace gulp with npm scripts (#7402) Gulp removed from toolchain in favour of simpler build process
replace gulp with npm scripts
29
false
false
5
true
true
true
chartjs
Chart.js
3,160
29043f152bc51d3cb41412749b2936d729725536
Evert Timberg
GitHub
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
consider all timestamps for bar measuring
41
false
false
6
true
true
true
chartjs
Chart.js
3,161
e590a9792c78d2a9e8ab14abf39507ad0dfd755b
Evert Timberg
GitHub
Only draw the tooltip if it is defined (#7411)
only draw the tooltip if it is defined
38
false
false
8
false
false
false
chartjs
Chart.js
3,162
f472a3f9a761c876b56771a107a7f0f36924c3cb
Jukka Kurkela
GitHub
Remove proposal and obsolete features (#7425)
remove proposal and obsolete features
37
false
false
5
true
true
true
chartjs
Chart.js
3,163
ebccf225b9040a8c43993dcd003dca0b98a77348
Jukka Kurkela
GitHub
Alter test to require fever iterations (#7426)
alter test to require fever iterations
38
false
false
6
false
true
false
chartjs
Chart.js
3,164
a35f7057f6febaac0bfb1d0048109e927d64a24e
Evert Timberg
GitHub
Default aspectRatio to 1 for square charts (#7414)
default aspectratio to 1 for square charts
42
false
false
7
false
false
false
chartjs
Chart.js
3,165
94763bff351236ff5936280737b594701f0528b8
Yiwen Wang
GitHub
Fix chart resizing issue (#7297) (#7298) Fix chart resizing issue
fix chart resizing issue
24
false
false
4
true
true
true
chartjs
Chart.js
3,166
986f72f933c4f66481e8718a1b83960f9ea69c77
Jukka Kurkela
GitHub
Rename dist/Chart* to dist/chart* (#7416) * Rename dist/Chart* to dist/chart* * Add a note to migration docs * Review update
rename dist/chart* to dist/chart*
33
false
false
4
false
true
false
chartjs
Chart.js
3,167
13b8924ac39add7d56842e611c8417afc8aa4a69
Evert Timberg
GitHub
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.
legend onclick callback supports arrow functions
48
false
false
6
false
false
false
chartjs
Chart.js
3,168
e0f44051b5bb9107a01cb29713099d372925ea3d
Ben McCann
GitHub
Docs: fix z-index default (#7405)
fix z-index default
19
false
false
3
false
false
false
chartjs
Chart.js
3,169
5cf054ef257ce28407ae5c13bcc0b5f8c0199c80
Jukka Kurkela
GitHub
Use full URL for TypeDocs (#7380) Use full URL for TypeDocs
use full url for typedocs
25
false
false
5
true
true
true
chartjs
Chart.js
3,170
5a83a8081110fa23654826d074393184e4282b8e
Jukka Kurkela
GitHub
Move font* to font.* (#7383)
move font* to font.*
20
false
false
4
false
true
false
chartjs
Chart.js
3,171
37633c221ac41b4a4cbcc5093b2049c83bee19b8
Jukka Kurkela
GitHub
Remove default export from controllers/index (#7388) Remove default export from controllers/index
remove default export from controllers/index
44
false
false
5
true
true
true
chartjs
Chart.js
3,172
c2b66ba842439cd43d08b3ee5f145ee3a0811510
Jukka Kurkela
GitHub
Small update to animation documentation (#7384) Update animation documentation to include samples
small update to animation documentation
39
false
false
5
false
false
false
chartjs
Chart.js
3,173
3e28825c0ff90af1407b4848c83ee4214c42e87b
Samuel Gratzl
GitHub
use direct imports instead of generic helpers import (#7385) Split all helper functions in different files and import them directly where used
use direct imports instead of generic helpers import
52
false
false
8
true
true
false
chartjs
Chart.js
3,174
5920858513710276dc33d33a172ce67bd4215d13
Jukka Kurkela
GitHub
Remove default export from plugins/index (#7389)
remove default export from plugins/index
40
false
false
5
true
true
true
chartjs
Chart.js
3,175
087ba88da6d76f9aea00608923eac8ba1e6679f5
Jukka Kurkela
GitHub
Add index to core (#7390)
add index to core
17
false
false
4
true
true
true
chartjs
Chart.js
3,176
39eb39008dd3bd2ebd0d502d52ac233eca0d5052
Jukka Kurkela
GitHub
Rename platform/platform to index removing default (#7391) Rename platform/platform to index removing default
rename platform/platform to index removing default
50
false
false
6
false
true
false
chartjs
Chart.js
3,177
7ac61441a63efdcf1e3f1951832970c9ac1f1f60
Jukka Kurkela
GitHub
Run tests in series to avoid timeouts (#7392)
run tests in series to avoid timeouts
37
false
false
7
true
true
true
chartjs
Chart.js
3,178
cfb5fba527cd93b596329fb05079e320b6586701
Jukka Kurkela
GitHub
Delay animations until attached (#7370) * Delay animations until attached * Detect container detachment
delay animations until attached
31
false
false
4
true
true
true
chartjs
Chart.js
3,179
51be3447170fc648c3b5bc3002c963be62bccdf9
Jukka Kurkela
GitHub
Preserve object prototypes when cloning (#7381)
preserve object prototypes when cloning
39
false
false
5
true
true
true
chartjs
Chart.js
3,180
50f2a1097a7db459adf38a9e9981e7aa26967c72
Jukka Kurkela
GitHub
Detect data modifications with equal values (#7350) Fix data shift-push with identical values
detect data modifications with equal values
43
false
false
6
true
true
true
chartjs
Chart.js
3,181
ab1b0ca2b9403e00545e1caf026e951b37358ed5
Ben McCann
GitHub
Add a JSDoc for _dataCheck (#7377)
add a jsdoc for _datacheck
26
false
false
5
true
true
true
chartjs
Chart.js
3,182
e63db8689bcf59abe27c02dcb15ff34e787a550f
Ben McCann
GitHub
Upgrade Docusaurus to alpha.55 (#7376)
upgrade docusaurus to alpha.55
30
false
false
4
true
true
true
chartjs
Chart.js
3,183
53f503825219e4a8ff78be16b858a0e969f9b435
Ben McCann
GitHub
Use correct index when resolving bubble options (#7375)
use correct index when resolving bubble options
47
false
false
7
true
true
true
chartjs
Chart.js
3,184
925b23da864c07f8e3de2545e3e7bdd35840ff61
Ben McCann
GitHub
Better organize calls in main controller (#7345)
better organize calls in main controller
40
false
false
6
false
false
false
chartjs
Chart.js
3,185
c5e76fc592cddfe81cec2c9978f56c2a485552b2
Ben McCann
GitHub
Fix broken links to contributor's guide (#7348) Closes https://github.com/chartjs/Chart.js/issues/7347
fix broken links to contributor's guide
39
false
false
6
true
true
true
chartjs
Chart.js
3,186
19bb07a9f86339322755abd0fbbf050354ffd96b
Ben McCann
GitHub
Upgrade dependencies (#7352)
upgrade dependencies
20
false
false
2
true
true
false
chartjs
Chart.js
3,187
319a6a40b995d94acd048939ca47e75e9ba46dce
Jukka Kurkela
GitHub
Use @rollup/plugin-inject for ResizeObserver poly (#7360)
use @rollup/plugin-inject for resizeobserver poly
49
false
false
5
true
true
true
chartjs
Chart.js
3,188
c8c577a5254e3c601744e3386dacd2f281d83eea
Ben McCann
GitHub
Developer migration documentation (#7358) * Update the developer guide intro page * Expand developer migration documentation
developer migration documentation
33
false
false
3
false
false
false
chartjs
Chart.js
3,189
ae99039e4d686de0999631828f6385378dc3b2a3
Evert Timberg
GitHub
When the container padding is an empty string, handle it as 0px (#7349)
when the container padding is an empty string, handle it as 0px
63
false
false
12
false
false
false
chartjs
Chart.js
3,190
a301ca148c4536793a740e7d263e74bc258ed25b
Ben McCann
GitHub
Add a scale.init method (#7346)
add a scale.init method
23
false
false
4
true
true
true
chartjs
Chart.js
3,191
a94e1e175c5d5551a89c60835e3a91f569dc10b7
Ben McCann
GitHub
Add Algolia to docs (#7329)
add algolia to docs
19
false
false
4
true
true
true
chartjs
Chart.js
3,192
29553130de2d89f82ef2a19466e0e9a00c602373
Ben McCann
GitHub
Remove unused bar property and confusing docs referring to it (#7333)
remove unused bar property and confusing docs referring to it
61
false
false
10
true
true
false
chartjs
Chart.js
3,193
3a25fe29213cbe3f386988609699aab703f856cb
Ben McCann
GitHub
Document the removal of deprecated properties (#7334)
document the removal of deprecated properties
45
false
false
6
true
true
true
chartjs
Chart.js
3,194
00f726b0eaeeaad177ded228a00cb4c4e0c9e529
Ben McCann
GitHub
Update the contributing guide for Docusaurus (#7327)
update the contributing guide for docusaurus
44
false
false
6
true
true
true
chartjs
Chart.js
3,195
8afa990e4ca478e882c690c9b88779549fdf6be7
Ben McCann
GitHub
Upgrade dependencies (#7317)
upgrade dependencies
20
false
false
2
true
true
false
chartjs
Chart.js
3,196