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
38f85c98b5821091c44df6bf07da937b3b1a464f
Lubomir Sotirov
Simon Brunel
Fix 3267 Add "onHover" functionality for legend (#3271) Add "onHover" to the legend options that will hold a user defined function (default is null) and called when a "mousemove" event is registered on top of a label item, with same parameters as the "onClick" option. Also introduced logic that determines if the type...
fix 3267 add "onhover" functionality for legend
47
false
false
7
false
true
false
chartjs
Chart.js
1,497
52cdff5fc100eda0e7b28bde311a20b91626fe2a
Simon Brunel
GitHub
Merge pull request #3254 from ianks/minDisplayFormat Suport minUnit for time scale
merge pull request from ianks/mindisplayformat
47
true
false
5
true
false
false
chartjs
Chart.js
1,498
7dcbde48f99387b352c4c237cb40931321079e9b
Evert Timberg
GitHub
Merge pull request #3256 from simonbrunel/code-cleanup ESLint and cleanup
merge pull request from simonbrunel/code-cleanup
49
true
false
5
true
false
false
chartjs
Chart.js
1,499
7af6e7f19223e16bc25d9e47850831c843a97144
Ian Ker-Seymer
Ian Ker-Seymer
Suport minUnit for time scale When dealing with time-delineated datasets, often we have data for known intervals of time. For example, we may have a dataset which represents number of purchases per day: ```json { labels: ['2016-01-01', '2016-01-02', '2016-01-03'] datasets: [ { data: [12, 87, 42] } ], '...'...
suport minunit for time scale
29
false
false
5
false
false
false
chartjs
Chart.js
1,500
cd24895cd1b5c5fc29b4c4548bd8a0d2c2727475
Tomasz Moń
Tomasz Moń
Build labelDiffs cache once per update (#3211) Previously buildLabelDiffs() was called at the end of buildTicks() and hence labelDiffs cache was calculated twice (in getMinimumBoxSize() and then in fitBox()).
build labeldiffs cache once per update
38
false
false
6
false
true
false
chartjs
Chart.js
1,501
020ac35852ea6ea6cb27023a0cf31340a948484d
Tomasz Moń
Tomasz Moń
Build label diff lookup table This reduces number of calls to momentjs diff() if there are multiple datasets sharing the same labels (#3211).
build label diff lookup table
29
false
false
5
false
false
false
chartjs
Chart.js
1,502
7c93255b16868c4f23249670e998b6c9ce92b9fd
Simon Brunel
Simon Brunel
Enforce curly braces for single statement block curly: [error, all] (http://eslint.org/docs/rules/curly)
enforce curly braces for single statement block
47
false
false
7
true
true
true
chartjs
Chart.js
1,503
3d40774c7d835b738227d13dbca365ea50ba7a85
Simon Brunel
Simon Brunel
Enforce consistent tab indentation indent: [error, tab] (http://eslint.org/docs/rules/indent)
enforce consistent tab indentation
34
false
false
4
true
true
true
chartjs
Chart.js
1,504
69ab0d3e238206fa90b06fcc87054b0a7dc97298
Simon Brunel
Simon Brunel
Use gulp-eslint instead of gulp-jshint Change the linter in gulp tasks to be consistent with Code Climate results which are based on ESLint using .eslintrc options. However, defaults Code Climate rules are too strict, so turn as warnings the 'complexity' and 'max-statements' rules (other errors has been fixed). Note t...
use gulp-eslint instead of gulp-jshint
38
false
false
5
true
true
true
chartjs
Chart.js
1,505
1f67e54d79625575c854e5352bae3d048902bcbc
Simon Brunel
Simon Brunel
Remove unused npm packages
remove unused npm packages
26
false
false
4
true
true
true
chartjs
Chart.js
1,506
6269e2c437a8beccc2516a1635491ab60371950f
courchef
Simon Brunel
Error possible when using the plugin Chart.Zoom.js used with time scale (#3194) Zooming in can cause the params `datasetIndex` and `index` to be null in method `getLabelMoment`. This happens when no ticks are visible on scale. It also throws an error and the chart becomes broken.
error possible when using the plugin chart.zoom.js used with time scale
71
false
false
11
false
false
false
chartjs
Chart.js
1,507
4cbff0278e5060623ecf678f191d3d20def8a769
Simon Brunel
GitHub
Merge pull request #3223 from simonbrunel/bower_release Deploy dist files in release tags (bower support)
merge pull request from simonbrunel/bower_release
50
true
false
5
true
false
false
chartjs
Chart.js
1,508
2268bef32175c05dfe5d91940708d8daee98eca4
Evert Timberg
GitHub
Merge pull request #3242 from Pikamander2/new_branch Fix zero border width not working (issue #3241)
merge pull request from pikamander2/new_branch
47
true
false
5
true
false
false
chartjs
Chart.js
1,509
6408ba426c60b84c8d60de428577e761589d2efb
Ekaterina Dontsova
Simon Brunel
Fix #3022 Multi-lines label alignment (#3239)
fix multi-lines label alignment
32
false
false
4
false
true
false
chartjs
Chart.js
1,510
a42f3e786ed7fe95ff3d2e93336a7e74f1b8df62
Zach Panzarino
Zach Panzarino
Update link to slack automation in Contributing.md
update link to slack automation in contributing.md
50
false
false
7
false
true
false
chartjs
Chart.js
1,511
f3c51fc624b17284fbd5240bc71e165d0f99d6cb
Pikamander2
Pikamander2
Fix zero border width not working (issue #3241)
fix zero border width not working (issue )
42
false
false
8
false
true
false
chartjs
Chart.js
1,512
2002ca058bdc05cea8742ce109e6ebd8b3f97316
Pikamander2
Pikamander2
Fix zero border width not working (issue #3241)
fix zero border width not working (issue )
42
false
false
8
false
true
false
chartjs
Chart.js
1,513
e35df050fb5f0d74df979a7ec95b6133a9ed9c0e
Tanner Linsley
GitHub
Update README.md
update readme.md
16
false
false
2
false
false
false
chartjs
Chart.js
1,514
594605c5c487b5310b51e4b632e6c9296e90ccf5
Simon Brunel
Simon Brunel
Remove deprecated gulp tasks and dependencies
remove deprecated gulp tasks and dependencies
45
false
false
6
false
true
false
chartjs
Chart.js
1,515
6d5638e4152bd16916309c2e625a489d7a8f5951
Simon Brunel
Simon Brunel
Describe the release process
describe the release process
28
false
false
4
true
true
true
chartjs
Chart.js
1,516
f12fbbc6ccdd07cb3780ce647723a5994e59ab27
Simon Brunel
Simon Brunel
Remove encrypted data from .travis.yml Secure values are now read from environment variables defined in the repository settings: https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
remove encrypted data from .travis.yml
38
false
false
5
true
true
true
chartjs
Chart.js
1,517
e8a51d80c809a26c1365070e8570f7a883248831
Simon Brunel
Simon Brunel
#3033 Deploy dist files and bower.json (tags) Add a new Travis deploy task to push dist/*.js and bower.json files into tag sources: - requires Travis GITHUB_AUTH_TOKEN and GITHUB_AUTH_EMAIL environment variables - skipped if not built from the "release" branch - release.sh must be executable (see comment) - reads tag ...
deploy dist files and bower.json (tags)
39
false
false
6
true
true
true
chartjs
Chart.js
1,518
cd50edbc84c2f32a1226c14192e504a30bacd73e
Simon Brunel
Simon Brunel
#3182 Gulp task to generate bower.json file
gulp task to generate bower.json file
37
false
false
6
false
false
false
chartjs
Chart.js
1,519
0ebe388611a8d394750aa6dba5634db26e378742
etimberg
etimberg
Update version for v2.2.2 release
update version for v2.2.2 release
33
false
false
5
true
true
true
chartjs
Chart.js
1,520
4a4dccd6c1255b49041e54666cd9ca78d842dc54
Ekaterina Dontsova
Simon Brunel
Fix #3044 Line chart single data point centering (#3166) In line charts, when there is only one label and data point, both are now horizontally centered.
fix line chart single data point centering
43
false
false
7
false
true
false
chartjs
Chart.js
1,521
8afac7bd3c508e3cc5ad6035c97c1560905a5ec4
Evert Timberg
GitHub
Merge pull request #3191 from chartjs/fix/2994 Fix issues with repeated labels in the category scale and added a tes…
merge pull request from chartjs/fix/2994
41
true
false
5
true
true
false
chartjs
Chart.js
1,522
016f070a325691048af6ee3de920522494b4ca2f
Evert Timberg
GitHub
Merge pull request #3192 from chartjs/fix/2872 When drawTicks is false, we should not include their size in the size…
merge pull request from chartjs/fix/2872
41
true
false
5
true
true
false
chartjs
Chart.js
1,523
904f19fb7e443834500cb806cf3e5881dc57c713
etimberg
etimberg
When drawTicks is false, we should not include their size in the size of the axis
when drawticks is false, we should not include their size in the size of the axis
81
false
false
16
false
false
false
chartjs
Chart.js
1,524
1749d90faf74c8b2f1e22b6ba9b8e74abb8b4c28
Evert Timberg
Evert Timberg
Fix issues with repeated labels in the category scale and added a test to cover this case.
fix issues with repeated labels in the category scale and added a test to cover this case
89
false
false
17
true
true
false
chartjs
Chart.js
1,525
b33aff20919ca65e7914aa368fb99961e36e89be
Evert Timberg
GitHub
Merge pull request #3131 from Lighnat0r/master Use parser options in getPixelForValue for time scale
merge pull request from lighnat0r/master
41
true
false
5
true
false
false
chartjs
Chart.js
1,526
89531c6b932d77184c8acde96cf2988d7627d7a1
Evert Timberg
GitHub
Merge pull request #3112 from MatthieuRivaud/MonotoneCubicInterpolation Monotone cubic interpolation
merge pull request from matthieurivaud/monotonecubicinterpolation
66
true
false
5
true
false
false
chartjs
Chart.js
1,527
c94673e55af2618da2f1e4a87719972f4fdb0f7f
Evert Timberg
GitHub
Merge pull request #3128 from vermeeca/3127-tooltip-sort Accept chart data to itemSort callback for Tooltips
merge pull request from vermeeca/3127-tooltip-sort
51
true
false
5
true
false
false
chartjs
Chart.js
1,528
c283867f73a5caea271304dd42480383ccd515ba
Tomasz Moń
Evert Timberg
Remove smallestLabelSeparation from TimeScale (#3186) In case of charts with over 4000 points, smallestLabelSeparation calculation contributes significantly to total cpu usage (about 25% according to built-in Chrome profiler). Important thing to note is that result of this calculation is not used at all. Related...
remove smallestlabelseparation from timescale
45
false
false
4
true
true
true
chartjs
Chart.js
1,529
e1995473f02fde0cf4b840f642f45634122a3a48
mdewilde
Simon Brunel
Document possible options for animation.easing (#3111) List all possible values for animation.easing and reference URL with more information (taken from code comment).
document possible options for animation.easing
46
false
false
5
false
true
false
chartjs
Chart.js
1,530
349a8a33ea2a3216bcb41666afe945944132e1b9
Karthik Iyengar
Evert Timberg
Added borderDash support for grid lines (#3136) (#3142) * Added borderDash support for grid lines (#3136) * Save and restore context to prevent border dash being applied to other elements * Adds support for borderDashOffset, checks for setLineDash (IE9/IE10) * Fixes tests
added borderdash support for grid lines
39
false
false
6
false
false
false
chartjs
Chart.js
1,531
31197978b7052fef053d093258a3f9e40eab8289
Ekaterina Dontsova
Simon Brunel
Fix #2966: 0 values in logarithmic scale for line and vertical bar charts (#3016)
0 values in logarithmic scale for line and vertical bar charts
62
false
false
11
false
false
false
chartjs
Chart.js
1,532
ff0e8eadabaf5e7d9fa8c41f1537a1d223bae054
Lighnat0r
GitHub
Use parser options in getPixelForValue for time scale
use parser options in getpixelforvalue for time scale
53
false
false
8
true
true
false
chartjs
Chart.js
1,533
88de438c0ef62c97277710e8b7c7733e7a69c120
Craig Vermeer
Craig Vermeer
3127 - Modify the itemSort callback for tooltips to accept a third parameter of the data object passed to the chart
3127 - modify the itemsort callback for tooltips to accept a third parameter of the data object passed to the chart
115
false
false
21
false
false
false
chartjs
Chart.js
1,534
5fea5a1156829908114f3748ee02130b08795670
Evert Timberg
GitHub
Merge pull request #3094 from chartjs/fix/3090 Make the iframe not focusable by using tabIndex of -1
merge pull request from chartjs/fix/3090
41
true
false
5
true
true
false
chartjs
Chart.js
1,535
c20d391b49da743c060a2a49c269d943eb1fb6a2
Zach Panzarino
Zach Panzarino
Remove empty if statement in element.line.js
remove empty if statement in element.line.js
44
false
false
6
false
false
false
chartjs
Chart.js
1,536
abfbdd5f312bc3be7add68f356fcaf097ca938f9
Zach Panzarino
Zach Panzarino
Remove unneeded trailing commas
remove unneeded trailing commas
31
false
false
4
true
true
true
chartjs
Chart.js
1,537
6e9ee1f137828fe68a567c35a4d89ce38d770de1
Zach Panzarino
Zach Panzarino
Merge 'Documentation updates' #3110
merge 'documentation updates'
29
true
false
3
false
true
false
chartjs
Chart.js
1,538
57f2d7de58427a413c406ef0a5a4e120e3351620
Zach Panzarino
Zach Panzarino
Update docs and add plugin section (suggested by @simonbrunel)
update docs and add plugin section (suggested by @simonbrunel)
62
false
false
9
false
true
false
chartjs
Chart.js
1,539
333f2eba99e29ae643671edbef08a245cae9743c
Xingan Wang
Simon Brunel
Fix scale options update (#4198) - allow options to be updated in-place or as a new object - re-merge new options and rebuild scales & tooltips - preserve reference to old scale if id/type not changed - related tests and new sample also added. - update document about options update - update doc and example
fix scale options update
24
false
false
4
false
false
false
chartjs
Chart.js
1,540
42d3d91f52b547e77d2e05d0dc44054f7d975e3c
jcopperfield
Evert Timberg
Fix issue #4441 - y-axis labels partially hidden due to restrictive initial fitting. (#4942) * Fix issue 4441: - y-axis labels partially hidden due to restrictive initial fitting. * Add regression test to linear scale * Moved regression test from linear scale to core layout service
fix issue - y-axis labels partially hidden due to restrictive initial fitting.
79
false
false
12
false
false
false
chartjs
Chart.js
1,541
e2dd4483c79956b76fa3a7bddf0e379e48b3877e
Jean-Philippe Sirois
Evert Timberg
Add an Ember.js Integration in the Documentation (#4984)
add an ember.js integration in the documentation
48
false
false
7
true
true
true
chartjs
Chart.js
1,542
8ce7a9146b7e335e83e598c1039a808fa5ef4038
Evert Timberg
GitHub
Fix line to time axis documentation in bar chart docs (#4979)
fix line to time axis documentation in bar chart docs
53
false
false
10
true
true
false
chartjs
Chart.js
1,543
6b824d933451243a4fc57d973da6a8ebe6175b8f
anders
Evert Timberg
add check on overwriting canvas height/width (#4874) * add check on overwriting canvas height/width * unit test for this
add check on overwriting canvas height/width
44
false
false
6
true
false
true
chartjs
Chart.js
1,544
e080e782ab44f34d2bcd63ad6255f48bac2292ea
jcopperfield
Simon Brunel
Fix bumpy line on smooth data set (#4944) Linear scale getPixelForValue() method doesn't round the returned value anymore.
fix bumpy line on smooth data set
33
false
false
7
true
true
true
chartjs
Chart.js
1,545
447ca40a7f8baa2ec55f3388e02cabcfe8cbfadc
jcopperfield
Simon Brunel
Correctly handle stacked groups when not adjacent (#4937) Only the dataset index was used for indexing the stack
correctly handle stacked groups when not adjacent
49
false
false
7
false
false
false
chartjs
Chart.js
1,546
683e86e549d8cc4f4f8d23b57b05ea4f41184768
Kaido Hallik
Evert Timberg
Avoid tooltip truncation in x axis if there is enough space (#3998) * In tooltip x align calculation take into account caretSize Truncation up to caretSize pixels could happen if label text produced tooltip element with size width: * left side tooltip: width < x and width > x - caretSize * right side tooltip: wid...
avoid tooltip truncation in x axis if there is enough space
59
false
false
11
true
true
false
chartjs
Chart.js
1,547
939756c26083d5fbd7c8ae2ed7981696566684eb
jcopperfield
Simon Brunel
Fix log scale when value is 0 (#4913)
fix log scale when value is 0
29
false
false
7
true
true
true
chartjs
Chart.js
1,548
d415e617d8bb8d597ecd1a045f8dd777070de805
Ben McCann
Evert Timberg
Reset only when animating (#4923)
reset only when animating
25
false
false
4
false
false
false
chartjs
Chart.js
1,549
52790f6f23792ff5c2b35adfe175cc49f8521504
Martin Alex Philip Dawson
Evert Timberg
Update extensions.md (#4930) Removed trailing space from waterfall-plugin.
update extensions.md
20
false
false
2
false
false
false
chartjs
Chart.js
1,550
67479c22f9d5bf96bfe0ca216082395a412701e9
Jonathan Grimes
Simon Brunel
Relax dependencies semver range (#4891) Prevent duplicate version of moment.js (which is pretty large) when an app also depends on moment (with less strict semver range)
relax dependencies semver range
31
false
false
4
false
true
false
chartjs
Chart.js
1,551
95d7d8c20df4377c238224654037e2f4886823a8
Martin Alex Philip Dawson
Simon Brunel
Add link to chartjs-plugin-waterfall (#4921)
add link to chartjs-plugin-waterfall
36
false
false
4
true
true
true
chartjs
Chart.js
1,552
34709826cd05cb6bacd2150726768bd619b7c765
Aspaldiko
Simon Brunel
Fix incorrect samples titles (#4914)
fix incorrect samples titles
28
false
false
4
false
true
false
chartjs
Chart.js
1,553
7f751c8d8082e204269945958e41d72c5d2f7d52
andig
Simon Brunel
Suppress coveralls errors if run from fork (#4699)
suppress coveralls errors if run from fork
42
false
false
7
false
true
false
chartjs
Chart.js
1,554
ffbdb483105c750c836fde32501f65d9577ddc83
Ben McCann
Simon Brunel
Upgrade dependencies (incl. ESLint 4) (#4738)
upgrade dependencies (incl. eslint 4)
37
false
false
5
true
true
true
chartjs
Chart.js
1,555
8a6d58d2d907fcf608b7c509d19eee929e5bd1bc
Ben McCann
Simon Brunel
Bump version to 2.7.1 (#4877)
bump version to 2.7.1
21
true
false
4
true
true
false
chartjs
Chart.js
1,556
13e9676625723a4c6d4e8232b2fe3fa02421d38b
Evert Timberg
Simon Brunel
Reset tooltip when calling Chart.update (#4840)
reset tooltip when calling chart.update
39
false
false
5
true
true
true
chartjs
Chart.js
1,557
26c1936dee7dcc2f00b63af9bb04e9af1703e461
Simon Brunel
GitHub
Move extend and inherits helpers in helpers.core.js (#4878) Fix Rollup issue caused by early access of the `extend` and `inherits` helpers not yet part of the `helpers/index` import. Also added (basic) unit tests for whose methods.
move extend and inherits helpers in helpers.core.js
51
false
false
7
true
false
false
chartjs
Chart.js
1,558
c81a55fed1d9da9f97cc26391083876e5471e84f
Simon Brunel
Evert Timberg
Add jsDelivr as CDN install option (#4881)
add jsdelivr as cdn install option
34
false
false
6
true
true
true
chartjs
Chart.js
1,559
9f32f0775a38088a829cad6e920989ee98e3c86d
Ben McCann
Simon Brunel
Attempt to fix test flakiness (Firefox) (#4880) These settings deal with browser disconnects. We had seen test flakiness from Firefox: [Firefox 56.0.0 (Linux 0.0.0)]: Disconnected (1 times), because no message in 10000 ms
attempt to fix test flakiness (firefox)
39
false
false
6
false
false
false
chartjs
Chart.js
1,560
ee6432b4cbb5a2bf191d5ff5bb890136a2a279f5
Evert Timberg
GitHub
Update supported browser section (#4818)
update supported browser section
32
false
false
4
false
false
false
chartjs
Chart.js
1,561
b64fd5db2526b33b5da6b8182f50bba8042b82af
Ben McCann
Simon Brunel
Respect min and max when building ticks (#4860) Generate time scale ticks (`ticks.source: 'auto'`) based on the effective visualized range instead of the actual data range, meaning that the computed units and/or step size may change if the time options min and max are different from the data min and max.
respect min and max when building ticks
39
false
false
7
false
false
false
chartjs
Chart.js
1,562
11315fba2bef8c07591dcc21e6d2d594caf6d59b
minusf
Evert Timberg
minor doc fixes (#4851)
minor doc fixes
15
false
false
3
false
false
false
chartjs
Chart.js
1,563
8ac0257f8da13afffc3e5d32c9b6debea8f6f6a0
JewelsJLF
Simon Brunel
Add "beforeTooltipDraw" and "afterTooltipDraw" plugin hooks (#4793)
add "beforetooltipdraw" and "aftertooltipdraw" plugin hooks
59
false
false
6
false
true
false
chartjs
Chart.js
1,564
c83b03f668a5de2cc60678220a9ea50ebd44a1af
Florian Scholz
Evert Timberg
Fixes #4772: added scope for tooltip position mode call and added docs (#4784) * added scope for tooltip position mode call and added docs * added test for positioner * removed named func for lint * resolved pull-request comments
added scope for tooltip position mode call and added docs
57
false
false
10
false
false
false
chartjs
Chart.js
1,565
d81afc8b5a0f4f27d9d81f1dd748a7a01e7365c0
Ben McCann
Evert Timberg
Fix choosing of formatting unit (#4779) * Don't change minorFormat when determining label capacity * Fix choosing of formatting unit
fix choosing of formatting unit
31
false
false
5
false
true
false
chartjs
Chart.js
1,566
d2226b289236e45f277ab95686e45cbe7a64ad62
Ben McCann
Evert Timberg
Fix markdown (#4827)
fix markdown
12
false
false
2
false
true
false
chartjs
Chart.js
1,567
fa2ca2c1e2a6cefb4044a33d1bd1ab44aa907dfc
Ben McCann
Evert Timberg
Clarify that x/y coordinates only work with the time scale (#4826)
clarify that x/y coordinates only work with the time scale
58
false
false
10
false
false
false
chartjs
Chart.js
1,568
3fe198c86098ae50d5d5e9b74d111d5f8fa74bf0
Simon Brunel
GitHub
Fix responsive issue when the chart is recreated (#4774) Chrome specific issue that happens when destroying a chart and re-creating it immediately (same animation frame?). The CSS animation used to detect when the canvas become visible is not re-evaluated, breaking responsiveness. Accessing the `offsetParent` property...
fix responsive issue when the chart is recreated
48
false
false
8
true
true
true
chartjs
Chart.js
1,569
73a3c3b8214047770840d603bc047731b24df1c0
Fabio Poloni
Evert Timberg
fixed typo (#4819)
fixed typo
10
false
false
2
false
false
false
chartjs
Chart.js
1,570
0bd0654efb4a19f192a485d88daadbe8ee2f44c0
Rittyan
Evert Timberg
fix colour settings of BeforeLabel and BeforeBody (#4783) * fix colour settings of BeforeLabel and BeforeBody * delete redundant variable declaration * collect label colour setting.
fix colour settings of beforelabel and beforebody
49
false
false
7
true
true
true
chartjs
Chart.js
1,571
b4d69247b055e25c87bf67019112495c5fa982db
Ben McCann
Evert Timberg
Fix handling of null labels (#4795)
fix handling of null labels
27
false
false
5
false
true
false
chartjs
Chart.js
1,572
b94532c29f7a4526e8c48961a1451e4ae1a9460c
Rydori
Evert Timberg
Error if style is null (#4781) I tested in Chrome and when style(line 50) is null, style.toString is undefined Reason: typeof null equals "object" (at least in Chrome)
error if style is null
22
false
false
5
false
false
false
chartjs
Chart.js
1,573
8a4ac1e12ef8f266fa2dea17b263b54adfc62ee5
Ben McCann
Evert Timberg
Rename INTERVALS.major to INTERVALS.common (#4777)
rename intervals.major to intervals.common
42
false
false
4
false
true
false
chartjs
Chart.js
1,574
52145de5db5dc3bae093880429b35954f0034993
Evert Timberg
GitHub
Fix regression in x-axis interaction mode (#4762)
fix regression in x-axis interaction mode
41
false
false
6
true
true
true
chartjs
Chart.js
1,575
2b89f7a9893f22efba85e224ee68acff1cd7ee2b
Ben McCann
Evert Timberg
Consistent formatting for cartesian option docs (#4765)
consistent formatting for cartesian option docs
47
false
false
6
false
false
false
chartjs
Chart.js
1,576
4396a5304172820ed33b0cc2f90458f76796c432
Ben McCann
Evert Timberg
Expand scale jsdocs (#4736)
expand scale jsdocs
19
false
false
3
true
true
true
chartjs
Chart.js
1,577
ea703a54bfd63ca0b0fda9adf4aa118b299a37d8
andig
Evert Timberg
Implement scale label padding (#4646)
implement scale label padding
29
false
false
4
false
false
false
chartjs
Chart.js
1,578
543c31d5496526a47123a923fef95c22f6980f4d
Simon Brunel
Evert Timberg
Add Google Analytics to samples and update badges (#4734) Inject the GA tracking snippet for all samples, including the index page. Also update README.md badges using the shields.io service for consistency with flat-square style and cache, and add release badges to the installation documentation page.
add google analytics to samples and update badges
49
false
false
8
true
true
true
chartjs
Chart.js
1,579
fb4357ea9123df1ea1797e98291daf5073ea9d4b
Ben McCann
Simon Brunel
Add a financial time series sample (#4554)
add a financial time series sample
34
false
false
6
false
false
false
chartjs
Chart.js
1,580
b2beb6f4515367428188586229591024d85476ff
Simon Brunel
Evert Timberg
Update chartjs-color dependency (#4733) Enforce dependencies minor versions (tilde symbol: include everything greater than a particular version in the same minor range).
update chartjs-color dependency
31
false
false
3
false
false
false
chartjs
Chart.js
1,581
427aa99cb1af43208626048cb2505bf59121dd50
Ben McCann
Evert Timberg
Make major ticks optional and off by default (#4723)
make major ticks optional and off by default
44
false
false
8
false
true
false
chartjs
Chart.js
1,582
c7464ebf91af37482912b434a9e5dc25cf46666e
Simon Brunel
GitHub
Add platform basic implementation (fallback) (#4708) If `window` or `document` are `undefined`, a minimal platform implementation is used instead, which one only returns a context2d read from the given canvas/context.
add platform basic implementation (fallback)
44
false
false
5
true
true
true
chartjs
Chart.js
1,583
e3b70e0420424ace8d5b45b16490cc3ffc707b38
Simon Brunel
Simon Brunel
Bump version to 2.7.0
bump version to 2.7.0
21
true
false
4
true
true
false
chartjs
Chart.js
1,584
2f950e2ab3a347b182e22774819c84d6e6dcfc19
andig
Simon Brunel
Improve controller tests stability (#4698)
improve controller tests stability
34
false
false
4
false
true
false
chartjs
Chart.js
1,585
459c81d9316e3fa7c02e8670467e7727096c3875
Simon Brunel
Simon Brunel
Remove trailing `.js` in plugin names (docs)
remove trailing `.js` in plugin names (docs)
44
false
false
7
true
true
true
chartjs
Chart.js
1,586
5d57de4e4d8fee2075d773f094d8b11f01ee2c66
Akihiko Kusanagi
Simon Brunel
Fix bar chart with {x, y} data points (#4673)
fix bar chart with {x, y} data points
37
false
false
8
false
true
false
chartjs
Chart.js
1,587
5a014dc36190107146ebf4f7c29bc2cfb40c36ec
Simon Brunel
GitHub
Fix wild special zero grid line when undefined (#4700) Remove the special drawing for an undefined zero grid line since it causes issue when the first tick is not aligned on the scale extremity (ie only linear scales now display a special grid line for the origin). Hide scales in the filler plugin unit test fixtures t...
fix wild special zero grid line when undefined
46
false
false
8
true
true
true
chartjs
Chart.js
1,588
488cbbcbf6ccea2aaeb0be8378fedfaa852d0331
Akihiko Kusanagi
Simon Brunel
Fix flipped stepped line in filler plugin (#4697)
fix flipped stepped line in filler plugin
41
false
false
7
false
false
false
chartjs
Chart.js
1,589
31049ebcba71dd205901e439883fae991307bed8
Simon Brunel
Evert Timberg
Add chartjs-plugin-datalabels plugin link (#4701)
add chartjs-plugin-datalabels plugin link
41
false
false
4
false
false
false
chartjs
Chart.js
1,590
530c613e5c661996894235a10efae99162a0c8f1
andig
Evert Timberg
Improve bar test stability (#4694)
improve bar test stability
26
false
false
4
false
true
false
chartjs
Chart.js
1,591
e758798798d65f27079be8369dff44730b3bf686
Simon Brunel
Simon Brunel
Fix scriptable options documentation snippet
fix scriptable options documentation snippet
44
false
false
5
false
false
false
chartjs
Chart.js
1,592
872dfec0f3a99bfbf3dbc84e4b07bde1c986e93d
Simon Brunel
GitHub
Introduce scriptable options (bubble chart) (#4671) New `options.resolve` helper that determines the final value to use from an array of input values (fallback) and a given context and/or index. For now, only the bubble chart support scriptable options, see documentation for details. Add scriptable options document...
introduce scriptable options (bubble chart)
43
false
false
5
true
true
true
chartjs
Chart.js
1,593
46c3b2406e32f05041116b162feb9bf1feea00f1
andig
Evert Timberg
Make bar tests independent from scales (#4686)
make bar tests independent from scales
38
false
false
6
false
true
false
chartjs
Chart.js
1,594
5a3de5163ad6e8c9dde28382feb420025dfe0e77
Evert Timberg
GitHub
When a radial scale is rotated using the startAngle option, the tick labels did not appear in the correct places. (#4682)
when a radial scale is rotated using the startangle option, the tick labels did not appear in the correct places.
113
false
false
20
false
false
false
chartjs
Chart.js
1,595
0e5ce3f4e7ce8d6ab414377562b506d3d00bb512
andig
Evert Timberg
Fix autoskipped ticks messing up category axis (#4649)
fix autoskipped ticks messing up category axis
46
false
false
7
false
true
false
chartjs
Chart.js
1,596