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
92b2f7908e3a84c3f34f0c1574206d137284e086
Jukka Kurkela
GitHub
Fix lint issues in gulpfile.js (#7076) * Fix lint issues in gulpfile.js * .eslintignore update
fix lint issues in gulpfile.js
30
false
false
5
true
true
true
chartjs
Chart.js
3,497
25002f27631ef23d4a9924a1c828878c9f50977a
Jukka Kurkela
GitHub
Defaults as ES6 class (#7074) * Defaults as ES6 class * Review comments
defaults as es6 class
21
false
false
4
false
false
false
chartjs
Chart.js
3,498
12ea8d86ca2d124dc73572dc5698e063ef9185da
Ben McCann
GitHub
Fix time scale computeOffsets (#7072)
fix time scale computeoffsets
29
false
false
4
false
true
false
chartjs
Chart.js
3,499
61aea761f487edb2796b0cea4bb836ccb49ef86c
Jukka Kurkela
GitHub
Unify signature of plugin hooks (#8102)
unify signature of plugin hooks
31
false
false
5
true
true
true
chartjs
Chart.js
3,500
5faffae81b21a85081a56e8aa53f77e5c02d3268
Jukka Kurkela
GitHub
Title plugin cleanup (#8104) * Title plugin cleanup * more cleanup * cc * center formula * Fix / update sample * Restore functionality on RTL page
title plugin cleanup
20
false
false
3
false
false
false
chartjs
Chart.js
3,501
913a01a3a629c5249850c66857ca5f7c76b9f322
Jukka Kurkela
GitHub
Move title, tooltip and legend to options.plugins (#8089) * Move title, tooltip and legend to options.plugins * Update tooltip.md * Update legend.md and title.md * Add migration notes * typo * Types * Restore plurals * One more s, restore tabs * All plugins disabled * lint * cc
move title, tooltip and legend to options.plugins
49
false
false
7
true
true
true
chartjs
Chart.js
3,502
e3ad31893d1359d059f5e669d974aa939d9bb224
Jukka Kurkela
GitHub
Restore `datasets` namespace (revert 6955) (#8090)
restore `datasets` namespace (revert 6955)
42
false
false
5
false
true
false
chartjs
Chart.js
3,503
021561072b7e7b95169d7bfc566642e292885d93
Jukka Kurkela
GitHub
Disable all plugins when options.plugins = false (#8098) Disabling all plugins when options.plugins = false
disable all plugins when options.plugins = false
48
false
false
7
false
true
false
chartjs
Chart.js
3,504
c4f61d267093b1d9e239ca5bf5f5762287e7d248
LeeLenaleee
GitHub
Fixed samples: area dataset (line), radar and logarithmic scale scatter (#8099)
area dataset (line), radar and logarithmic scale scatter
56
false
false
8
false
false
false
chartjs
Chart.js
3,505
a29af5c62c792822398006b9e5d7d1f8708fb726
Jukka Kurkela
GitHub
Fix disabling hover (#8097)
fix disabling hover
19
false
false
3
false
true
false
chartjs
Chart.js
3,506
2efffb8ae4b86045100252186cadaf41a1b1d93e
Jukka Kurkela
GitHub
Improve test coverage (#8087) * Remove usage of currentStyle (IE only) * Nothing is registered in root scope anymore * Add some more tests for animations * Add some more tests to defaults
improve test coverage
21
false
false
3
true
true
true
chartjs
Chart.js
3,507
c2beebf12bd43da7adbcbc31bbd55fdd5205a947
Jukka Kurkela
GitHub
Update interpolation-modes sample to new defaults (#8093)
update interpolation-modes sample to new defaults
49
false
false
6
false
false
false
chartjs
Chart.js
3,508
fa997f06e23e2644ce1985de51b9dfbf2e7426df
Jukka Kurkela
GitHub
Do not use offsetX/Y in shadow DOM (#8082) Do not use offsetX/Y in shadow DOM
do not use offsetx/y in shadow dom
34
false
false
7
false
false
false
chartjs
Chart.js
3,509
5f099f38229cf88d8eb09b73632f36e049677249
LeeLenaleee
GitHub
coppied to wrong place in file, backgroundColor should be in the data… (#8081) * coppied to wrong place in file, backgroundColor should be in the dataset and not after the datasets array * fixed indenting and color to be more in line with bublle and pie color
coppied to wrong place in file, backgroundcolor should be in the data…
70
false
false
12
false
false
false
chartjs
Chart.js
3,510
99aa1a4215efd295fd6768d96df3a6fabfcbfde0
Jukka Kurkela
GitHub
Switch to eslint-plugin-es (#8075) * Switch to eslint-plugin-es * Restore eslint-config-chartjs * Sort
switch to eslint-plugin-es
26
false
false
3
false
false
false
chartjs
Chart.js
3,511
ddc72fcfbb5af05692ce529c7618cb1eb97b35f0
Jukka Kurkela
GitHub
Align font options with CSS (#8066) * Align font options with CSS * Review comments
align font options with css
27
false
false
5
false
true
false
chartjs
Chart.js
3,512
f96fa2b96dc3e5a0b55a95351fe7bf80876873d4
Jukka Kurkela
GitHub
Allow single parameter to Defaults.set (#8050) * Allow single parameter to Defaults.set * Review update * Record
allow single parameter to defaults.set
38
false
false
5
true
true
true
chartjs
Chart.js
3,513
6928b23a508cd3899b27db809cc4b070b1ab7805
LeeLenaleee
GitHub
made scatter chart a lot better readable, removed unnecesarry notes (#8080)
made scatter chart a lot better readable, removed unnecesarry notes
67
false
false
10
false
false
false
chartjs
Chart.js
3,514
85fc6cc49ce4b2728a76a455c47fcec2bce161a2
Evert Timberg
GitHub
Rename uppercase types to camel case (#8074) * Rename uppercase types to camel case * Rename SCALES to TScale Reanme DSE to TDatasetElement Rename E to TElement
rename uppercase types to camel case
36
false
false
6
false
true
false
chartjs
Chart.js
3,515
fb1f90ca0e0179e1093fd974c5627a473957a0a1
Jukka Kurkela
GitHub
Remove classic style extensions from docs/tests (#8076)
remove classic style extensions from docs/tests
47
false
false
6
false
true
false
chartjs
Chart.js
3,516
065fc117afd342e1cf0f896d208c540caca76922
SaintMalik
GitHub
Fix url bug (#8072)
fix url bug
11
false
false
3
true
true
true
chartjs
Chart.js
3,517
200c04db99ceec68272eeec57609739be47c940b
SaintMalik
GitHub
fix broken url in docs (#8070)
fix broken url in docs
22
false
false
5
true
true
true
chartjs
Chart.js
3,518
046d37882ab88845e3f7b9a091fe8c046577ac29
LeeLenaleee
GitHub
v2 note not nessecary in v3 docs and update example (#8071) * v2 note not nessecary in v3 docs * adjusted example Co-authored-by: Jacco van den Berg <jacco@uniware.nl>
v2 note not nessecary in v3 docs and update example
51
false
false
10
false
false
false
chartjs
Chart.js
3,519
39923eb167a6a6b82a57e26bd12003bbce20aad6
Jukka Kurkela
GitHub
Add missing import to styling.mdx (#8065)
add missing import to styling.mdx
33
false
false
5
false
true
false
chartjs
Chart.js
3,520
7610def1c4709467b2a9136e62a8e54d1a529aef
Jukka Kurkela
GitHub
Remove set-env from actions (#8063) * Remove set-env from CI * Eanble macOs * Another try on macOs, update npmpublish * No xvfb-run on macOs * Remove macos
remove set-env from actions
27
false
false
4
true
false
true
chartjs
Chart.js
3,521
ed846f62f7ef61cdc9bf3855506b2bcaeb5fc91b
Jukka Kurkela
GitHub
Update axis documentation (#8061)
update axis documentation
25
false
false
3
true
true
true
chartjs
Chart.js
3,522
a35dade663fd9c17eb9b367fe8a5cd7c12efde12
Jukka Kurkela
GitHub
Enable bounds option to all cartesian axes (#8060)
enable bounds option to all cartesian axes
42
false
false
7
false
true
false
chartjs
Chart.js
3,523
0c515c0e67bb7cb6d95911b4a19d2fb405661e14
Jukka Kurkela
GitHub
Unify cartesian scale tick order (#8062)
unify cartesian scale tick order
32
false
false
5
false
false
false
chartjs
Chart.js
3,524
910158055f875bd497980b2fad6a570ba92f4e75
Jukka Kurkela
GitHub
Drop legacy browser support (#8009) * Drop legacy browser support * Docs * Use rollup-plugin-istanbul for coverage * exclude node_modules from coverage * No cleanup() when doing coverage
drop legacy browser support
27
false
false
4
false
true
false
chartjs
Chart.js
3,525
988c86559924d412139aab71a60a616c6f718955
Jukka Kurkela
GitHub
Add plugins to CoreChartOptions (#8048)
add plugins to corechartoptions
31
false
false
4
true
true
true
chartjs
Chart.js
3,526
1b6226342a6425a5926662b127ee17a7809952e6
Jukka Kurkela
GitHub
Refactor/cleanup range option handling (#8057)
refactor/cleanup range option handling
38
false
false
4
false
false
false
chartjs
Chart.js
3,527
ef89abb84b66f1d738d48c30bfad3ceed56b0b28
Jukka Kurkela
GitHub
CategoryScale: automatically add missing labels (#8053) CategoryScale: automatically add missing labels
automatically add missing labels
32
false
false
4
false
false
false
chartjs
Chart.js
3,528
fde84f272acf441fbfb8d51931c2484e1d34c805
Jukka Kurkela
GitHub
Chart.register: preserve existing defaults (#8052)
preserve existing defaults
26
false
false
3
true
true
true
chartjs
Chart.js
3,529
c2dd264fe8f0d8895b5f2c2468e8acde5d0118e0
Jukka Kurkela
GitHub
Events: Only render when needed (#8049)
only render when needed
23
false
false
4
false
false
false
chartjs
Chart.js
3,530
29f887b38cc9e1a4dd1868592356df35d1c02beb
LeeLenaleee
GitHub
Update v3-migration.md (#8047) Treeshaking import names for the elements were not updated in the docs when they got changed
update v3-migration.md
22
false
false
2
true
true
false
chartjs
Chart.js
3,531
7718d5fd56e14ac26af14f8c74aaeb5cbfcd32ee
Laurent Pellegrino
GitHub
Fix broken link (#8041)
fix broken link
15
false
false
3
true
true
true
chartjs
Chart.js
3,532
d063f654cfd1b2f4e17f9bcd810680fcb5efbded
Laurent Pellegrino
GitHub
Fix import names in integration example (#8039)
fix import names in integration example
39
false
false
6
true
true
true
chartjs
Chart.js
3,533
effe31166b59bb645494fca7ae72047f4e0087e2
LeeLenaleee
GitHub
documenattion error (#8037) Co-authored-by: Jacco van den Berg <jacco@uniware.nl>
documenattion error
19
false
false
2
false
false
false
chartjs
Chart.js
3,534
68152a538e2fdebdaeb0bac6d6e980a142bf35b6
Evert Timberg
GitHub
Try and get the version number without a `v` (#8036) * Try and get the version number without a `v` * Working tag version
try and get the version number without a `v`
44
false
false
9
false
false
false
chartjs
Chart.js
3,535
e00dc1e9147057db0e1b034f060440fa983b478e
Jukka Kurkela
GitHub
Improve helpers.color test coverage (#8034)
improve helpers.color test coverage
35
false
false
4
true
true
true
chartjs
Chart.js
3,536
63ab5a03d76cf5ee1b4509056bf779d5326fc4ee
Jukka Kurkela
GitHub
Record test coverage per browser (#8033)
record test coverage per browser
32
false
false
5
false
false
false
chartjs
Chart.js
3,537
183637b87f928c3d62991de764d15228f1a19338
Jukka Kurkela
GitHub
Add tests and clean up resolveObjectKey helper (#8028) * Add tests and clean up resolveObjectKey helper * Change the optimized path to comply with thests
add tests and clean up resolveobjectkey helper
46
false
false
7
true
true
true
chartjs
Chart.js
3,538
610745938b7d865af7a2e290a0e2893c360d16b4
Jukka Kurkela
GitHub
Change to coveralls action (#8029) * Change to coveralls action * Parallel coveralls
change to coveralls action
26
false
false
4
false
false
false
chartjs
Chart.js
3,539
3f413c7bcf40e1dcda2982105917fd5fd271f711
xr0master
GitHub
Fix inconsistency in types for LABEL (#8027) Co-authored-by: Sergey Khomushin <sergey@placer.io>
fix inconsistency in types for label
36
false
false
6
true
true
true
chartjs
Chart.js
3,540
c3e861d78c175579474352c9706b49e379a9a7db
LeeLenaleee
GitHub
dataset tooltip now shows correctly (#8024) * dataset tooltip now shows correctly * removed optional chaining
dataset tooltip now shows correctly
35
false
false
5
false
false
false
chartjs
Chart.js
3,541
7ad91817e7bd488c404a099c31b881b594267e3b
emmcbd
GitHub
Improved types for defaults (#8025)
improved types for defaults
27
false
false
4
false
false
false
chartjs
Chart.js
3,542
91fec4a3970a91baa534c585f4301aebfb18ee37
Jukka Kurkela
GitHub
Bubble: Use point.size() in getMaxOverflow (#8018)
use point.size() in getmaxoverflow
34
false
false
4
true
true
true
chartjs
Chart.js
3,543
d74a5d7552c8cecd895de1edb92ed7e54a8250a0
Jukka Kurkela
GitHub
Add type to context objects (#8007)
add type to context objects
27
false
false
5
true
true
true
chartjs
Chart.js
3,544
17f6edb650de4f8711e88fb437784ebcbbdd717f
Evert Timberg
GitHub
Remove I prefix from TS types (#8017) * Remove I prefix from TS types * Update missing `ILayoutItem` typedefs * IEvent should become ChartEvent * Prevent FillTarget collision * Import FontSpec instead of IFontSpec * Prevent recursive DateAdapter problem
remove i prefix from ts types
29
false
false
6
false
false
false
chartjs
Chart.js
3,545
34312fd66a3492200b880fac612127c278d282bd
Jukka Kurkela
GitHub
Remove +-10px limit from bar controller (#8014) * Remove +-10px limit from Bar controller * Remove unused import, update tests
remove +-10px limit from bar controller
39
false
false
6
false
true
false
chartjs
Chart.js
3,546
d393fa8b5147473cae99ee830ecd8767e4f999c2
Jukka Kurkela
GitHub
Normalize rotation and circumference resolution (#8015)
normalize rotation and circumference resolution
47
false
false
5
false
true
false
chartjs
Chart.js
3,547
10ffe753d936c7ba059f2b436afed374bb33d252
Jukka Kurkela
GitHub
When data is removed, remove from stacks too (#8013) * When data is removed, remove from stacks too * Remove unreferenced metasets
when data is removed, remove from stacks too
44
false
false
8
false
false
false
chartjs
Chart.js
3,548
afbe03cce4df724fab04eafda0a7933f42a186a0
xr0master
GitHub
[types][beta-5] fixed stacked scale, changed default type for data.labels (#8001) * Scale: added the stacked property for all scales * interfaces: generic type LABEL can be string, Date, etc. * controllers: stack can be used for all types of dataset * docs/data-structures: added general dataset properties Co-aut...
[types][beta-5] fixed stacked scale, changed default type for data.labels
73
false
false
9
false
false
false
chartjs
Chart.js
3,549
aae53c835e51be732b6600d7cd982de5a5f28312
Jukka Kurkela
GitHub
Use same merging logic for init and update (#8006) * Use same merging logic for init and update * Add test
use same merging logic for init and update
42
false
false
8
true
true
true
chartjs
Chart.js
3,550
e277aa4c1fb0dffb7e59c31a4913d78687549a7e
Jukka Kurkela
GitHub
Destroy example charts on unmount (#8004) * Destroy example charts on unmount * Make scatter live * Use spaces
destroy example charts on unmount
33
false
false
5
true
true
true
chartjs
Chart.js
3,551
b54679889710aedc0240631de105ae6de6d6040a
Jukka Kurkela
GitHub
Change version to 3.0.0-mater and update deps (#7997)
change version to 3.0.0-mater and update deps
45
false
false
7
true
true
true
chartjs
Chart.js
3,552
0476243539d3ad11b19b70cd5a561a53ff520c9e
Evert Timberg
GitHub
Remove draft features (#7996)
remove draft features
21
false
false
3
false
true
false
chartjs
Chart.js
3,553
4daf37e864872d7fe244f17f1820798523d9d043
Jukka Kurkela
GitHub
Delay resize to just before draw when animating (#7989) * Remove unused properties * Delay resize to just before draw when animating * Remove silent resize, update migration guide * Fix typo in migrations doc Co-authored-by: Evert Timberg <evert.timberg+github@gmail.com>
delay resize to just before draw when animating
47
false
false
8
true
true
true
chartjs
Chart.js
3,554
23bf7c0c89bd3e5ed4cbc2709a08eac63ad1c67d
Jukka Kurkela
GitHub
Preserve scriptable context (#7981) * Preserve scriptable context * CC, utilize `index` in tests * Update example to utilize context
preserve scriptable context
27
false
false
3
true
true
true
chartjs
Chart.js
3,555
72dc37581c13362ee7bee60610cf42ae9e0fad4d
Jukka Kurkela
GitHub
Fix typo in test options (#7987)
fix typo in test options
24
false
false
5
true
true
true
chartjs
Chart.js
3,556
23de72c7e3fe2a0c8e2c8900bd514908c0e78f80
Takuya Uehara
GitHub
Use TypeScript syntax highlight for TypeScript code (#7988)
use typescript syntax highlight for typescript code
51
false
false
7
true
true
false
chartjs
Chart.js
3,557
ff76a236bfc0a417ea1f36a81c14e2dc6cf3c5f5
Jukka Kurkela
GitHub
Rename lineTension back to tension (#7978)
rename linetension back to tension
34
false
false
5
false
true
false
chartjs
Chart.js
3,558
7b6737a209712c65c8c49c0f451032f098ea1960
Takuya Uehara
GitHub
Check index bounds of datasets for isDatasetVisible (#7986) * Check index bounds of datasets * Add test for isDatasetVisible
check index bounds of datasets for isdatasetvisible
51
false
false
7
true
true
false
chartjs
Chart.js
3,559
61d222798595acc669dc75db5cdc54a14b7af41b
Jukka Kurkela
GitHub
Tooltip: clear cached animations on initialize (#7983)
clear cached animations on initialize
37
false
false
5
false
true
false
chartjs
Chart.js
3,560
4f2511aff345c3f0ce6afb8f2e87fe043f50117b
Jukka Kurkela
GitHub
Relocate dataset defaults to defaults.controllers (#7979)
relocate dataset defaults to defaults.controllers
49
false
false
5
true
true
true
chartjs
Chart.js
3,561
bc59038772b74bff64127098115604520fbf769f
Jukka Kurkela
GitHub
Allow 1px margin to getRelativePosition test (#7984)
allow 1px margin to getrelativeposition test
44
false
false
6
true
true
true
chartjs
Chart.js
3,562
607c37eb8ce6d68d79d4941c68d57e34aed1c462
Jukka Kurkela
GitHub
Complete rename of showLines to showLine (#7977)
complete rename of showlines to showline
40
false
false
6
false
false
false
chartjs
Chart.js
3,563
6869a41d40c1ff56da0e3afb78d261203494d869
Dan Manastireanu
GitHub
feat: Draw tooltips with point styles. Closes #7774 (#7972) * feat: Draw tooltips with point styles. Closes #7774 * chore: Add tooltip usePointStyle docs * chore: Add tests and visual tests for tooltip usePointStyle * chore: Update typescript with tooltip usePointStyle
draw tooltips with point styles. closes
39
false
false
6
true
true
true
chartjs
Chart.js
3,564
aad748dc5adda1cadf7702f0e44f1b16a73f37d7
Dan Manastireanu
GitHub
feat: Make options.layout.padding scriptable. Closes #7873 (#7968)
make options.layout.padding scriptable. closes
46
false
false
4
false
true
false
chartjs
Chart.js
3,565
ea047f5cf2931e43990ca30b95f93ec7c3be517e
stockiNail
GitHub
Legend item lineWidth is the average of borderWidth when set as object (Bar) (#7964) * fixed default of tension property of line element * Fix #7942 * Fixes some lint errors * fixes "Expected property shorthand" error
legend item linewidth is the average of borderwidth when set as object (bar)
76
false
false
13
false
false
false
chartjs
Chart.js
3,566
68bae7906d93784618bd7d2ef4f760db09a31088
Fabian
GitHub
fix return type for setActiveElements (#7961)
fix return type for setactiveelements
37
false
false
5
true
true
true
chartjs
Chart.js
3,567
495c35950c46d2b69b4b902bfe576e42895b63c0
Dan Manastireanu
GitHub
Add borderRadius to bar charts. Closes #7701 (#7951) * Add helper to parse border radius options * feat: Implement borderRadius for bar charts * chore: add demo of bar charts with border radius * chore: document bar borderRadius * chore: update typescript with bar borderRadius property * fix horizontal borders te...
add borderradius to bar charts. closes
38
false
false
6
true
true
true
chartjs
Chart.js
3,568
4ed650acbe0f2fd2d07d4d02aab339a4099785fe
Evert Timberg
GitHub
Enable overriding the legend pointStyle using new `pointStyle` option (#7959)
enable overriding the legend pointstyle using new `pointstyle` option
69
false
false
9
false
false
false
chartjs
Chart.js
3,569
2e43f787de354427a0ec96c505e8934072702ad9
Jukka Kurkela
GitHub
Fix small bugs when animations are disabled (#8253) * Fix small bugs when animations are disabled * Update test
fix small bugs when animations are disabled
43
false
false
7
true
true
true
chartjs
Chart.js
3,570
c2091fc77dd70435e339e6167b1556891a7da451
Jukka Kurkela
GitHub
Skip reset when animations are disabled (#8248) * Skip reset when animations are disabled * Review update
skip reset when animations are disabled
39
false
false
6
false
true
false
chartjs
Chart.js
3,571
12682c619dc483186c7848db4779a858c01899da
Jukka Kurkela
GitHub
Always freeze cached options (#8247)
always freeze cached options
28
false
false
4
false
false
false
chartjs
Chart.js
3,572
dd570f676dc8258e18bc920997e6d039eb2830b7
Jukka Kurkela
GitHub
Line: Update points directly, when possible (#8246)
update points directly, when possible
37
false
false
5
false
true
false
chartjs
Chart.js
3,573
59000abd1d96c4e29c6687967f948b47a7db3948
Jukka Kurkela
GitHub
Use cached Intl.NumberFormat everywhere (#8244)
use cached intl.numberformat everywhere
39
false
false
4
true
true
true
chartjs
Chart.js
3,574
794f13ae0a462f0da3717af9a21ac882a6d5b7c3
Ben McCann
GitHub
Mention npm in installation section (#8245)
mention npm in installation section
35
false
false
5
false
true
false
chartjs
Chart.js
3,575
e530a4d1a0bd264885a559b1bb5213e26d898454
Jukka Kurkela
GitHub
Line: Use Path2D as cache (#8239) * Line: Use Path2D as cache * Add comment, move to helpers, first and last point
use path2d as cache
19
false
false
4
true
true
true
chartjs
Chart.js
3,576
66c92548e8c4b051d2aa71b1244e5f25e510d6e2
Jukka Kurkela
GitHub
Rename helpers.clear to helpers.clearCanvas (#8238) * Change parameters of helpers.clear * Update test
rename helpers.clear to helpers.clearcanvas
43
false
false
4
false
true
false
chartjs
Chart.js
3,577
e6dfc47927508c79aa5495be65e8bda32fffddcf
Ben McCann
GitHub
Update spelling of cancellable (#8236)
update spelling of cancellable
30
false
false
4
true
true
true
chartjs
Chart.js
3,578
78e78256a5e2630b2bba644a8d48ec1674220179
Evert Timberg
GitHub
Cache the lineheight regex (#8240)
cache the lineheight regex
26
false
false
4
true
true
true
chartjs
Chart.js
3,579
af0658659031b6b5d8b5b1503671fda36f615c88
Jukka Kurkela
GitHub
Migrate to chartjs-test-utils (#8237)
migrate to chartjs-test-utils
29
false
false
3
false
false
false
chartjs
Chart.js
3,580
f44db35e2e710849362f6d4c4bcfe06da6ef7c30
Evert Timberg
GitHub
Clean up the LayoutItem type (#8235)
clean up the layoutitem type
28
false
false
5
false
false
false
chartjs
Chart.js
3,581
7415517c83215a03f345ccb6f87c4092841a9441
Evert Timberg
GitHub
Cache data limits to ensure they are only computed once per update (#8234) * Cache data limits to ensure they are only computed once per updaet * Replace `invalidateCaches` on scales with `beforeLayout`
cache data limits to ensure they are only computed once per update
66
false
false
12
false
false
false
chartjs
Chart.js
3,582
988b3c5d2b6f91d839e2f7c9329ade42c5ba8f32
Evert Timberg
GitHub
Create standardized text render method (#8227) * Create standardized text render method * Document renderText options and enable configurable decoration width * Add tests for font rendering * Split color definition to it's own file * renderText supports setting styles * Mock context needs to track textBaseline *...
create standardized text render method
38
false
false
5
false
false
false
chartjs
Chart.js
3,583
287633a436f9790ed66a69c3e782efe9007917a6
LeeLenaleee
GitHub
Example code plugin outdated (#8230) Update example code. As stated in the migration guide: `All plugin hooks have unified signature with 3 arguments: chart, args and options.`
example code plugin outdated
28
false
false
4
false
false
false
chartjs
Chart.js
3,584
3ffcd93d10a08d926fe2bd43d2b2b6d01297e755
Evert Timberg
GitHub
Enable changing the chart type (#8226)
enable changing the chart type
30
false
false
5
false
false
false
chartjs
Chart.js
3,585
55dd7ded0e7c6133c615c28aa3d46ab97ea08a82
Evert Timberg
GitHub
Remove duplicate Scriptable definitions (#8223)
remove duplicate scriptable definitions
39
false
false
4
true
false
true
chartjs
Chart.js
3,586
1b0ed0c8c537cd633d5d126671217799ae9da245
Evert Timberg
GitHub
Scriptable tick colours (#8222)
scriptable tick colours
23
false
false
3
false
false
false
chartjs
Chart.js
3,587
da0535e1ff9f5edc05051e0a9c87eaa4c31ac14a
Evert Timberg
GitHub
Horizontal axis with center position should display labels (#8221) * Horizontal axes with center positions should have labels * Linting * Test updates * Increase the tolerance for one test
horizontal axis with center position should display labels
58
false
false
8
false
false
false
chartjs
Chart.js
3,588
55a26e69bab9b6d9ec1463198b78ab10779f0037
Evert Timberg
GitHub
Add options to configure tick styling independent of grid lines (#8215) * Enable axis tick styling independent of grid lines * Change tickMarkLength to tickLength for consistency with new options * Add new scale options to TS definitions
add options to configure tick styling independent of grid lines
63
false
false
10
true
true
false
chartjs
Chart.js
3,589
074f3b6d2e42c14a9f4ae8e124d90d708645f60c
LeeLenaleee
GitHub
Ensure that default collections table is clear (#8216) addition to #8124
ensure that default collections table is clear
46
false
false
7
false
false
false
chartjs
Chart.js
3,590
491f871218d94889c9c929a19973c852e5cdc6e5
Evert Timberg
GitHub
Add note about loading fonts and chart updates (#8214)
add note about loading fonts and chart updates
46
false
false
8
true
true
true
chartjs
Chart.js
3,591
009a1a5baa4cacdf44f6dd86230a531a682dacfb
Evert Timberg
GitHub
Ensure that default animation modes table is clear (#8212)
ensure that default animation modes table is clear
50
false
false
8
false
false
false
chartjs
Chart.js
3,592
ec7b38134544b4c13b9bf020ab11d379f283d2d8
Evert Timberg
GitHub
Split animation definitions (#8208)
split animation definitions
27
false
false
3
false
false
false
chartjs
Chart.js
3,593
544f50888ecac9aa705afa75b00a25711391616f
LeeLenaleee
GitHub
Docs/multiline labels (#8201) * Docs/multiline labels Fixes #8172 * Update data-structures.md Update with if the labels is used since it can be skipped by providing the datapoints as an object
docs/multiline labels
21
false
false
2
false
false
false
chartjs
Chart.js
3,594
388918924f849896ff2e716f2ea740afae03ca8b
Evert Timberg
GitHub
Split Element type to it's own definition file (#8206)
split element type to it's own definition file
46
false
false
8
false
false
false
chartjs
Chart.js
3,595
dd382bc80630618cd4a317d51efc06e8e9e25f4f
Jukka Kurkela
GitHub
Split adapter types to their own definition file (#8205) * Split adapter types to their own definition file * Sort & separate
split adapter types to their own definition file
48
false
false
8
false
false
false
chartjs
Chart.js
3,596