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
7205ff5e2aa4515bae0c62bb9d8355745837270e
Simon Brunel
Evert Timberg
Replace `onEvent` by `before/afterEvent`
replace `onevent` by `before/afterevent`
40
false
false
4
true
true
true
chartjs
Chart.js
997
1e9224d49c66507d9c7e8b745416a446a08401e2
Simon Brunel
Evert Timberg
Make `beforeDraw` cancellable and fix easing value
make `beforedraw` cancellable and fix easing value
50
false
false
7
false
true
false
chartjs
Chart.js
998
979341ecb094d9c6a95de8a47e7836f01587e7d2
Simon Brunel
Evert Timberg
Plugin hooks and jsdoc enhancements Make all `before` hooks cancellable (except `beforeInit`), meaning that if any plugin return explicitly `false`, the current action is not performed. Ensure that `init` hooks are called before `update` hooks and add associated calling order unit tests. Deprecate `Chart.PluginBase` i...
plugin hooks and jsdoc enhancements
35
false
false
5
false
false
false
chartjs
Chart.js
999
c6fa4e55822e20b2bdd31d39bc18e19d53cd8966
Jakub Juszczak
Evert Timberg
📝 Add vue-chartjs to docs vue-chartjs is a wrapper written in vue for chartjs.
📝 add vue-chartjs to docs
25
false
false
5
false
false
false
chartjs
Chart.js
1,000
1ef9fbf7a65763c13fa4bdf42bf4c68da852b1db
Evert Timberg
Evert Timberg
inner radius could be slightly negative due to numerical errors
inner radius could be slightly negative due to numerical errors
63
false
false
10
false
false
false
chartjs
Chart.js
1,001
1934358663ad16773082a44974da91f0be78b4e3
Evert Timberg
Evert Timberg
remove unnecessary extra init steps
remove unnecessary extra init steps
35
false
false
5
true
true
true
chartjs
Chart.js
1,002
696f8d3a391ca8db6cbd1a1291cf8f3170fc0f1c
Jerry Chang
Evert Timberg
Documentation update on requiring Chart.js using CommonJS and es6 (#3788)
documentation update on requiring chart.js using commonjs and es6
65
false
false
9
false
false
false
chartjs
Chart.js
1,003
ceec907bee33d39da68cb7af111400622aefee23
Simon Brunel
Evert Timberg
Ignore .gitignore (and more) from Bower packages
ignore .gitignore (and more) from bower packages
48
false
false
7
true
true
true
chartjs
Chart.js
1,004
c20e57bc8ae86f2881b1f894b1767d95194bada1
Thomas Redston
Evert Timberg
Only generate ticks we care about Instead of cloning `me.scaleSizeInUnits` moments and probably throwing the vast majority away, only clone what we need.
only generate ticks we care about
33
false
false
6
false
false
false
chartjs
Chart.js
1,005
312773ba7b7e2acf6cd1273c92017d3c197a992b
Simon Brunel
Evert Timberg
Platform event API abstraction Move base platform definition and logic in src/platform/platform.js and simplify the browser -> Chart.js event mapping by listing only different naming then fallback to the native type. Replace `createEvent` by `add/removeEventListener` methods which dispatch Chart.js IEvent objects ins...
platform event api abstraction
30
false
false
4
false
false
false
chartjs
Chart.js
1,006
9e9b9cf46d452dfbfb2fa19a9cd362d4405abfdc
Evert Timberg
Evert Timberg
when the cutoutPercentage is 0, the inner radius should be 0
when the cutoutpercentage is 0, the inner radius should be 0
60
false
false
11
false
false
false
chartjs
Chart.js
1,007
27b2e332c686e76cfe373a2d5377d53d01a7a84a
mdewilde
Evert Timberg
Correct anchor link (#3772)
correct anchor link
19
false
false
3
false
false
false
chartjs
Chart.js
1,008
83c54194aeba03c07210188d4084f123d0df66a7
SAiTO TOSHiKi
Evert Timberg
Fix : Scale label display at top and right. (#3741) Fix Scale position at rotation when scale is top.
scale label display at top and right.
37
false
false
7
false
false
false
chartjs
Chart.js
1,009
7c3e71d58b6cb4b169ef03ca22f7bf2cfd09b912
Jake
GitHub
update copyright date
update copyright date
21
false
false
3
true
true
true
chartjs
Chart.js
1,010
eebaa84e72d82fb2ddf6075a7f21e0d1b9aa7b24
potatopeelings
Evert Timberg
Group stacked bar charts (#2643) (#3563) Group stacked bar charts (#2643)
group stacked bar charts
24
false
false
4
false
false
false
chartjs
Chart.js
1,011
bf61b2c2973693164f7e2f784c36b38abe8fc9a6
Zach Panzarino
Zach Panzarino
Happy new year! Updated copyright date to 2017
happy new year!
15
false
false
3
false
false
false
chartjs
Chart.js
1,012
6255131156268393d12bab6cff078b3b51a4af4a
Timofey Rechkalov
Evert Timberg
Update 07-Pie-Doughnut-Chart.md Fixed example in pie chart docs.
update 07-pie-doughnut-chart.md
31
false
false
2
false
false
false
chartjs
Chart.js
1,013
ecc35c527b8d91c2bdbc2cdc97ef667adfe7e3a3
Evert Timberg
GitHub
Refactoring to put browser specific code in a new class (#3718) Refactoring to put browser specific code in a new class, BrowserPlatform. BrowserPlatform implements IPlatform. Chart.Platform is the constructor for the platform object that is attached to the chart instance. Plugins are notified about the event usin...
refactoring to put browser specific code in a new class
55
false
false
10
false
false
false
chartjs
Chart.js
1,014
5387c48bd83db8f33e7a6b147b260dc43714db6c
SAiTO TOSHiKi
Evert Timberg
Fix bar draw issue with `borderWidth`. (#3680) Fix bar draw issue. 1. `Chart.elements.Rectangle.draw` function supports both horizontal and vertical bar. 2. Corrected bar position at minus. 3. Adjust bar size when `borderWidth` is set. 4. Adjust bar size when `borderSkipped` is set. 5. Adjust `borderWidth` with v...
fix bar draw issue with `borderwidth`.
38
false
false
6
false
true
false
chartjs
Chart.js
1,015
64b5def774e43490932633decfff055dfb01ccab
SAiTO TOSHiKi
Evert Timberg
Fix : samples (line-stacked-area.html & step-size.html) (#3717) Fix : samples line-stacked-area.html:Changed j-query code to javascript step-size.html:Fixed buttons not working
samples (line-stacked-area.html & step-size.html)
49
false
false
4
false
false
false
chartjs
Chart.js
1,016
7756bedec6937eb7a65b7bc530dd2010d0901efe
etimberg
Evert Timberg
fix stacked bars on logarithmic axes
fix stacked bars on logarithmic axes
36
false
false
6
false
true
false
chartjs
Chart.js
1,017
3187a788e17f79ad69da509748aeb64cdbac48f0
Simon Brunel
Evert Timberg
Add support for local plugins and plugin options Plugins can now be declared in the chart `config.plugins` array and will only be applied to the associated chart(s), after the globally registered plugins. Plugin specific options are now scoped under the `config.options.plugins` options. Hooks now receive the chart ins...
add support for local plugins and plugin options
48
false
false
8
true
true
true
chartjs
Chart.js
1,018
e249de7162acb432f3ae24b7485a992e7f9b3b3f
etimberg
Evert Timberg
fix options in getDatasetAtEvent
fix options in getdatasetatevent
32
false
false
4
false
true
false
chartjs
Chart.js
1,019
18f77db362d59091a6abd2e89b9097394db358a2
Evert Timberg
Evert Timberg
fix linting again
fix linting again
17
false
false
3
false
true
false
chartjs
Chart.js
1,020
00d3c5a282a553aeacf79e40cccabd19a8298805
Evert Timberg
Evert Timberg
fix linting
fix linting
11
false
false
2
false
true
false
chartjs
Chart.js
1,021
a5d9a02d5bf399f9ec442ba718b5d9c21a54552c
SAiTO TOSHiKi
Evert Timberg
Update core.scale.js Change sie to size.
update core.scale.js
20
false
false
2
true
false
false
chartjs
Chart.js
1,022
34d26ea49755cc41f294d7eb36a4324d628022aa
Tarqwyn
Evert Timberg
Fix bug when calculating if steps fit into scale as a whole number then smal floating point errors make the consition pass false
fix bug when calculating if steps fit into scale as a whole number then smal floating point errors make the consition pass false
128
false
false
23
true
true
false
chartjs
Chart.js
1,023
6f40d04964c621bf5903720c4a0be12de66df236
etimberg
Evert Timberg
Fix infinite loop in logarithmic tick generation
fix infinite loop in logarithmic tick generation
48
false
false
7
false
true
false
chartjs
Chart.js
1,024
75d15ff98b859dacc59520ba6943c99b00bd2ab6
etimberg
Evert Timberg
Fix newly introduced drawing bug when tick marks are not drawn
fix newly introduced drawing bug when tick marks are not drawn
62
false
false
11
false
false
false
chartjs
Chart.js
1,025
6aec98bf8b05f4ad40a4a4b08486bb7452229fce
Wang Shenwei
Evert Timberg
Correct document for Interaction Modes #3676 (#3684) 'x-axis' Behaves like 'index' mode with intersect = false
correct document for interaction modes
38
false
false
5
false
false
false
chartjs
Chart.js
1,026
152ce9c9f83e3678aee663ee250d7cda06bb3b99
Jonathon Hill
Evert Timberg
Pass the hover event to the onHover event handler (#3669) Pass the hover event to the onHover event handler This makes the behavior of the `onHover` handler consistent with the `onClick` handler: ``` function(event, activeElements) { var chartInstance = this; } ```
pass the hover event to the onhover event handler
49
false
false
9
true
true
true
chartjs
Chart.js
1,027
5a24bfa500a35000de8eddce2ebdcb4efd6c1d41
SAiTO TOSHiKi
Evert Timberg
Implement clipping (#3658) Implements clipping of items outside the chart area. Resolves #3506 #3491 #2873
implement clipping
18
false
false
2
false
true
false
chartjs
Chart.js
1,028
bdcdbc2abf2a57d49dfeb3bd52ee96757cfef555
Toshiki Saito
Evert Timberg
Fixed miscalculation of Bar width. for Bar and horizontalBar type, include stacked scale. issue #3589
fixed miscalculation of bar width
33
false
false
5
false
false
false
chartjs
Chart.js
1,029
b39c0e1f93518f2dcb1d1cc49ff04cff36d34a46
Evert Timberg
Evert Timberg
Fix rotated label meaasurements (#2879, #3354). When measuring the first width and last width, the fact that arrays of text are present must be considered. In addition to fixing this, I did some general code cleanup in the fit and calculateLabelRotation methods.
fix rotated label meaasurements (, ). when measuring the first width and last width, the fact that arrays of text are
117
false
false
21
false
true
false
chartjs
Chart.js
1,030
3ff58e5065197aeb9bebaa668222952835da9c73
Evert Timberg
Evert Timberg
Revert "Fixed tooltip labelling on Bar Chart when min is defined (#3618)"
revert "fixed tooltip labelling on bar chart when min is defined "
66
false
false
12
false
true
false
chartjs
Chart.js
1,031
5bf203037c667b5450093a1cd8164cef1461698e
Evert Timberg
Simon Brunel
Do not notify plugins when a silent resize occurs (#3650) Prevent the resize method from notifying plugins if it is a silent resize. A silent resize occurs during startup and we do not want plugins to do anything here because the chart is not set up.
do not notify plugins when a silent resize occurs
49
false
false
9
false
false
false
chartjs
Chart.js
1,032
b6807b2dd9108c1bd9bdc1b0a68c025a872d7b96
Jerry Chang
Evert Timberg
fixed tooltip labelling on Bar Chart when min is defined added helper method to adjust the index pass in chartConfig rather than access within method, make it easier to test added semi-colon at the end of helper method added test for adjustIndex helper method fixed lint issues added integration test for the inter...
fixed tooltip labelling on bar chart when min is defined
56
false
false
10
false
false
false
chartjs
Chart.js
1,033
d39ac38ce1b9c608751d66f70317d3fc943303b1
SAiTO TOSHiKi
Evert Timberg
Fix : Tooltip label for category scale. (#3649)
tooltip label for category scale.
33
false
false
5
false
true
false
chartjs
Chart.js
1,034
7a8f20e88fb2029e82c9903be99412878368405a
etimberg
Evert Timberg
Fix monotone cubic interpolation when two adjacent points are at the exact same x pixel value
fix monotone cubic interpolation when two adjacent points are at the exact same x pixel value
93
false
false
16
false
true
false
chartjs
Chart.js
1,035
09f30be9eb753614779a33104b1bca61a9a29a61
Christopher Moeller
Evert Timberg
Add rectRounded to point style sample
add rectrounded to point style sample
37
false
false
6
false
false
false
chartjs
Chart.js
1,036
97f6c8f12d75981ace1df5662f544f0758653170
Christopher Moeller
Evert Timberg
Add rectRounded point style
add rectrounded point style
27
false
false
4
true
true
true
chartjs
Chart.js
1,037
2e5df0ff42c9ec542bd7c88de8f88f50a8ad5864
etimberg
Evert Timberg
Allow updating the config of a chart at runtime
allow updating the config of a chart at runtime
47
false
false
9
false
false
false
chartjs
Chart.js
1,038
7e5e29e3ee15100de599124b4951d50f3aad5f57
Evert Timberg
GitHub
Improve radial scale (#3625) Clean up radial linear scale. It now supports multiple lines for point labels. Fixes #3225
improve radial scale
20
false
false
3
true
true
true
chartjs
Chart.js
1,039
fe68b7760656bef8e47d216b8579cabe6e93ea60
Jeff Carey
Simon Brunel
Upgraded dependency gulp-uglify to 2.0.0 (#3635)
upgraded dependency gulp-uglify to 2.0.0
40
false
false
5
false
false
false
chartjs
Chart.js
1,040
68b00b2dc512b9041037c5f87fc28fcc7ac5b9fa
etimberg
Evert Timberg
Labels can get bigger when the 2nd fit happens. Don't arbitrarily force the size to change
labels can get bigger when the 2nd fit happens. don't arbitrarily force the size to change
90
false
false
16
false
false
false
chartjs
Chart.js
1,041
58afbe428c74d3f2df2df5620f94c34dce3798d2
etimberg
Evert Timberg
Properly use the ticks.padding option. To correctly fix the issue, the default padding was changed from 0 to 10. This change caused all of the test changes since the width of a vertical scale was lowered by 10px
properly use the ticks.padding option. to correctly fix the issue, the default padding was changed from 0 to 10. this change caused all of the test changes since the width of a vertical scale was lowered by 10px
211
false
false
38
false
false
false
chartjs
Chart.js
1,042
4fbb1bdbbcfc25addf74cd6da3315c0a5f187011
Jerry Chang
Evert Timberg
Fixed Issue with tooltip label display when given null data value (#3528) When datasets.data contains a null value, the label displays incorrect value. code additions: - unit tests for truthy label values (when data is null) - checks to ensure handling of null value in getLabelByIndex method added mock data sets fro...
fixed issue with tooltip label display when given null data value
65
false
false
11
false
false
false
chartjs
Chart.js
1,043
48cb8b78e73a8a305aa7a19957ce6dcddfd9a6cd
etimberg
Evert Timberg
Remove unnecessary padding usages and update category scale tests
remove unnecessary padding usages and update category scale tests
65
false
false
9
true
true
false
chartjs
Chart.js
1,044
5dd1c77cf51adda1055c2eabb9f064b8ed5ee5ff
Evert Timberg
Evert Timberg
Take vertical padding into account
take vertical padding into account
34
false
false
5
true
true
true
chartjs
Chart.js
1,045
eaf109c2b1d0ceb8499bc22659197555b88b6df3
Evert Timberg
Evert Timberg
When an axis needs padding due to a long, rotated, label it should be added inside the layout system rather than in each axis.
when an axis needs padding due to a long, rotated, label it should be added inside the layout system rather than in each axis
125
false
false
24
false
false
false
chartjs
Chart.js
1,046
fd2e40ce119225078f7321f979cf099838c99c42
Jeff Carey
Evert Timberg
Fixed vertical alignment in legend text (#3387)
fixed vertical alignment in legend text
39
false
false
6
false
false
false
chartjs
Chart.js
1,047
f7d60c2606816a410ad7b058ce838b09a15729aa
etimberg
Evert Timberg
Allow line chart to use pointBorderWidth of 0 correctly
allow line chart to use pointborderwidth of 0 correctly
55
false
false
9
false
true
false
chartjs
Chart.js
1,048
0b4123b92cea1bae5d627349a18b81e5091cad83
Jonathon Hill
Simon Brunel
Update the documentation plugin list (#3610) Add chartjs-plugin-draggable to the list of plugins, update existing ones recently renamed and re-order the list by names.
update the documentation plugin list
36
false
false
5
false
true
false
chartjs
Chart.js
1,049
0c51ecd451e577e82b0a2ada5483ec471b78a2de
Dan Onoshko
GitHub
fix: respect aspect ratio with container height (#10646) * fix: respect aspect ratio with container height * docs: add info into migration guide
respect aspect ratio with container height
42
false
false
6
false
false
false
chartjs
Chart.js
1,050
8ff853c60e6cb9617fdadbfad415f68760844e96
Dan Onoshko
GitHub
feat: remove default axis override when custom id is given (#10643) * feat: remove default axis override when custom id is given * docs: add info into migration guide * test: fix tests for the feat * docs: add info into migration guide * test: fix tests for the feat * feat: review fixes * feat: revie...
remove default axis override when custom id is given
52
false
false
9
false
true
false
chartjs
Chart.js
1,051
0edb2ac604a4a93bcddfdaefc112bf4bd73b21fa
Dominic Jean
GitHub
enable pointStyleWidth for all legend style (#10639)
enable pointstylewidth for all legend style
43
false
false
6
false
true
false
chartjs
Chart.js
1,052
eee1bf257bb49438a6fa57f21d951c91965241e5
Alex
GitHub
Update release.yml (#10642)
update release.yml
18
false
false
2
true
false
false
chartjs
Chart.js
1,053
b95ba3d5c3c6a7a93a2a2a1b02f550b9c33a288e
Evert Timberg
GitHub
Convert the easing helpers to typescript (#10627) Co-authored-by: Chart.js <>
convert the easing helpers to typescript
40
false
false
6
true
true
true
chartjs
Chart.js
1,054
818b933c92cfd5ce3e055c26f204b3266eb6793d
Jacco van den Berg
GitHub
Bump `markdown-it` in docs (#10632) * bump dep * regenerate lock with new pnpm
bump `markdown-it` in docs
26
true
false
4
false
true
false
chartjs
Chart.js
1,055
08a5c572e807bec72d832119987db782e3784620
Jacco van den Berg
GitHub
Update link to master umd build (#10645)
update link to master umd build
31
false
false
6
false
true
false
chartjs
Chart.js
1,056
74f50df250ba08c47d90c53bc2d590c43d9c95fe
Devesh Pal
GitHub
Fix broken link (#10640)
fix broken link
15
false
false
3
true
true
true
chartjs
Chart.js
1,057
f957aad352a39d4916b6cde3260009dee6ec74a4
Dan Onoshko
GitHub
docs: fix images loading (#10621) * docs: fix images loading * docs: temporary restore configureWebpack * docs: rm html-webpack-plugin
fix images loading
18
false
false
3
false
true
false
chartjs
Chart.js
1,058
1d6b8cc0478d580ba85e9b61942b6be34905c391
Jukka Kurkela
GitHub
Document components for bundle optimization (#10569) * Update integration.md * Update integration.md * Fix typo * Another typo * Update docs/getting-started/integration.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> * Update docs/getting-started/integration.md Co-authore...
document components for bundle optimization
43
false
false
5
false
false
false
chartjs
Chart.js
1,059
432d1e6a6085ac4012a368904cd96162ae2375b4
Jacco van den Berg
GitHub
move option to correct namespace (#10613) * move option to correct namespace * change plugin name from snake_case to camelCase
move option to correct namespace
32
false
false
5
false
true
false
chartjs
Chart.js
1,060
b0a06d1652888d2491e99a8f658e447461771acf
Jacco van den Berg
GitHub
fix filter paramater in package.json (#10614)
fix filter paramater in package.json
36
false
false
5
true
true
true
chartjs
Chart.js
1,061
3c33d87dd2fcee40970e9b0dc77b950510b0041c
Jacco van den Berg
GitHub
Remove tooltip constructor fallbacks, `this.chart` and `this._chart` (#10612) * remove tooltip fallbacks/backwards compatability in constructor * increase size limit
remove tooltip constructor fallbacks, `this.chart` and `this._chart`
68
false
false
7
false
true
false
chartjs
Chart.js
1,062
fc8a63e26b79bc64e0982211d02b6572be1de49f
Jacco van den Berg
GitHub
fix lint in docs (#10611)
fix lint in docs
16
false
false
4
false
true
false
chartjs
Chart.js
1,063
9258f250b6187a72cbdf3bf177d9452097149565
Ben McCann
GitHub
Switch to pnpm (#10576)
switch to pnpm
14
false
false
3
false
false
false
chartjs
Chart.js
1,064
96633cc0f62f2bb3a48d0dfcd728603cb23a434e
Jacco van den Berg
GitHub
Documentation: how to add static typing to plugins (#10607) * Add documentation on how to add static typing to plugins * make the options optional * Fix syntax
how to add static typing to plugins
35
false
false
7
false
false
false
chartjs
Chart.js
1,065
3b76488373fe4d763a60d0df4c85ad400ea68aec
Jukka Kurkela
GitHub
Refine logarithmic scaling / tick generation (#9166) * Refine logarithmic scaling / tick generation * Disable autoSkip on reverese test * Reduce ticks, fix min
refine logarithmic scaling / tick generation
44
false
false
6
false
true
false
chartjs
Chart.js
1,066
2031cdf0512a94d2897a682ca156d150f0a83bb3
Dan Onoshko
GitHub
Preparing the project for TypeScript (#10595) * Add Typescript to the build * Converts the `helpers.core` to Typescript as an example * Converts the `core.element` to Typescript
preparing the project for typescript
36
false
false
5
false
false
false
chartjs
Chart.js
1,067
75793eb86fc38d092bc00a4c4f26beb7f20bf0b7
Grant Hynd
GitHub
fix: allow beforeTooltipDraw to be cancelable (#10598)
allow beforetooltipdraw to be cancelable
40
false
false
5
false
true
false
chartjs
Chart.js
1,068
eaee1ad63b666669500edd81a9f9d9e35726e931
Jon Dufresne
GitHub
Use the element's window in getComputedstyle (#10608)
use the element's window in getcomputedstyle
44
false
false
6
false
false
false
chartjs
Chart.js
1,069
3eb947719e2ac9e3751bf85e262ccf3033649f3d
Jacco van den Berg
GitHub
Put the border opts in own object (#10571) * put borderOpts in own object * document z option * remove todo and change scaleId to id * update some tests * clean bit, remove console log * fix failing test * lint * Remove comment
put the border opts in own object
33
false
false
7
true
false
true
chartjs
Chart.js
1,070
49b16c967833534b6bad7b1f2b8a0df8f69368ad
Jacco van den Berg
GitHub
Change react integration test to TS (#10605) * switch to ts * change web integration test to TS * remove space * lint things * one more lint * Add spaces
change react integration test to ts
35
false
false
6
true
true
true
chartjs
Chart.js
1,071
e7372ade240ea67769ed218cd420129bac403dfa
Dan Onoshko
GitHub
fix: same-looking tooltips on charts (#10548) * fix: same-looking tooltips on multiseries charts * fix: same-looknig tooltips on all chart types * chore: restore tooltip plugin * docs: additions to migration guide * docs: remove labels from scatter and bubble examples * docs: review fix
same-looking tooltips on charts
31
false
false
4
false
false
false
chartjs
Chart.js
1,072
d09e424a0a8f17dd290ef898e5709293fb950977
Jacco van den Berg
GitHub
Use borderRadius for legend and remove fallbacks (#10551) * Use borderRadius for legend * re enable test * fix lint * add note in migration guide * Update types/index.d.ts Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
use borderradius for legend and remove fallbacks
48
false
false
7
true
true
true
chartjs
Chart.js
1,073
dad1e98c5a0de04b00c7dd6b40c536a5682196a1
Jacco van den Berg
GitHub
Allow animations to be set to false for the tooltip (#10582)
allow animations to be set to false for the tooltip
51
false
false
10
false
true
false
chartjs
Chart.js
1,074
c74260b745761f4cd229101f00542cf7bef81c9a
Jacco van den Berg
GitHub
change way that linear scales calculate min and max (#10591)
change way that linear scales calculate min and max
51
false
false
9
false
true
false
chartjs
Chart.js
1,075
bd29fcbf677f556df84883865f7f9f340705d26c
Jacco van den Berg
GitHub
type grouped option for bar chart (#10590)
type grouped option for bar chart
33
false
false
6
false
false
false
chartjs
Chart.js
1,076
d9203719f6ebcd390fb6787a59e7d8424c0126a5
Jacco van den Berg
GitHub
add correct padding object to type (#10585) * add correct padding object to type * Apply suggestions from code review Add spacing Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
add correct padding object to type
34
false
false
6
true
true
true
chartjs
Chart.js
1,077
30ba86ad3e934c7021578eec3fe823e9a63be3e4
Ben McCann
GitHub
chore: upgrade dependencies (#10573)
upgrade dependencies
20
false
false
2
true
true
false
chartjs
Chart.js
1,078
ffce0f9f18751bc6f6d6ba17eadf7994b1302a6a
Dan Onoshko
GitHub
feat: tooltip callbacks fallback (#10567) * feat: tooltip callbacks fallback * docs: review fixes
tooltip callbacks fallback
26
false
false
3
false
true
false
chartjs
Chart.js
1,079
7776d27268a6aa6d26fd791c4982ab809ccf4e06
John Williams Metservice
GitHub
Update index.d.ts (#10579) Allow nulls to be passed to barChart data to allow datasets to spanGaps.
update index.d.ts
17
false
false
2
true
false
false
chartjs
Chart.js
1,080
d1686fb6ccb1a43a0eb0ba6770250bd43ed78199
Jacco van den Berg
GitHub
Downgrade karma preprocessor (#10589) * force older version of karma pre processor * package-lock update
downgrade karma preprocessor
28
false
false
3
false
false
false
chartjs
Chart.js
1,081
1551537a40acb09a9652eae3c3886b5c120008d9
Jacco van den Berg
GitHub
Add integration test(s) for Web (#10563) Adds a basic react integration test
add integration test(s) for web
31
false
false
5
true
true
true
chartjs
Chart.js
1,082
3123a133fefa390d1a0f455434da94ff3c174ab0
Dan Onoshko
GitHub
build: emit sourcemaps (#10568)
emit sourcemaps
15
false
false
2
false
true
false
chartjs
Chart.js
1,083
cdb17d6eebf35d865e75df5d7c483fc88a6082fe
Dan Onoshko
GitHub
feat: sideEffects false (#10526) * feat: sideEffects false * refactor: apply defaults by pure way
sideeffects false
17
false
false
2
false
false
false
chartjs
Chart.js
1,084
26a686f2cbb5134f18be93adf627246bb6e9dc08
Jacco van den Berg
GitHub
remove double space, eslint allow dynamic import (#10572)
remove double space, eslint allow dynamic import
48
false
false
7
false
true
false
chartjs
Chart.js
1,085
3df687a87cf7288463cfcb5d4ceecf36d5945abb
Jacco van den Berg
GitHub
Remove destroy hook (#10549) * remove destroy hook * revert package-lock.json changes * update test * add migration guide note * fix karma failing test * change way of importing package.json
remove destroy hook
19
false
false
3
false
true
false
chartjs
Chart.js
1,086
29395d9013f8f55a4dea9776538b190834cc0224
Jukka Kurkela
GitHub
Fix docs build (#10566)
fix docs build
14
false
false
3
false
false
false
chartjs
Chart.js
1,087
e798defcde01bdda13f8ae0a8149859b4c7ce57d
Ben McCann
GitHub
Use ESM config file for Rollup (#10564)
use esm config file for rollup
30
false
false
6
true
true
true
chartjs
Chart.js
1,088
b19fc0169facffc2a9a6715d98ccfc3dfba00e09
Dan Onoshko
GitHub
fix: pass timestamp to ticks callback (#10540) * fix: pass timestamp to ticks callback * docs: edit labelling page * docs: additions to the migration guide
pass timestamp to ticks callback
32
false
false
5
true
true
true
chartjs
Chart.js
1,089
ce375a6876f35b545aca70c138ba12640c931c5d
Dan Onoshko
GitHub
feat: add ESM support (#10525) * feat: add ESM support * build: rename UMD bundle * chore: edit supbackages description * style: disable es/no-import-meta linter rule * test: dynamic import in cjs module * docs: edit integrations page * docs: review fixes * chore: remove useless regex in webpack c...
add esm support
15
false
false
3
true
true
true
chartjs
Chart.js
1,090
a4de430d99556a4630ad909749bdceb5413f69a9
Dan Onoshko
GitHub
fix: treeshaking (#10504) * fix: treeshaking * refactor: DatasetController.datasetElementType and DatasetController.dataElementType as static props
treeshaking
11
false
false
1
false
false
false
chartjs
Chart.js
1,091
9dfaa6363938a7ed9f1ec2c151dc5edc2a2d0177
Jacco van den Berg
GitHub
Move parameter of TType in ChartMeta to first option (#10550) * move paramter of TType in ChartMeta to first option * add missing ChartMeta change * Add note in migration guide
move parameter of ttype in chartmeta to first option
52
false
false
9
true
true
false
chartjs
Chart.js
1,092
9ab50e6313f4233bd561c1824c2c7aec28c8e379
Ivan Gamboa Ultreras
GitHub
Fix offset on doughnut charts (#10469) Fix offset on doughnut charts
fix offset on doughnut charts
29
false
false
5
false
true
false
chartjs
Chart.js
1,093
9224e57d93287212ae018745ac629a1d925ba5be
Jukka Kurkela
GitHub
Add integration test(s) for Node (#10554)
add integration test(s) for node
32
false
false
5
true
true
true
chartjs
Chart.js
1,094
beaf370cc52184a53e871d77342e3f9bc2b153f1
Jacco van den Berg
GitHub
Bug/Radial linear scale grid get correct options at index (#10010) * get correct options for index * update test * add initial migration guide
bug/radial linear scale grid get correct options at index
57
false
false
9
false
false
false
chartjs
Chart.js
1,095
7079a1caac1bdf10bdec89969d9283a90ceac808
Jacco van den Berg
GitHub
Bump to 3.9.0 (#10541) * make link work in github itself * fix dead link on reload or new tab * bump to 3.9.0
bump to 3.9.0
13
true
false
3
false
false
false
chartjs
Chart.js
1,096