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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75fcd4fffae308bd3babe150b1aa7d8eb98cfa9e | Evert Timberg | GitHub | Split geometric types to their own definition file (#8202)
* Split geometric types to their own definition file
* Re-export types | split geometric types to their own definition file | 50 | false | false | 8 | false | false | false | chartjs | Chart.js | 3,597 |
1110d4dd1996619ff89344b69e5d66716dcc6ddf | Jukka Kurkela | GitHub | Update CI (#8204) | update ci | 9 | false | false | 2 | true | false | false | chartjs | Chart.js | 3,598 |
2dcd37f85c1c2449651d7b10167488002ead28f6 | Jukka Kurkela | GitHub | Update dependencies (#8203) | update dependencies | 19 | false | false | 2 | false | false | false | chartjs | Chart.js | 3,599 |
a182cbed7be0308e0034789f19520f121d2d7629 | Evert Timberg | GitHub | Merge TS files into a single file to prevent circular loops (#8198) | merge ts files into a single file to prevent circular loops | 59 | true | false | 11 | false | true | false | chartjs | Chart.js | 3,600 |
e529775d5ed82c431e60fc8ef5c64b39ff0c69d8 | LeeLenaleee | GitHub | Update showLine location in defaults (#8199)
Current defaults was wrong.
Working example: https://jsfiddle.net/Leelenaleee/vL7d6yp0/5/ | update showline location in defaults | 36 | false | false | 5 | true | true | true | chartjs | Chart.js | 3,601 |
f16e836c3d24bc3f766f90e252ce7e6626c8fa0e | stockiNail | GitHub | Add color options to documentation and types where missing (#8196)
* fixes #8188 and #8189
* removes scriptable context sample with link to options page
* Removes <code> tags in markdown where not needed | add color options to documentation and types where missing | 58 | false | false | 9 | true | true | false | chartjs | Chart.js | 3,602 |
7a2acebc28d960fc9a496c7179f13cf7b86d6cc8 | Jukka Kurkela | GitHub | Layout: enforce box limits, reject <0 chartArea (#8193)
* Skip chartArea boxes when chartArea <= 0
* Legend: limit to maxWidth/maxHeight
* Layout: enforce box limits, reject <0 chartArea
* Update legend fixtures | enforce box limits, reject <0 chartarea | 39 | false | false | 6 | false | true | false | chartjs | Chart.js | 3,603 |
efbaf2c0828949358b28b82e75ed40044378cb34 | Josh Kelley | GitHub | TypeScript updates (#8190)
* Update type definitions and docs for legends
* Fix types for onHover and onClick callbacks
core.controller.js's implementation also passes the Chart instance as `this`. However, that isn't documented, and it's my impression that Chart.js is moving away from passing items as `this`, so I didn't declare it in the type definitions.
* Allow multi-line ticks
* Stricter DeepPartial definition
The previous definition resolved to `{}` (which can allow primitives) if it was given a function, so it was far too broad for any `Scriptable<>` properties.
* Grammar and writing style
* Updates to animation docs
Document the `fn` option, since it's in the type definitions.
Fix callback usage to match example code.
* Fix AnimationEvent parameter
The onProgress and onComplete events were mistakenly declared as taking the standard DOM AnimationEvent. (Should Chart.js's AnimationEvent be renamed to ChartAnimationEvent to avoid any possible ambiguity?)
* Allow false for disabling animations
* Add comments explaining the layout and usage of Rollup | typescript updates | 18 | false | false | 2 | false | false | false | chartjs | Chart.js | 3,604 |
04c45aacda6d43fd1b2c716701dbafdf1e9e8c7a | Jukka Kurkela | GitHub | Make PointLabels color scriptable (#8194) | make pointlabels color scriptable | 33 | false | false | 4 | false | true | false | chartjs | Chart.js | 3,605 |
b2d5a5fa97bc56fe00565f357c482514cda64ce0 | Jukka Kurkela | GitHub | Update defaults and types for tick stroke (#8195) | update defaults and types for tick stroke | 41 | false | false | 7 | false | true | false | chartjs | Chart.js | 3,606 |
92646a973d03ee3ad905c027fd476991fd052dbd | UrielMaD | GitHub | Radius validation for drawRadiusLine (#8191) | radius validation for drawradiusline | 36 | false | false | 4 | false | false | false | chartjs | Chart.js | 3,607 |
b54bd272fbe532923a2a7398b70c8dab1ea564f6 | Evert Timberg | GitHub | Move tooltip plugin hooks to the core Plugin type (#8160)
* Move tooltip plugin hooks to the core
* Try and use declaration merging for Plugin type
* Merge Plugin types | move tooltip plugin hooks to the core plugin type | 49 | false | false | 9 | false | true | false | chartjs | Chart.js | 3,608 |
b10d99401746129c90b7d9289aa28de3f1844ab7 | Jukka Kurkela | GitHub | Hover: only update styles of changed elements (#8185) | only update styles of changed elements | 38 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,609 |
b55b361f97461996eec01c6013c6617601c77b12 | Jukka Kurkela | GitHub | Reject pending promises when animation is updated (#8184)
* Reject pending promises when animation is updated
* Add tests | reject pending promises when animation is updated | 49 | false | false | 7 | true | true | true | chartjs | Chart.js | 3,610 |
3c79d104d97aa7ed25ba4e9fc134809078a2f324 | David Turbert | GitHub | Add ArcElement to getting-started.md (#8174)
* fix: add ArcElement to getting-started.md
* fix: add all possible imports
* fix: add text to integration.md | add arcelement to getting-started.md | 36 | false | false | 4 | true | true | true | chartjs | Chart.js | 3,611 |
f191f2f5f9a1e1e1a95f1722b41d168244b1d554 | LeeLenaleee | GitHub | Remove dataset while hovered (#8181) | remove dataset while hovered | 28 | false | false | 4 | true | true | true | chartjs | Chart.js | 3,612 |
5e22f568659c3de73847c7d12f8b822b5bc4da8c | Salman Kazmi | GitHub | added comma to fix syntax issue (#8177) | added comma to fix syntax issue | 31 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,613 |
979cd4131be137617fecf14cbf2fb98d9e2e5e32 | Jukka Kurkela | GitHub | Fix legend alignment issues (#8168) | fix legend alignment issues | 27 | false | false | 4 | false | true | false | chartjs | Chart.js | 3,614 |
e78310c0fd69bd46bd95801e8d753bdc74390a5e | Jukka Kurkela | GitHub | ArcElement: Skip draw when radius is negative (#8170) | skip draw when radius is negative | 33 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,615 |
8ab62f57be0c65f16520ede167590a95ef76c8cf | Jukka Kurkela | GitHub | Use correct color for legend labels (#8167)
* Legend colors fallback
* Update test | use correct color for legend labels | 35 | false | false | 6 | true | true | true | chartjs | Chart.js | 3,616 |
e1a3303c67be8d5ad5f76300c67ccfe9548560cb | Jukka Kurkela | GitHub | Legend plugin cleanup (#8109)
* Legend plugin cleanup
* cc1
* cc2
* cc3
* start/stop | legend plugin cleanup | 21 | false | false | 3 | false | false | false | chartjs | Chart.js | 3,617 |
5ed422a93a9e5685edf12d78e865bb053d6a1373 | Josh Kelley | GitHub | Update docs for .resize() method (#8151)
See #7678 and #8149. (The `silent` parameter mentioned in the original 7678 no longer exists.)
Add JSDoc.
Fix some minor issues with grammar and coding style consistency. | update docs for .resize() method | 32 | false | false | 5 | false | true | false | chartjs | Chart.js | 3,618 |
e268845c7ba2a01529619c0ec70c5b5dae7211e8 | Evert Timberg | GitHub | Quick exit the legend fit function when the legend is not displayed (#8161)
When the legend is not displayed, there are no guarantees that the
format of the options dictionary is correct. Rather than performing
computations and then exiting without using the results, we can instead
exit quickly since the size of the legend will be (0, 0) if not displayed | quick exit the legend fit function when the legend is not displayed | 67 | false | false | 12 | false | false | false | chartjs | Chart.js | 3,619 |
93c3467182474f89c4931326d4846a42ea3a5862 | Evert Timberg | GitHub | Prevent double plugin registers from losing the list of plugins (#8162)
When `Chart.register()` was called twice in a row, the list of
plugin descriptors on the chart instance would be cleared. The
next chart update would then restart all of the plugins, not
knowing that they were already started. In the case of the Legend
and Title, this causes two boxes to appear in the layout system
thus drawing twice. | prevent double plugin registers from losing the list of plugins | 63 | false | false | 10 | true | true | false | chartjs | Chart.js | 3,620 |
e3953acf1edb80c3e99c53ea22634304f3c31afa | LeeLenaleee | GitHub | default values for element background and border color were wrong (#8156) | default values for element background and border color were wrong | 65 | false | false | 10 | false | false | false | chartjs | Chart.js | 3,621 |
dc00ed08cb7753a8df61edda1e5c660c71f7ec57 | Josh Kelley | GitHub | Update docs on printing (#8149)
From what I can tell from testing locally, Chrome doesn't reliably trigger resize events for the final print layout, so using `.resize()` with no parameters doesn't generally work.
I'm not sure if there are circumstances in which the original docs' suggestion of using `.resize()` with no parameters can work; if the original text should be deleted, I can do so.
I also noticed that the TypeScript type definitions for `.resize()` mark the parameters as required, even though the implementation and docs don't require them. | update docs on printing | 23 | false | false | 4 | true | true | true | chartjs | Chart.js | 3,622 |
649f8153281bf5dfa17a02d8d7923b3e699177a0 | Evert Timberg | GitHub | Respect the set locale for in the pie/doughnut tooltips (#8142) | respect the set locale for in the pie/doughnut tooltips | 55 | false | false | 9 | true | true | false | chartjs | Chart.js | 3,623 |
ae04fcf3c3818a2ceb67556a9bde8da29d42b2c3 | LeeLenaleee | GitHub | fix default font color for legend (#8139)
* fix default font color for legend
* adjusted docs to be consistent with fontColor to color | fix default font color for legend | 33 | false | false | 6 | true | true | true | chartjs | Chart.js | 3,624 |
9b7eb5095a4c628886157dee7b3847d7a363f7da | Jukka Kurkela | GitHub | CI: Conditionally run steps based on changes (#8132)
* CI: Run the `Package` step only when docs change
* Advanced conditionals
* Conditional coveralls
* Fix bunch of typos
* remove coveralls finished condition
* Revert "remove coveralls finished condition"
* Add curlys | conditionally run steps based on changes | 40 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,625 |
8192b2fd56835dda8e0f8da1cff467c1ec2143ad | LeeLenaleee | GitHub | Clarification: barPercentage vs categoryPercentage (#8138)
Clarification of the docs to make it little less confusing after seeing the .1 hopefully.
Comes from #8137 | barpercentage vs categorypercentage | 35 | false | false | 3 | false | false | false | chartjs | Chart.js | 3,626 |
a7ff11654704afda4dcbfd69bb5c8a81a3861070 | dependabot[bot] | GitHub | Bump highlight.js from 10.3.1 to 10.4.1 (#8128)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.3.1 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.3.1...10.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | bump highlight.js from 10.3.1 to 10.4.1 | 39 | true | true | 6 | true | true | false | chartjs | Chart.js | 3,627 |
68edcccb5e879371133aae55150280e701107f6a | Jukka Kurkela | GitHub | Revert "New release workflow (#8127)" and fixes (#8131)
* Revert "New release workflow (#8127)" and fixes
* Bump version to 3.0.0-beta.7 | revert "new release workflow " and fixes | 40 | false | false | 7 | false | true | false | chartjs | Chart.js | 3,628 |
ef8288054199954d4e0859d445068ea97f561180 | Jukka Kurkela | GitHub | Update release.yml (#8130) | update release.yml | 18 | false | false | 2 | true | false | false | chartjs | Chart.js | 3,629 |
39c2b92bb2858cdc381a5ec8fbbc5a27af7cb6cd | Jukka Kurkela | GitHub | Fix the needs job name (#8129) | fix the needs job name | 22 | false | false | 5 | true | false | true | chartjs | Chart.js | 3,630 |
a98c34b858ade76edbbca5ca47da4c17936ed109 | Jukka Kurkela | GitHub | New release workflow (#8127)
* New release workflow
* Set current version
* Use org secret | new release workflow | 20 | false | false | 3 | false | false | false | chartjs | Chart.js | 3,631 |
e08b17636b13f9b44342ca8b01943e5d87c6b38b | lab900-marcel-samyn | GitHub | [v3] Add locale to ChartOptions type (#8118)
* Add locale to ChartOptions type
* Adds locale options documentation
* fixed typo
* changes links to number format, linking the constructor
* changes to a better sentence
* changes to better sentence (2)
Co-authored-by: stock <stocki.nail@gmail.com> | [v3] add locale to chartoptions type | 36 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,632 |
c1aeba1e67593d0cf1bd75b50fb2c7724f768cee | Jukka Kurkela | GitHub | Add new scale hooks for plugins (#8112)
* Add new scale hooks for plugins
* Add notes
* cc
* cancelability | add new scale hooks for plugins | 31 | false | false | 6 | true | true | true | chartjs | Chart.js | 3,633 |
6814b79b65afeeab09d3f03151ec0458be10686f | Jukka Kurkela | GitHub | Fix CategoryScale.getValueForPixel with autoSkip (#8101) | fix categoryscale.getvalueforpixel with autoskip | 48 | false | false | 4 | true | true | true | chartjs | Chart.js | 3,634 |
c3fbe5efc34665a54d22de09bbdad1e7b96b115c | LeeLenaleee | GitHub | Fix/area fill and chart titles (#8113)
* fixed fill for area chart stacked and title for charts where it wasn't in plugins yet
* Chart defined in utils
* added radar skip points example in the overview to go to | fix/area fill and chart titles | 30 | false | false | 5 | false | false | false | chartjs | Chart.js | 3,635 |
8220caaa43f9d4ae7a364da7bf8e5f7b61fe6d10 | Wenfang | GitHub | Update performance.md (#8107)
fixed typo | update performance.md | 21 | false | false | 2 | false | false | false | chartjs | Chart.js | 3,636 |
78dbeea1f0f09e2681ec3de55bbebb2f0ba71565 | Jukka Kurkela | GitHub | Add new hooks for plugins (#8103)
* Notify beforeUpdate on disabled plugins
cc?
cc2
cc3
typo
* init, unInit, enabled, disabled
self review :)
update the new hook signatures to unified
merge error
* Review update
* start/stop, cc
* types, jsdoc
* stop between destroy and uninstall | add new hooks for plugins | 25 | false | false | 5 | true | true | true | chartjs | Chart.js | 3,637 |
d6b4fe26292fb6f02232117718e9a056333bf523 | Jukka Kurkela | GitHub | LineElement: no fill by default (#8111)
* LineElement: no fill by default
* Update negative-times fixture | no fill by default | 18 | false | false | 4 | false | false | false | chartjs | Chart.js | 3,638 |
f0148738644244fccd362abd2492a2244e8b2d08 | Mostafa Sameti | GitHub | fix color type & add background and border color (#8110) | fix color type & add background and border color | 48 | false | false | 9 | true | true | true | chartjs | Chart.js | 3,639 |
c5dcf5a20d0f86015491766b3c581e182c878d16 | Evert Timberg | GitHub | Update chart extension docs + add samples (#8540)
* Update docs on chart extensions
* Working sample for derived chart types
* Add derived axis example
* Remove duplicated line | update chart extension docs + add samples | 41 | false | false | 7 | true | true | true | chartjs | Chart.js | 3,640 |
b795151554c3f83a49f8f81c8e60459665869b2c | Jukka Kurkela | GitHub | Remove the constantly failing test (#8538) | remove the constantly failing test | 34 | false | false | 5 | false | false | false | chartjs | Chart.js | 3,641 |
9043325a6e9cdec340a5d3b48f8e54095e6814f9 | Jukka Kurkela | GitHub | Provide auto-registering entry point (#8429) | provide auto-registering entry point | 36 | false | false | 4 | false | false | false | chartjs | Chart.js | 3,642 |
c040b8255e40d07550caa6c77c12f0e772280c33 | Evert Timberg | GitHub | Options need to include dataset level defaults from main chart type (#8534) | options need to include dataset level defaults from main chart type | 67 | false | false | 11 | false | false | false | chartjs | Chart.js | 3,643 |
d08eb147fc6228f010141ddf3c50937d9d477bb0 | Evert Timberg | GitHub | Clarify interaction docs to indicate they apply to all interactions (#8537)
* Clarify interaction docs to indicate they apply to all interactions
* Update note on modes documentation to indicate interaction options exist
* Fix ytpo | clarify interaction docs to indicate they apply to all interactions | 67 | false | false | 10 | true | true | false | chartjs | Chart.js | 3,644 |
f23807f743d8565be436ee2d1413d28d461c96fe | Jukka Kurkela | GitHub | Bump version to beta.12 (#8532) | bump version to beta.12 | 23 | true | false | 4 | true | true | false | chartjs | Chart.js | 3,645 |
9741942976152421b001707d8e1e2162bac80f70 | Jacco van den Berg | GitHub | rename tooltip.custom property to tooltip.external (#8523)
* rename tooltip.custom property to tooltip.external
* Implement feedback
* missed 1 | rename tooltip.custom property to tooltip.external | 50 | false | false | 5 | false | true | false | chartjs | Chart.js | 3,646 |
3460ef126e77c9a6ab83f5f03cdcc28e1aaeec84 | Jukka Kurkela | GitHub | Types: Add couple of tests, move utils to new file (#8526) | add couple of tests, move utils to new file | 43 | false | false | 9 | true | true | true | chartjs | Chart.js | 3,647 |
bd303f4a2caa842bbea67cacd436b4400eced766 | Jacco van den Berg | GitHub | Update wording in docs about merging options (#8533) | update wording in docs about merging options | 44 | false | false | 7 | false | true | false | chartjs | Chart.js | 3,648 |
061e3dbf2fb62b309611bbec6671ac57a7b284f2 | Jukka Kurkela | GitHub | Fix calling of onResize (#8529)
* Fix calling of onResize
* Try to fix the bugging animation test
* try again
* and the actual fix
* maybe now | fix calling of onresize | 23 | false | false | 4 | false | true | false | chartjs | Chart.js | 3,649 |
bb82aaa32075c07f85dae113c160bf6dc713922d | Jukka Kurkela | GitHub | Update types so instance can be assigned to a variable of type Chart (#8525)
* Update types
* Remove outdated comments | update types so instance can be assigned to a variable of type chart | 68 | false | false | 13 | false | true | false | chartjs | Chart.js | 3,650 |
53ea370f5cf344dd2b015c23abf32d969f7c4bcd | Jukka Kurkela | GitHub | Clean up easing functions (#8518)
* Clean up easing functions
* Remove leftover comment | clean up easing functions | 25 | false | false | 4 | false | false | false | chartjs | Chart.js | 3,651 |
7c75310a0c048546591745840b0ece15b7868718 | Ben McCann | GitHub | Use null for skipped values instead of NaN (#8510)
* Use null for skipped values instead of NaN
* Document skipped values when parsing is false
* Update src/core/core.datasetController.js
Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
* Update src/core/core.datasetController.js
Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
* fix lint issue
* use isFinite
* revert change checking for pixel values
* ternary readability
* revert accidental paren movement
* test with parsing: false
Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com> | use null for skipped values instead of nan | 42 | false | false | 8 | true | false | true | chartjs | Chart.js | 3,652 |
12e9020ab7d842eca51e70f9153ba49dd180c9b8 | Jukka Kurkela | GitHub | Remove unused getRingIndex from Doughnut (#8521) | remove unused getringindex from doughnut | 40 | false | false | 5 | true | true | true | chartjs | Chart.js | 3,653 |
8796a1ba1d83878995fa64ad6a48b8342d597b44 | Jukka Kurkela | GitHub | Fix stacking bug when a dataset is removed (#8520) | fix stacking bug when a dataset is removed | 42 | false | false | 8 | false | true | false | chartjs | Chart.js | 3,654 |
b06cd36697432ee48673a9a13a1acda6d0756399 | Jukka Kurkela | GitHub | Rename cutoutPercentage to cutout + chores (#8514) | rename cutoutpercentage to cutout + chores | 42 | false | false | 6 | false | true | false | chartjs | Chart.js | 3,655 |
2edd07d724f9a2eefe55261b42c31eb8d48e6826 | Jukka Kurkela | GitHub | Config is no longer updated by options setter (#8516) | config is no longer updated by options setter | 45 | false | false | 8 | false | false | false | chartjs | Chart.js | 3,656 |
b31352c665ee41aeae538219dabb39ed18aa8ecc | Jukka Kurkela | GitHub | Reduce duplication in PointElement (#8517) | reduce duplication in pointelement | 34 | false | false | 4 | true | true | true | chartjs | Chart.js | 3,657 |
5ab5552acb259b0c980c1a47d7e3820682cf0ff2 | Jukka Kurkela | GitHub | Fix layout bug when there are no visible boxes (#8507) | fix layout bug when there are no visible boxes | 46 | false | false | 9 | true | true | true | chartjs | Chart.js | 3,658 |
692d8a41281e65b66195835ff69b887dfa65af5f | Jukka Kurkela | GitHub | Remove unreachable code paths from plugins (#8513) | remove unreachable code paths from plugins | 42 | false | false | 6 | true | true | true | chartjs | Chart.js | 3,659 |
65a601476c9877701ef0f4543059e1711b776bfc | Jukka Kurkela | GitHub | Remove debug option from animation (#8512)
* Remove debug option from animation
* Add converage for visible animation
* Update visible animation fn | remove debug option from animation | 34 | false | false | 5 | true | true | true | chartjs | Chart.js | 3,660 |
ee74dd646a60e605308b90a5147fc7121ac9c0ee | Jukka Kurkela | GitHub | Add resizeDelay option (#8509)
* Add resizeDelay option
* Extract helper | add resizedelay option | 22 | false | false | 3 | true | true | true | chartjs | Chart.js | 3,661 |
4207645a9a6a424b1cec6c53cd0d98d5402f9d1c | Jukka Kurkela | GitHub | Time scale: skip invalid data (#8508) | skip invalid data | 17 | false | false | 3 | false | true | false | chartjs | Chart.js | 3,662 |
99ca8334f8049ea657b3e678eb903e314a3dc070 | Jacco van den Berg | GitHub | data type is correct for all chart types (#8504)
* data type is correct for all chart types
* implement feedback | data type is correct for all chart types | 40 | false | false | 8 | false | false | false | chartjs | Chart.js | 3,663 |
639c34f89e881bbdc6018dd17921c502d5100a3c | Jukka Kurkela | GitHub | Fix set/delete oprations on Proxies (#8506) | fix set/delete oprations on proxies | 35 | false | false | 5 | false | true | false | chartjs | Chart.js | 3,664 |
e55a12ce87162463bcfe28afc98eb5053382b375 | Jukka Kurkela | GitHub | Add linting of type tests (.ts) + fix errors (#8505) | add linting of type tests (.ts) + fix errors | 44 | false | false | 9 | true | true | true | chartjs | Chart.js | 3,665 |
4c960fb138b75f5664533943014448a3b137aec6 | Jukka Kurkela | GitHub | Plugin options default scriptable/indexable=false (#8497)
* Plugin options default scriptable/indexable=false
* Update test
* Inherti desciptors
* Remove unreachable code
* remove unintentional change
* remove double default | plugin options default scriptable/indexable=false | 49 | false | false | 4 | false | false | false | chartjs | Chart.js | 3,666 |
f1471458c498857b32d887f26380d205e09bb31e | Ben McCann | GitHub | Perf docs: tension is now 0 by default (#8500) | tension is now 0 by default | 27 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,667 |
36966a46c793c4a4c77b9c56ab620006c13aa6bb | Jacco van den Berg | GitHub | update borderskipped typing (#8503) | update borderskipped typing | 27 | false | false | 3 | true | true | true | chartjs | Chart.js | 3,668 |
8c1cca280da7bb73cff509066bf2d3ea776a70f1 | Evert Timberg | GitHub | Document stacked parse data (#8491) | document stacked parse data | 27 | false | false | 4 | false | false | false | chartjs | Chart.js | 3,669 |
311292da7e818ccb1758679618d91d34254f1880 | Jukka Kurkela | GitHub | Add linting of .mdx files + fix errors (#8496) | add linting of .mdx files + fix errors | 38 | false | false | 8 | true | true | true | chartjs | Chart.js | 3,670 |
0c1320c2f9a2d617d9ffce88b22e277730f931cd | Jacco van den Berg | GitHub | Sample plugin in docs for canvas background (#8492)
* color done
* add example inline plugins for background image and color
* add link to css background
* improve text bit
* fix build error
* implement kurkles feedback
* fix indenting tab -> spaces | sample plugin in docs for canvas background | 43 | false | false | 7 | false | false | false | chartjs | Chart.js | 3,671 |
8c4e862a2cdc5a37dd11817e551e4985f1a77592 | Evert Timberg | GitHub | Merge tooltip padding settings (#8493) | merge tooltip padding settings | 30 | true | false | 4 | false | true | false | chartjs | Chart.js | 3,672 |
65bfacd9a59a1dd3ee6b67f3968aa9e12423fec6 | Jukka Kurkela | GitHub | Add outerRadius option to doughnut/pie (#8487) | add outerradius option to doughnut/pie | 38 | false | false | 5 | true | true | true | chartjs | Chart.js | 3,673 |
b27a4608cc3db527fd6d9a5586bcaa7d315f1789 | Evert Timberg | GitHub | Document the `fullSize` property of the title plugin (#8488) | document the `fullsize` property of the title plugin | 52 | false | false | 8 | false | true | false | chartjs | Chart.js | 3,674 |
6f0e7959dff7f2b50809fcbecf6dd5d670b7982b | Jukka Kurkela | GitHub | Only consider visible vertical boxes in layout (#8483) | only consider visible vertical boxes in layout | 46 | false | false | 7 | false | false | false | chartjs | Chart.js | 3,675 |
5285735c0fc6c7ebbe764dbaffa6b270f13a8e19 | Jukka Kurkela | GitHub | Fix ticks.mirror (#8482) | fix ticks.mirror | 16 | false | false | 2 | true | true | false | chartjs | Chart.js | 3,676 |
aa69892823626251e371ddab0695158e0b30e9bb | Evert Timberg | GitHub | Provide a chart-type specific definition for ParsedData (#8480)
* Provide a chart-type specific definition for ParsedData
* Fix lint error
* Code review feedback | provide a chart-type specific definition for parseddata | 55 | false | false | 7 | false | false | false | chartjs | Chart.js | 3,677 |
6aa88401baff541670c6a3991a1fd7ebf316db33 | Jukka Kurkela | GitHub | Update chartjs-test-utils to v0.2.2 (#8479) | update chartjs-test-utils to v0.2.2 | 35 | false | false | 4 | false | true | false | chartjs | Chart.js | 3,678 |
24fb77b72f4e556fa72aebb92d8b6399a39d7fec | Jukka Kurkela | GitHub | Quote globs for equal operation in windows/linux (#8481) | quote globs for equal operation in windows/linux | 48 | false | false | 7 | false | true | false | chartjs | Chart.js | 3,679 |
832bf9144a5573fd084877935727c1e13e22c2b3 | Kashif Shamaz | GitHub | Added 'hidden: boolean' to ControllerDatasetOptions type and documented the field's usage in Dataset configuration section (#8478) | boolean' to controllerdatasetoptions type and documented the field's usage in dataset configuration section | 107 | false | false | 13 | false | false | false | chartjs | Chart.js | 3,680 |
9f071b0f231e9d181ec51b8c3327858eb969e218 | Jacco van den Berg | GitHub | Update index.esm.d.ts (#8472)
* Update index.esm.d.ts
tickValue is to my knowledge always a number or a string so this will make it so people wont have to parse it themselfs
* Update core.scale.js
Update typedef according to types update | update index.esm.d.ts | 21 | false | false | 2 | true | false | false | chartjs | Chart.js | 3,681 |
5c9e1d578c4611652f6d7e96c8982b5529667d91 | Evert Timberg | GitHub | LTTB Decimation (#8468)
* LTTB Decimation
* Lint fixes | lttb decimation | 15 | false | false | 2 | false | false | false | chartjs | Chart.js | 3,682 |
def8d25d4b7837706c866093d116e75ee84d3f10 | Jukka Kurkela | GitHub | Fix animation types, add test (#8476) | fix animation types, add test | 29 | false | false | 5 | false | true | false | chartjs | Chart.js | 3,683 |
b87c12e7d67ba4d8d049b63983562c1b8d55a249 | Jukka Kurkela | GitHub | Update dependencies (#8474) | update dependencies | 19 | false | false | 2 | false | false | false | chartjs | Chart.js | 3,684 |
9b214c08a5e9cecb3bc3425138af755e3edb6f84 | Jukka Kurkela | GitHub | Stop defaulting to `r` axis for Scale with id `r` (#8477) | stop defaulting to `r` axis for scale with id `r` | 49 | false | false | 10 | false | false | false | chartjs | Chart.js | 3,685 |
709dc3e854f8eec5822723577b0fac1c65d2065e | Evert Timberg | GitHub | Decimation plugin fixes (#8467)
* fix: Decimation plugin no longer changes the data order
fix: Decimation plugin no longer duplicates data points
* Use nullOrUndef helper instead of direct check
* Compute averageX value when decimating data using minMax decimation
* Place last point of interval at real X
This reduces the fuzziness on screens with devicePixelRatio > 1 | decimation plugin fixes | 23 | false | false | 3 | false | false | false | chartjs | Chart.js | 3,686 |
57c8027e7cd00110e1ebde7ecce9b10c5b0ef2a5 | Jukka Kurkela | GitHub | Stop reading fixedStepSize from tick options (#8466) | stop reading fixedstepsize from tick options | 44 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,687 |
329b826b74c7b4ebf35117ee4f3ec5e093b8395f | Jukka Kurkela | GitHub | Disable fastPathSegment when data is decimated (#8465) | disable fastpathsegment when data is decimated | 46 | false | false | 6 | false | true | false | chartjs | Chart.js | 3,688 |
b467c0d79e335f650c39f5416e0344b942c9617a | Jukka Kurkela | GitHub | Only use Path2D caching when available (#8464)
* Only use Path2D caching when available
* Try to make CC happy | only use path2d caching when available | 38 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,689 |
d63542cd706c062cfc0b939277711d7b04a0cb03 | Jukka Kurkela | GitHub | Bump version to 3.0.0-beta.11 (#8441)
Co-authored-by: Evert Timberg <evert.timberg+github@gmail.com> | bump version to 3.0.0-beta.11 | 29 | true | false | 4 | true | true | false | chartjs | Chart.js | 3,690 |
5d5e48d01b0aed1279c60c5ea0c97d5328de346e | Jukka Kurkela | GitHub | Isolate properties / modes from animation options (#8332)
* Isolate properties / modes from animation options
* tabs, something wrong with the linter
* Update misleading variable name | isolate properties / modes from animation options | 49 | false | false | 7 | true | true | true | chartjs | Chart.js | 3,691 |
284e357fd371ff6447313cfbb479b92c1d1b2040 | Jacco van den Berg | GitHub | Fix broken links (#8463) | fix broken links | 16 | false | false | 3 | true | true | true | chartjs | Chart.js | 3,692 |
d2646723814c0138cc553b407a5a1fd2849a6bc6 | Jacco van den Berg | GitHub | Fix/getRelativePosition NaN value with native event (#8459)
* fix bug where onClick value returned NaN because originalEvent does not exist
* add test for this behaviour
* test to async | fix/getrelativeposition nan value with native event | 51 | false | false | 6 | false | false | false | chartjs | Chart.js | 3,693 |
aa5e0fe41305efc16a562a46adc1a1a3de5f33ea | Jukka Kurkela | GitHub | Remove core plugin fallbacks to root options (#8462)
* Remove core plugin fallbacks to root options
* Legend font color default fallbacks | remove core plugin fallbacks to root options | 44 | false | false | 7 | false | true | false | chartjs | Chart.js | 3,694 |
ce0f7ff903e42ea39677429644fb4f6cb38b4dda | Jukka Kurkela | GitHub | Update polar animation tests to less error prone (#8461) | update polar animation tests to less error prone | 48 | false | false | 8 | true | true | true | chartjs | Chart.js | 3,695 |
42190012809cb07bf6b4494fac3edd83e3f6a236 | LeeLenaleee | GitHub | Clarify options placement (#8427)
* improve clarity of docs by showing party qualified names in table and place of the namespace above
* add missing line
* remove partial qualified names, made some tables unusable and made it overall bit unclear. Added the namespace above each table
* fix sidebars tabs to spaces
* implement kurkles feedback | clarify options placement | 25 | false | false | 3 | false | true | false | chartjs | Chart.js | 3,696 |