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
9d7eacd251d962eb809aaf047be11bf36f896602
Jukka Kurkela
Simon Brunel
Fix generateTicks when working with tiny numbers (#5948)
fix generateticks when working with tiny numbers
48
false
false
7
false
true
false
chartjs
Chart.js
2,997
820debf45262f3e63aa8d3bc04103dc2e4e98715
Akihiko Kusanagi
Simon Brunel
Refactoring using helpers.options.resolve (#5965)
refactoring using helpers.options.resolve
41
false
false
3
false
false
false
chartjs
Chart.js
2,998
dd3564aee5c44edb2cb38c9cfc9a4e59ec74ba53
Jukka Kurkela
Simon Brunel
Fix title, body and footer alignment inside tooltip (#5925)
fix title, body and footer alignment inside tooltip
51
false
false
8
false
true
false
chartjs
Chart.js
2,999
934ce241ae02728700af8cf4144f551d262db4c8
Akihiko Kusanagi
Simon Brunel
Fix fitWithPointLabels calculation in radialLinear scale (#5963)
fix fitwithpointlabels calculation in radiallinear scale
56
false
false
6
true
true
false
chartjs
Chart.js
3,000
b7139dbbef9ae978a5e26029bc1620b54c7652b4
Simon Brunel
Evert Timberg
Use `Chart.min.js` in samples (#5958) Samples are supposed to show good practices and in most cases we don't use the time scale but require `Chart.bundle.js`, which is not correct. Instead, we should require the non-bundled version in its minified version (`Chart.min.js`). Paradoxically, time based examples don't use ...
use `chart.min.js` in samples
29
false
false
4
false
true
false
chartjs
Chart.js
3,001
87e44fa360be580dae085d85d74614dfdc3988c5
Simon Brunel
GitHub
Cleanup scales export for better import strategy (#5953) Scales now export their class and associated defaults (`_defaults`), the registration being done globally in `src/chart.js`.
cleanup scales export for better import strategy
48
false
false
7
false
false
false
chartjs
Chart.js
3,002
26b7375329b68d4d2e62c1eeef3d842ef86d2d41
Akihiko Kusanagi
Simon Brunel
Prevent bezier points from being capped when a data point is off the chart (#5937)
prevent bezier points from being capped when a data point is off the chart
74
false
false
14
true
true
false
chartjs
Chart.js
3,003
c51ac8a64ae743377a594f152cdf50e425d68ac0
serhii-yakymuk
Simon Brunel
Make animation duration consistent across browsers (#5331)
make animation duration consistent across browsers
50
false
false
6
true
true
true
chartjs
Chart.js
3,004
39b4d61ac209a2edea92b74cd0556380bb57628c
Akihiko Kusanagi
Simon Brunel
Fix time scale ticks.reverse issue (#5933)
fix time scale ticks.reverse issue
34
false
false
5
false
true
false
chartjs
Chart.js
3,005
918e2c027f4289d6cfe7d6d883b2c621eb0ac367
Jukka Kurkela
Simon Brunel
Cast getRightValue to number in the bar controller (#5947)
cast getrightvalue to number in the bar controller
50
false
false
8
false
true
false
chartjs
Chart.js
3,006
aae05a08da0e216371caafa17228b3bff97d9fa9
Akihiko Kusanagi
Evert Timberg
Improve tick generation for linear scales (#5938) * Improve tick generation for linear scales * Simplify the tick generation code * Refactor getTickLimit
improve tick generation for linear scales
41
false
false
6
true
true
true
chartjs
Chart.js
3,007
a8920f6b62f4e5c2e6110a64d3bfcc8f68ab3659
CK
Simon Brunel
Fix RangeError exception when merging too many labels (#5936) Fix "RangeError: Maximum call stack size exceeded" exception when calling `Array.push.apply` with too many items (>125000).
fix rangeerror exception when merging too many labels
53
false
false
8
true
true
false
chartjs
Chart.js
3,008
4b6e53a6176ada6c8983fe8ccb4c0df713a069f9
Jukka Kurkela
Simon Brunel
Properly calculate space needed by tick label on autoSkip (#5922)
properly calculate space needed by tick label on autoskip
57
false
false
9
false
false
false
chartjs
Chart.js
3,009
6a46cc39bbf51f4ae2f7d716efe9ec450390a0bf
Jukka Kurkela
GitHub
Docs: fix broken and inconsistent links (#9237)
fix broken and inconsistent links
33
false
false
5
false
false
false
chartjs
Chart.js
3,010
3212124e9dedbff66a554b2e827f78eb36ee698e
jiho lee
GitHub
Fix broken guidelines url in PR template (#9228)
fix broken guidelines url in pr template
40
false
false
7
false
true
false
chartjs
Chart.js
3,011
8780aaf3aa4ad04c3cd0e3417d84a48ecdbd773f
Jacco van den Berg
GitHub
add missing types to legend (#9226)
add missing types to legend
27
false
false
5
true
true
true
chartjs
Chart.js
3,012
1a7212dff50e28be3a70668ac817bc347e163725
Jacco van den Berg
GitHub
Barheight no longer undefined (#9208)
barheight no longer undefined
29
false
false
4
false
false
false
chartjs
Chart.js
3,013
26f8d7b735503757453c70520534f478b4ceef0c
Jacco van den Berg
GitHub
complete custom legend click sample to also work for pie/doughnut charts (#9219)
complete custom legend click sample to also work for pie/doughnut charts
72
false
false
11
false
false
false
chartjs
Chart.js
3,014
b78b7c3534eb55e1294679a32dd93cfc74b45f48
Jacco van den Berg
GitHub
Add explanation on how to run the samples locally (#9207) * add explenation on how to run the samples locally * Remove unecesarry parts from link
add explanation on how to run the samples locally
49
false
false
9
true
true
true
chartjs
Chart.js
3,015
be011768fea7a73da619f1e22d3371cfd118e8c2
Evert Timberg
GitHub
Fix rtl legend text alignment (#9199) * Start fixing RTL * Broken test * Fix right alignment for horizontal legends
fix rtl legend text alignment
29
false
false
5
false
false
false
chartjs
Chart.js
3,016
599e23abfd1bb3545e350d62647f19911125872b
Evert Timberg
GitHub
Tick backdrop padding is not scriptable (#9191) * Tick backdrop padding is not scriptable * Remove unneeded change * Update _scriptable for callback
tick backdrop padding is not scriptable
39
false
false
6
false
false
false
chartjs
Chart.js
3,017
4ac38d033e2b914f1cd1f60eadbf40b397ca88db
Jukka Kurkela
GitHub
Make sure data is parsed before updateElements (#9187) * Make sure data is parsed before updateElements * Add test
make sure data is parsed before updateelements
46
false
false
7
false
false
false
chartjs
Chart.js
3,018
9326309afd4676f16a123fa5bafe7f1f1f26b5e2
Jukka Kurkela
GitHub
Fix error when swapping dataset locations (#9183)
fix error when swapping dataset locations
41
false
false
6
true
true
true
chartjs
Chart.js
3,019
c853ca6942fb2a2b00b7a4b03e7a17f94a6b1684
Evert Timberg
GitHub
Allow setting a constance spacing between arc elements (#9180)
allow setting a constance spacing between arc elements
54
false
false
8
false
false
false
chartjs
Chart.js
3,020
5082d13d5aed19c75cb539bd81f94e0f953eed72
Evert Timberg
GitHub
Version bump to 3.3.1 (#9182)
version bump to 3.3.1
21
false
false
4
false
false
false
chartjs
Chart.js
3,021
db74d2f44ce6efdf1bf85cfbbd6b453d4dc8f8f2
Jukka Kurkela
GitHub
Linear: Respect bounds option in tick generation (#9181) * Linear: Respect bounds option in tick generation * Remove leftover _filterBetween
respect bounds option in tick generation
40
false
false
6
false
false
false
chartjs
Chart.js
3,022
8c6335106707309d1b2441c82ac66bd9641c13cd
Jukka Kurkela
GitHub
Add documentation about default scales (#9173)
add documentation about default scales
38
false
false
5
true
true
true
chartjs
Chart.js
3,023
aa6a9737bd780231b0684eeaf6df132a12b7ecec
Jukka Kurkela
GitHub
Add declaration for Decimation plugin (#9172)
add declaration for decimation plugin
37
false
false
5
true
true
true
chartjs
Chart.js
3,024
188da82206f5cba480b43f70ee3e37a1910e066b
Jukka Kurkela
GitHub
Fix clearStacks with custom scaleId (#9170)
fix clearstacks with custom scaleid
35
false
false
5
true
true
true
chartjs
Chart.js
3,025
77cfac17859c0e086dc90b4c85ac2108581d56dc
Jukka Kurkela
GitHub
Ignore items outside chart area for interaction (#9171)
ignore items outside chart area for interaction
47
false
false
7
true
true
true
chartjs
Chart.js
3,026
f4866106938463fcdbb169a26952c2d2ceee0d60
Jacco van den Berg
GitHub
Update pointstyle type and default value (#9168)
update pointstyle type and default value
40
false
false
6
false
true
false
chartjs
Chart.js
3,027
140cbb4cd6ec33d24c65511b113dd2b6ed0e3b41
Jacco van den Berg
GitHub
show the utils file in the samples page to clarify what the functions do (#9160)
show the utils file in the samples page to clarify what the functions do
72
false
false
14
false
true
false
chartjs
Chart.js
3,028
03eb826f8cf82508a5d7fae63c41bbb71df9df26
Jukka Kurkela
GitHub
Stop mutating arc state while drawing (#9153) * Stop mutating arc state while drawing * No need for default values * Nits * Remove #9152 * Use correct endAngle for clipping
stop mutating arc state while drawing
37
false
false
6
false
false
false
chartjs
Chart.js
3,029
1d047355e7d602a14b0439ee08ac1bd998dc4638
Jukka Kurkela
GitHub
Fix: Arc getCenterPoint when full circle (#9152)
arc getcenterpoint when full circle
35
false
false
5
false
false
false
chartjs
Chart.js
3,030
0d6fa55714cda8d2107451e4e5759bf9379a6710
Jukka Kurkela
GitHub
Bump version to 3.3, update dependencies (#9149)
bump version to 3.3, update dependencies
40
true
false
6
true
true
false
chartjs
Chart.js
3,031
087f9c30c57d1b93ba11deb1471eb9c561f05c9c
Evert Timberg
GitHub
Improved error message when no date adapter provided (#9147)
improved error message when no date adapter provided
52
false
false
8
false
false
false
chartjs
Chart.js
3,032
ee519606f290e223fef06301cea1b0ee38ff00ed
Sylhare
GitHub
Fix scales option in example (#9146)
fix scales option in example
28
false
false
5
false
true
false
chartjs
Chart.js
3,033
7265bb51d5e20a1ce68107cf4109bb5951320a5b
Jukka Kurkela
GitHub
Update chartjs-test-utils and mis-sized fixtures (#9135)
update chartjs-test-utils and mis-sized fixtures
48
false
false
5
false
true
false
chartjs
Chart.js
3,034
a6f0b37dfe0a9736343814fafd45823f272fe66c
Jukka Kurkela
GitHub
Further improve linear tick collision estimation (#9129) * Further improve linear tick collision estimation * More tolerance * Re-create fixtures * And more tolerance
further improve linear tick collision estimation
48
false
false
6
false
false
false
chartjs
Chart.js
3,035
78009390ad9a473cbc1847999de8097898fd7be4
Evert Timberg
GitHub
Show correct decimal places when using count but `min` is not an integer (#9122) * Show correct decimal places when using count but `min` is not an integer * Fix lint issues
show correct decimal places when using count but `min` is not an integer
72
false
false
13
true
true
false
chartjs
Chart.js
3,036
6f7d5fbb64158ef936c599076f2f707e440f23a9
Jacco van den Berg
GitHub
add legend to the default onclick to make sample work (#9126)
add legend to the default onclick to make sample work
53
false
false
10
true
true
false
chartjs
Chart.js
3,037
cffce1b46f6ee2284534383c7e34de4c2dbfb97b
Jon Rimmer
GitHub
Correctly extend ExtendedPlugin interface (#9124)
correctly extend extendedplugin interface
41
false
false
4
false
false
false
chartjs
Chart.js
3,038
8c5d6be19748e1f0479473f75627c28268034e3a
Jon Rimmer
GitHub
Add missing props to ChartArea type (#9123)
add missing props to chartarea type
35
false
false
6
true
true
true
chartjs
Chart.js
3,039
939ffe02ab8336e092fe30269a8604913b1c2513
Jukka Kurkela
GitHub
Fix arc offset calculation (#9118)
fix arc offset calculation
26
false
false
4
false
false
false
chartjs
Chart.js
3,040
749d1fc9422d7e35276da3097480707c59263e72
Jukka Kurkela
GitHub
Fix animations when data is replaced (#9120)
fix animations when data is replaced
36
false
false
6
true
true
true
chartjs
Chart.js
3,041
a553d57033f2d2d05020387d4b7abdbe3bff3505
Jukka Kurkela
GitHub
Fix doughnut rotation on float edge cases (#9121)
fix doughnut rotation on float edge cases
41
false
false
7
true
true
true
chartjs
Chart.js
3,042
ccff2fd1635bf7a58a7f2c3d0e41964d1b64f8bc
Evert Timberg
GitHub
Add documentation note about only styling the parent div (#9115)
add documentation note about only styling the parent div
56
false
false
9
true
true
false
chartjs
Chart.js
3,043
43d3f4d19b8b317a4f965fe3312e107b4dd94de4
Jacco van den Berg
GitHub
remove double sentence and adjust scale to scales.r (#9111)
remove double sentence and adjust scale to scales.r
51
false
false
8
true
true
false
chartjs
Chart.js
3,044
d1a243efec9532db630268e0584d766b4ce2c73b
Jukka Kurkela
GitHub
Delay data to elements synchronization to update (#9105)
delay data to elements synchronization to update
48
false
false
7
true
true
true
chartjs
Chart.js
3,045
e344c75eb893acf71d312d0e1ecbf1edd39b0a40
Evert Timberg
GitHub
Upgrade dependencies (#9102)
upgrade dependencies
20
false
false
2
true
true
false
chartjs
Chart.js
3,046
fbff165942182e4b04c7c499f2caa1c0da23bf60
Jukka Kurkela
GitHub
Make sure context indices are up to date (#9101)
make sure context indices are up to date
40
false
false
8
false
false
false
chartjs
Chart.js
3,047
0ba5c70618863dd0c415f08da80889dc18460677
Akihiko Kusanagi
GitHub
Support monotone cubic interpolation for vertical line charts (#9084) * Support monotone cubic interpolation for vertical line charts * Use more more intuitive veriable names
support monotone cubic interpolation for vertical line charts
61
false
false
8
false
true
false
chartjs
Chart.js
3,048
927f24a809834100c138dc70cffd9e9b920478a5
Evert Timberg
GitHub
Add test for issue 9085 (#9091)
add test for issue 9085
23
false
false
5
true
true
true
chartjs
Chart.js
3,049
953b23b4ef0f6e7973bf91538a1ae5f9eabff216
Akihiko Kusanagi
GitHub
Fix element reset animations in vertical line and bubble charts (#9088)
fix element reset animations in vertical line and bubble charts
63
false
false
10
true
true
false
chartjs
Chart.js
3,050
f1ca99bfd4b3cb93332b6837277073aa1f8005ec
Jukka Kurkela
GitHub
Fix setting options in array of objects (#9062) * Fix setting options in array of objects * CC
fix setting options in array of objects
39
false
false
7
false
true
false
chartjs
Chart.js
3,051
024f40622328a020e8e1cb7379b2512d56e8a82b
Evert Timberg
GitHub
Fix polar area tooltip item label (#9067)
fix polar area tooltip item label
33
false
false
6
false
true
false
chartjs
Chart.js
3,052
9885126ac04393ab9f113942243ceed1d611075a
Jacco van den Berg
GitHub
add default values so it wont crash on out of memory calculation by calcualting power of infinity (#9060)
add default values so it wont crash on out of memory calculation by calcualting power of infinity
97
false
false
17
true
true
false
chartjs
Chart.js
3,053
1df4883aff050e9e320f9327be96e228fcc588cc
Josh Kelley
GitHub
Fix detecting changed events (#9050) * Fix detecting changed events Because `this._listeners` may contain both event handlers from options and internal event handlers for responsive support, the `setsEqual` check would often fail, causing event handlers to be unnecessarily detached and reattached and fired. If I...
fix detecting changed events
28
false
false
4
false
false
false
chartjs
Chart.js
3,054
c955ffad64195fb17f214eae6be522287eadc586
Toni Dietze
GitHub
Round canvas.style dimensions to avoid blurring (#9015) When canvas.height and canvas.width are set, the numbers are rounded to integers. The same rounding must be applied to canvas.style.height and canvas.style.width to avoid scaling of the canvas which would lead to blurring. Acknowledging that canvas.height a...
round canvas.style dimensions to avoid blurring
47
false
false
6
false
false
false
chartjs
Chart.js
3,055
a87175f1195a87fbf0b4f150d305348a63c4098b
Evert Timberg
GitHub
HTML legend handles doughnut/pie charts (#9044) * HTML legend handles doughnut/pie charts * Fix lint error
html legend handles doughnut/pie charts
39
false
false
5
false
false
false
chartjs
Chart.js
3,056
9a787705fd193c9b38b52816526961741906ccd8
Jukka Kurkela
GitHub
Types: Export DecinmationAlgorithm as const (#9046)
export decinmationalgorithm as const
36
false
false
4
false
false
false
chartjs
Chart.js
3,057
33c16382b3e2ae76f47a4d28e4b5bbe7db3faeb1
Jukka Kurkela
GitHub
Allow scale to auto-adjust it's min when stacked (#9045)
allow scale to auto-adjust it's min when stacked
48
false
false
8
false
true
false
chartjs
Chart.js
3,058
7c3a412887b83a76e0acf784937ed31db1bc6749
Jukka Kurkela
GitHub
Add includeBounds option for cartesian ticks (#9020) * Add includeBounds option for cartesian ticks * Types, test and fix * lint * Improve linear tick min/max collision detection * Update comments
add includebounds option for cartesian ticks
44
false
false
6
true
true
true
chartjs
Chart.js
3,059
137b51d87d69b1afc5aae26c607aea0e69f1a930
Jukka Kurkela
GitHub
Fix line segments with alignToPixel (#9042)
fix line segments with aligntopixel
35
false
false
5
false
true
false
chartjs
Chart.js
3,060
1a1e677699f7b466c970529bbb988dde81f0ad9c
Jukka Kurkela
GitHub
Fix: Avoid negative layout dimensions (#9027)
avoid negative layout dimensions
32
false
false
4
true
true
true
chartjs
Chart.js
3,061
f5c51afd5186b2389250159a333a1160c09aee4b
hiroki shimizu
GitHub
fix typo on api.md (#9030)
fix typo on api.md
18
false
false
4
true
true
true
chartjs
Chart.js
3,062
e021a77214daecbca0502da9d4245acbc2c46a1e
Jacco van den Berg
GitHub
add index for radial axes to nav and update fonts location file in pointlabels (#9024)
add index for radial axes to nav and update fonts location file in pointlabels
78
false
false
14
true
true
false
chartjs
Chart.js
3,063
938865f67d35331e00b21a39825b607aa660fa14
Jukka Kurkela
GitHub
Bump version to 3.2.1 (#9014)
bump version to 3.2.1
21
true
false
4
true
true
false
chartjs
Chart.js
3,064
49e7edae49467fd74a52b3cc934b33ad0219554e
Evert Timberg
GitHub
Enable scriptable element chart options (#9012)
enable scriptable element chart options
39
false
false
5
true
false
true
chartjs
Chart.js
3,065
ea7b8cb04f528fe0c9fac526f2bdbf809397d0bd
Evert Timberg
GitHub
Add test for DecimationAlgorithm type (#9010) * Add test for DecimationAlgorithm type * Allow strings to be set * Linting
add test for decimationalgorithm type
37
false
false
5
true
true
true
chartjs
Chart.js
3,066
55dd426a412c89cc0457a3ec925cb2df11ccfa28
Evert Timberg
GitHub
Add documentation on tooltip xAlign and yAlign (#9011)
add documentation on tooltip xalign and yalign
46
false
false
7
true
true
true
chartjs
Chart.js
3,067
dffc086ad4aba29c58c9e687b35280420e068545
Akihiko Kusanagi
GitHub
Fix for enabling monotone cubicInterpolationMode when tension is 0 (#9008)
fix for enabling monotone cubicinterpolationmode when tension is 0
66
false
false
9
false
false
false
chartjs
Chart.js
3,068
12bf256fd551b172f4a72111433eb69382640956
Jukka Kurkela
GitHub
Ignore truncated pixels in bar width calculation (#8995)
ignore truncated pixels in bar width calculation
48
false
false
7
true
true
true
chartjs
Chart.js
3,069
44e62e77ca264119c4565829fd8895431be29ff5
Jukka Kurkela
GitHub
Improve linear tick generators collision estimation (#8983) * Increase distance to min/max tick to 1/3 space * Better estimation on linear tick collision * Lint fix * Remove unused change
improve linear tick generators collision estimation
51
false
false
6
false
false
false
chartjs
Chart.js
3,070
0f1d07a1cd4948cd8a417ae7438618430a82f287
Evert Timberg
GitHub
Bump to version 3.2.0 (#8974)
bump to version 3.2.0
21
true
false
4
false
false
false
chartjs
Chart.js
3,071
eaa3a68cea5e643356e629bcd71d96bd7ea418e9
Jukka Kurkela
GitHub
Add drawTime: beforeDraw option to filler (#8973)
beforedraw option to filler
27
false
false
4
false
false
false
chartjs
Chart.js
3,072
0ad0d35c09069e2787345ebab04a7e1e31745559
Jukka Kurkela
GitHub
Fix skipNull for subsequent datasets (#8972)
fix skipnull for subsequent datasets
36
false
false
5
true
true
true
chartjs
Chart.js
3,073
87ce198ac89730b665fd154f4d017db42c14d31b
Evert Timberg
GitHub
In html tooltip sample padding is read from the options (#8971)
in html tooltip sample padding is read from the options
55
false
false
10
false
false
false
chartjs
Chart.js
3,074
b319f2cfefc6d74c78450755a72d178ccec56c63
Jukka Kurkela
GitHub
Update helpers types export (#8944)
update helpers types export
27
false
false
4
false
false
false
chartjs
Chart.js
3,075
b92f9e52fd99b30ffdb9821a1588a2a73026a674
Evert Timberg
GitHub
Only enable the bar borderRadius at the end of the stacks (#8941) * Only enable the bar borderRadius at the end of the stacks * Float bars always get borders enabled * Tests * Update documentation
only enable the bar borderradius at the end of the stacks
57
false
false
11
false
false
false
chartjs
Chart.js
3,076
019cb9f3052a803d09da664d8aa4f33c210e8ed0
Jukka Kurkela
GitHub
Add example plugins for border and quadrants (#8942)
add example plugins for border and quadrants
44
false
false
7
true
true
true
chartjs
Chart.js
3,077
3e319f79ab050d456752d38e2976924c6dd1ed5e
Jukka Kurkela
GitHub
Scale: draw border on separate layer after grid (#8936)
draw border on separate layer after grid
40
false
false
7
true
true
true
chartjs
Chart.js
3,078
e1404ac83410a7fb5a9e4cb77620c8d3c205d0b9
Jukka Kurkela
GitHub
Time: cache options needed by parse (#8933)
cache options needed by parse
29
false
false
5
false
false
false
chartjs
Chart.js
3,079
dc6a660eeb8483188c24a84a46527fab30af5f3d
Evert Timberg
GitHub
Tweak redirect urls (#8788) * Redirect to html links * No delay on redirect
tweak redirect urls
19
false
false
3
false
true
false
chartjs
Chart.js
3,080
515d941df71540b380c4f409aa7af7278a717d27
Jukka Kurkela
GitHub
Proxy: make sure set value ends up in first scope (#8787)
make sure set value ends up in first scope
42
false
false
9
false
false
false
chartjs
Chart.js
3,081
678974654b41d02bdb9a1b53e0153d5bd07d5d86
Evert Timberg
GitHub
Vuepress HTML redirect for samples folder (#8785) * HTML redirect using vuepress plugin * Add other needed redirects Co-authored-by: Evert Timberg <--global>
vuepress html redirect for samples folder
41
false
false
6
false
false
false
chartjs
Chart.js
3,082
69fae1a1e762ebd3c6d710610806d5ed0ad51745
stockiNail
GitHub
Adds scriptable column to options table in the title documentation (#8786) * Fixes typo on padding doc * adds column to the options table for scriptable * Fixes table headers
adds scriptable column to options table in the title documentation
66
false
false
10
false
false
false
chartjs
Chart.js
3,083
48f2039ac139dec13aa0cf3e04fb68cb93442638
Jukka Kurkela
GitHub
Add vuepress-plugin-flexsearch (#8784)
add vuepress-plugin-flexsearch
30
false
false
2
false
false
false
chartjs
Chart.js
3,084
0ef1897a98c8dcd4c88c3332f1a7ec559ef6d920
Jukka Kurkela
GitHub
Redirect to first sample (#8783)
redirect to first sample
24
false
false
4
false
false
false
chartjs
Chart.js
3,085
877f4c6b2d5cdd732d79f2ed088095f5768c6bb2
Evert Timberg
GitHub
Fix tooltip align & external types (#8782)
fix tooltip align & external types
34
false
false
6
true
true
true
chartjs
Chart.js
3,086
c9eec3112f0ee94f9a4f26ad2163a1185e979a06
Jacco van den Berg
GitHub
Change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels (#8780)
change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels
197
false
false
38
true
true
false
chartjs
Chart.js
3,087
eef5c1ebf3646637eca87dee93e6a30ae9c15959
Evert Timberg
GitHub
Bump to v3.0.0-rc.7 (#8779)
bump to v3.0.0-rc.7
19
true
false
3
false
false
false
chartjs
Chart.js
3,088
d4cb431b848f0c3bd57bb2fd8c2c819f529f8603
Evert Timberg
GitHub
Remove old sample files (#8777) * Remove old sample files * Code review feedback * Add sample redirect
remove old sample files
23
false
false
4
true
true
true
chartjs
Chart.js
3,089
66ee0fecafe14867808429f1dbf3e6f49d453e8f
Evert Timberg
GitHub
Vuepress samples (#8756) * Generate API docs with vuepress-plugin-typedoc * Links, fixes, cleanup * Convert bar samples to Vuepress * Some line chart samples moved over * Fix lint issues * Derived axis type sample * LineAreaStacked chart created in vuepress * added radar area axample * Line dat...
vuepress samples
16
false
false
2
false
false
false
chartjs
Chart.js
3,090
49f8fab44831f4b8f154fc5bb7b7137faa3fad40
Jukka Kurkela
GitHub
Links: Rename .mdx to .md (#8775)
rename .mdx to .md
18
false
false
4
false
true
false
chartjs
Chart.js
3,091
38bd974c5a2ac8d5a827dbae55099c8791ca3135
AW
GitHub
Contributing link show 404 error page cause by wrong url (#8774)
contributing link show 404 error page cause by wrong url
56
false
false
10
false
false
false
chartjs
Chart.js
3,092
dd99005b5ac62f7d616545e65e580f921efa573d
Jukka Kurkela
GitHub
Remove line interaction overrides + hover.onHover (#8770) * Remove interaction mode overrides + hover.onHover * Restore bar override
remove line interaction overrides + hover.onhover
49
false
false
6
false
true
false
chartjs
Chart.js
3,093
9fb18c2fd775d7403e34a3c5ea160db9393319b8
Jukka Kurkela
GitHub
Fix typo, add tests to catch (#8768) * Fix typo, add tests to catch * Tune tests
fix typo, add tests to catch
28
false
false
6
false
true
false
chartjs
Chart.js
3,094
bc2c92e65c509e73e2eaabb7be9f0402c4f4cb09
Jukka Kurkela
GitHub
Ensure scriptable context reflects updated data (#8765)
ensure scriptable context reflects updated data
47
false
false
6
false
false
false
chartjs
Chart.js
3,095
d2c8402445148fc667f1d772d96384e0fb217625
Evert Timberg
GitHub
Scriptable title plugin options (#8764)
scriptable title plugin options
31
false
false
4
false
false
false
chartjs
Chart.js
3,096