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
b9afeaf973999516cd3fdfdf4ec7c86b223d9263
Xingan Wang
Evert Timberg
remove redundant tooltip initialize (#4655)
remove redundant tooltip initialize
35
false
false
4
true
true
true
chartjs
Chart.js
1,597
7dc71d009ba13617bdde1e5c3e59b9c47dc34fe8
Akihiko Kusanagi
Simon Brunel
Make `offsetGridLines` consistent and add new `offset` scale option (#4545) Add a new `offset` option to scales to add extra space at edges and remove the `includeOffset` argument from `getPixelForValue()` and `getPixelForTick()`. The bar controller now automatically calculates the bar width to avoid overlaps. When `o...
make `offsetgridlines` consistent and add new `offset` scale option
67
false
false
9
true
true
false
chartjs
Chart.js
1,598
7e6b46253d225d44e2c7693b7da7206c07c139eb
Zach Panzarino
GitHub
Update codeclimate.yml (#4654) * Update codeclimate.yml * Update .codeclimate.yml
update codeclimate.yml
22
false
false
2
true
false
false
chartjs
Chart.js
1,599
3e2b405b97ab47132729e407e34b4a057c67a44a
andig
Simon Brunel
Ticks callback is now called with `this` as scope (#4632)
ticks callback is now called with `this` as scope
49
false
false
9
false
false
false
chartjs
Chart.js
1,600
4697226c8c932e69087c2fef109e5dcd0b671348
Ben McCann
Evert Timberg
Document new time options (#4592)
document new time options
25
false
false
4
false
false
false
chartjs
Chart.js
1,601
1eeffa3d584cdd8d1f54b7455487ae9b13478ebe
Ben McCann
Simon Brunel
Refactor autoskip functionality into a separate method (#4614)
refactor autoskip functionality into a separate method
54
false
false
7
false
true
false
chartjs
Chart.js
1,602
8dca88c7d52f9ec153e920eb2a89254f98b1d44d
andig
Evert Timberg
Fix tests on OSX with retina screen * Fix retina unit test failures * Honor config file formatting * Prevent gulp error on non-zero karma result
fix tests on osx with retina screen
35
false
false
7
true
true
true
chartjs
Chart.js
1,603
9ef5cc72f6660ee6325700c9d2dfbd50f83be40b
Simon Brunel
GitHub
Enforce variable declaration coding style (#4610) For consistency, enable ESLint `one-var` rule to require multiple variable declarations for initialized variables per scope. Uninitialized variables can still be declared together (preferred) or separately. http://eslint.org/docs/rules/one-var
enforce variable declaration coding style
41
false
false
5
false
false
false
chartjs
Chart.js
1,604
51603cce2e88ce8267dc0dab67b85f871e8e9ccc
Ben McCann
Simon Brunel
Make Chart.Ticks private and remove Chart.Ticks.generators.time (#4602)
make chart.ticks private and remove chart.ticks.generators.time
63
false
false
6
false
true
false
chartjs
Chart.js
1,605
2922dc96cfd3c3448538c19c02b349fe939f16eb
Ben McCann
Simon Brunel
Allow updating dataset types (#4586)
allow updating dataset types
28
false
false
4
false
false
false
chartjs
Chart.js
1,606
15934e49c57d0f0c578ef1ccd7ec9077ac976919
Simon Brunel
GitHub
Change `scale.ticks.bounds` to `scale.bounds` (#4595) The `bounds` option makes more sense directly under `scale` since it defines the scale limits strategy when no explicit min/max are specified. Also change the `bounds: 'labels'` option value for `bounds: 'ticks'` because it really means: "ensure ticks to be fully v...
change `scale.ticks.bounds` to `scale.bounds`
45
false
false
4
false
true
false
chartjs
Chart.js
1,607
2c52209ba73cc9b190608319dbba0593f3df455e
Simon Brunel
GitHub
Replace the IFRAME resizer by DIVs (#4596) Resize detection is now based on scroll events from two divs nested under a main one. Implementation inspired from https://github.com/marcj/css-element-queries.
replace the iframe resizer by divs
34
false
false
6
true
true
true
chartjs
Chart.js
1,608
f90ee8c786c24e44a252964c74970382d9c39016
Simon Brunel
GitHub
Add support for detached canvas element (#4591) Allow to create a chart on a canvas not yet attached to the DOM (detection based on CSS animations described in https://davidwalsh.name/detect-node-insertion). The resize element (IFRAME) is added only when the canvas receives a parent or when `style.display` changes fro...
add support for detached canvas element
39
false
false
6
true
true
true
chartjs
Chart.js
1,609
d480e11ea09681d3d95dd827688ff1a3819117ba
Ben McCann
Evert Timberg
Render charts only once in time scale tests (#6347)
render charts only once in time scale tests
43
false
false
8
true
true
true
chartjs
Chart.js
1,610
0d3754254ab3293bb68f57023d47ba53d87fe483
Akihiko Kusanagi
Evert Timberg
Correct descriptions on ticks.display and add pointLabels.display (#6293) * Correct descriptions on ticks.display and add pointLabels.display * Remove notes about angleLines.display and pointLabels.display
correct descriptions on ticks.display and add pointlabels.display
65
false
false
7
false
false
false
chartjs
Chart.js
1,611
1c857008a859d980b5ea688696aea027219e2ae7
Akihiko Kusanagi
Evert Timberg
Fix getValueForPixel in time scale (#6328) * Fix getValueForPixel in time scale * Minor refactoring
fix getvalueforpixel in time scale
34
false
false
5
false
true
false
chartjs
Chart.js
1,612
07109b674b7675d3b3158bf6166f08e16a2c8218
Ben McCann
Evert Timberg
[performance] replace helpers.each calls with for-loops (#6301) * [performance] replace helpers.each calls with for-loops * Use Math.min/max instead of if statement * Rename variable
[performance] replace helpers.each calls with for-loops
55
false
false
6
false
false
false
chartjs
Chart.js
1,613
db6a6d5989cb33dda38c3ecbe2ce0b4b19b3d013
Jukka Kurkela
Evert Timberg
Refactor core.layouts (#6304)
refactor core.layouts
21
false
false
2
false
false
false
chartjs
Chart.js
1,614
e3e80c9ac61c582381ea6d4e1fc48ce55ae04dc6
Akihiko Kusanagi
Evert Timberg
Support spanGaps in radar charts (#6289) * Support spanGaps in radar charts * Minor fixes based on feedback
support spangaps in radar charts
32
false
false
5
false
true
false
chartjs
Chart.js
1,615
d81914ea29aa8fd26a6aef286b37922a267b2252
Akihiko Kusanagi
Evert Timberg
Adjust virtical alignment of tooptip items (#6292)
adjust virtical alignment of tooptip items
42
false
false
6
true
true
true
chartjs
Chart.js
1,616
bb5f12ad2abea9b92d1d2d1bae991a26a95c3cfb
Akihiko Kusanagi
Evert Timberg
Support object values for bar charts (#6323) * Support object values for bar charts * Check if null or undefined * Refactor category scale code * Make isNullOrUndef global
support object values for bar charts
36
false
false
6
true
true
true
chartjs
Chart.js
1,617
b31980edab1f0b9e0a446af10c2a1d4d226566f2
Ben McCann
Evert Timberg
[performance] faster major tick calculation (#6307) * [performance] faster major tick calculation * Address review comments * Replace isNaN
[performance] faster major tick calculation
43
false
false
5
false
false
false
chartjs
Chart.js
1,618
9eecdf4da1bf79169642edd93275236d1aa9851b
Akihiko Kusanagi
GitHub
Update dataset metadata when axisID changes (#6321)
update dataset metadata when axisid changes
43
false
false
6
true
true
true
chartjs
Chart.js
1,619
bf094c59dba56f44fe99469feecfdab58bc3e843
Akihiko Kusanagi
GitHub
Assign unique scale IDs (#6291)
assign unique scale ids
23
false
false
4
false
true
false
chartjs
Chart.js
1,620
70b32ff20edc621022db194fe3439d9e9c010d02
Akihiko Kusanagi
Simon Brunel
Support rotation for pointStyle image (#6287)
support rotation for pointstyle image
37
false
false
5
true
true
true
chartjs
Chart.js
1,621
b02a3a8175152d5e6d2bed54d5f0348ee9b3d840
Akihiko Kusanagi
Simon Brunel
Fix regression with lineTension (#6288)
fix regression with linetension
31
false
false
4
true
true
true
chartjs
Chart.js
1,622
bd3ab17ef7476feea02d6b010f67f01976120999
Akihiko Kusanagi
Evert Timberg
Add tests and a sample for radar scriptable line options (#6263) * Add tests and a sample for radar scriptable line options * Improve image tests
add tests and a sample for radar scriptable line options
56
false
false
10
true
true
false
chartjs
Chart.js
1,623
abbddd1298c6dee2e294bf6689b4e62160087347
Jukka Kurkela
Simon Brunel
Allow specifying labels in time scale options (#6257)
allow specifying labels in time scale options
45
false
false
7
true
false
true
chartjs
Chart.js
1,624
03a3199306ade1253bcdc0c84d009d16059ce4a4
Akihiko Kusanagi
Simon Brunel
Treat null as NaN in radialLinear scale (#6282)
treat null as nan in radiallinear scale
39
false
false
7
true
false
true
chartjs
Chart.js
1,625
cfcdcccc32e2ad41b281ea842720d7cf623e1c4a
Akihiko Kusanagi
Simon Brunel
Support boundary filling modes in radialLinear scale (#6281)
support boundary filling modes in radiallinear scale
52
false
false
7
false
true
false
chartjs
Chart.js
1,626
7d8526f691c13d065fbf24f574b2cb628ed57c91
gwyneblaidd
Simon Brunel
Add support for floating bar chart ([start, end]) (#6056)
add support for floating bar chart ([start, end])
49
false
false
8
true
true
true
chartjs
Chart.js
1,627
4f04ee5d7784cfc318c733e19fce8ca239213a58
Akihiko Kusanagi
Simon Brunel
Keep lines on the left and right edges from being cut (#6285)
keep lines on the left and right edges from being cut
53
false
false
11
true
true
false
chartjs
Chart.js
1,628
200672a787b79b6b38ab8ff9ce1c68924e7d75f4
Akihiko Kusanagi
Simon Brunel
Apply lineJoin style at the first point in radar charts (#6269)
apply linejoin style at the first point in radar charts
55
false
false
10
true
true
false
chartjs
Chart.js
1,629
9482ee55eb7c3bf8486c3272b72b8ab9541f2589
Akihiko Kusanagi
Simon Brunel
Fix point label counting in radialLinear scale (#6280)
fix point label counting in radiallinear scale
46
false
false
7
false
true
false
chartjs
Chart.js
1,630
e35b8891ce2144f3ca9a842a316d3dd6ff791027
Akihiko Kusanagi
Simon Brunel
Treat 0 as a valid point label for radial scale (#6279)
treat 0 as a valid point label for radial scale
47
false
false
10
true
true
true
chartjs
Chart.js
1,631
e5c68e2c82cb112af0d71860736ba76cf864701d
Ben McCann
Simon Brunel
Fix data in financial sample (#6244)
fix data in financial sample
28
false
false
5
true
true
true
chartjs
Chart.js
1,632
196274defcd206c7581bd20dd005f650aa63c4f5
Ben McCann
Akihiko Kusanagi
Use tick.major rather than recomputing (#6265)
use tick.major rather than recomputing
38
false
false
5
true
true
true
chartjs
Chart.js
1,633
1686ce0aa7e09249165732f5a35bee60393064d7
Jukka Kurkela
Simon Brunel
Apply offset regardless of min/max time scale options (#6264)
apply offset regardless of min/max time scale options
53
false
false
8
false
true
false
chartjs
Chart.js
1,634
89f2e04ff057848ae43885089fc0060e375746a2
Jukka Kurkela
Simon Brunel
Fix ticks generation for vertical time scale (#6258)
fix ticks generation for vertical time scale
44
false
false
7
true
true
true
chartjs
Chart.js
1,635
707e52a014347bf1e69c96996cb3c92d5a66bb9c
Ben McCann
Simon Brunel
Fix determineUnitForFormatting floating point error (#6259)
fix determineunitforformatting floating point error
51
false
false
5
false
true
false
chartjs
Chart.js
1,636
2a96d83c2c459a19cc5a366c3e90c488dad8fc8e
Jukka Kurkela
Simon Brunel
Implement layers (z-index) for layout items (#6241)
implement layers (z-index) for layout items
43
false
false
6
false
true
false
chartjs
Chart.js
1,637
95b9953922647dfb1ce55c4cf76d61abb27b800f
Jukka Kurkela
Simon Brunel
Fix overlapping auto-generated ticks on time scale (#6115)
fix overlapping auto-generated ticks on time scale
50
false
false
7
false
false
false
chartjs
Chart.js
1,638
feeda5d0344847e77cdeb899dc4db4182c321b85
Akihiko Kusanagi
Simon Brunel
Make legend appearance consistent with chart elements (#5621)
make legend appearance consistent with chart elements
53
false
false
7
true
true
false
chartjs
Chart.js
1,639
f093c36574d290330ed623e60fbd070421c730d5
Ben McCann
Simon Brunel
Cache getScaleForId() calls in the line controller (#6250)
cache getscaleforid() calls in the line controller
50
false
false
7
false
false
false
chartjs
Chart.js
1,640
d6a5ea0d3629f8687ccd12637f221bd3c68451d1
Ben McCann
Simon Brunel
Implement per-dataset type (default and per-chart) options (#5999)
implement per-dataset type (default and per-chart) options
58
false
false
7
false
true
false
chartjs
Chart.js
1,641
58e154c7da0d4a8b651009cc30e06fcf11459e3e
Jukka Kurkela
Simon Brunel
Avoid time related deprecation warnings in tests (#6246)
avoid time related deprecation warnings in tests
48
false
false
7
false
true
false
chartjs
Chart.js
1,642
a9d4ebf8810b30c5681ae41ce380522aa7248d40
Evert Timberg
Simon Brunel
Remove the old slack token used for notifications. (#6245)
remove the old slack token used for notifications.
50
false
false
8
true
true
true
chartjs
Chart.js
1,643
ddee91eb9f7f68d64b1634c103ebbc8421b23c7a
Jukka Kurkela
Akihiko Kusanagi
Fix tooltip title in radar charts (#6238)
fix tooltip title in radar charts
33
false
false
6
true
true
true
chartjs
Chart.js
1,644
4f722ab619be071e90dd9ea67db27032dc9edd2a
Akihiko Kusanagi
Simon Brunel
Fix arc size calculation when circumference is under 2PI (#6224)
fix arc size calculation when circumference is under 2pi
56
false
false
9
false
false
false
chartjs
Chart.js
1,645
1a2a87be3b6eb85d7749fb13e13910e58ba2a735
Jukka Kurkela
Simon Brunel
Fix arc border with circumference over 2*PI (#6215)
fix arc border with circumference over 2*pi
43
false
false
7
true
true
true
chartjs
Chart.js
1,646
0de9fad2b015a6b1910fd9169ac128073b897a46
Akihiko Kusanagi
Simon Brunel
Fix tick label rotation and layout issues (#5961)
fix tick label rotation and layout issues
41
false
false
7
false
false
false
chartjs
Chart.js
1,647
a2ab311fa57bd4a9b68d646b56bb85747a1f705d
Akihiko Kusanagi
Simon Brunel
Use the appropriate time format for auto tick generation (#6182)
use the appropriate time format for auto tick generation
56
false
false
9
true
true
false
chartjs
Chart.js
1,648
4e349a0149c630df8ae969f30207806158571104
Jukka Kurkela
Simon Brunel
Fill before drawing lines (#6208)
fill before drawing lines
25
false
false
4
false
false
false
chartjs
Chart.js
1,649
89af7b1383fffd477e0f6245770920e36450ac58
Jukka Kurkela
Simon Brunel
Fix missing tooltip value in radar charts (#6209)
fix missing tooltip value in radar charts
41
false
false
7
true
true
true
chartjs
Chart.js
1,650
faad02331393b5ae4f07eafc119002fa21966118
Josh McEwen
Simon Brunel
Fix typo in doughnut documentation (#6186)
fix typo in doughnut documentation
34
false
false
5
true
true
true
chartjs
Chart.js
1,651
15d8ac38bd9eb4384d58f8ca0385a952222d0d82
stockiNail
Simon Brunel
Make docs consistent for cubicInterpolationMode and fill (#6132)
make docs consistent for cubicinterpolationmode and fill
56
false
false
7
false
true
false
chartjs
Chart.js
1,652
c457b506b8f16f418d3b82faba58b7d06865d70e
Akihiko Kusanagi
Simon Brunel
Normalize angle for index in radialLinear scale (#6177)
normalize angle for index in radiallinear scale
47
false
false
7
false
true
false
chartjs
Chart.js
1,653
14007a912d5b681904a5a5b9a652a24eb5d45b17
Akihiko Kusanagi
Simon Brunel
Fix ticks.minor and ticks.major configuration issues (#6102)
fix ticks.minor and ticks.major configuration issues
52
false
false
6
true
true
false
chartjs
Chart.js
1,654
a43e3b0f08ba28ece053fa5d6e111dacd53e24a1
Ben McCann
Simon Brunel
Specify time scale min and max options in standard manner (#6097)
specify time scale min and max options in standard manner
57
false
false
10
false
false
false
chartjs
Chart.js
1,655
6a2d87f7bb2e4cfc8544dea79437235ecfe786aa
Ben McCann
Simon Brunel
Remove datapoint with duplicate timestamp in order to fix sample (#6169)
remove datapoint with duplicate timestamp in order to fix sample
64
false
false
10
true
true
false
chartjs
Chart.js
1,656
30cb91d2eb307718965d24efd46444a9ed8a3209
Ben McCann
Simon Brunel
Demonstrate multiple units on financial timeseries sample (#6119)
demonstrate multiple units on financial timeseries sample
57
false
false
7
true
true
false
chartjs
Chart.js
1,657
07fae6159e20392a4a883b0b463dde756c2957ae
Dave Kichler
Simon Brunel
Implement legend.align: 'start', 'center', 'end' (#6141) New `options.legend.align`config option for controlling alignment of legend blocks in horizontal/vertical legends.
'start', 'center', 'end'
24
false
false
3
false
false
false
chartjs
Chart.js
1,658
b9290a20de0ac051b80eca3509163d597ecec476
Janelle deMent
Simon Brunel
Make line options scriptable (#6128)
make line options scriptable
28
false
false
4
false
true
false
chartjs
Chart.js
1,659
86ed35446d394ec505d879e79fd29e6ecb199b87
Akihiko Kusanagi
Simon Brunel
Fix hover animations and optimize pivot() (#6129)
fix hover animations and optimize pivot()
41
false
false
6
true
true
true
chartjs
Chart.js
1,660
0d8b8f637f336dfb68ea8b2088fe980bdd0f358e
Jukka Kurkela
Simon Brunel
Replace helpers.extend with Object.assign when available or use helpers.merge (#6148)
replace helpers.extend with object.assign when available or use helpers.merge
77
false
false
9
true
true
false
chartjs
Chart.js
1,661
4941aa0217ea1cd7029863d08b52fc59aa918af1
Ben McCann
Simon Brunel
Improvements to helpers.almostWhole (#6120)
improvements to helpers.almostwhole
35
false
false
3
false
false
false
chartjs
Chart.js
1,662
390a8d7b413a5ba557f8b73888bad0b19aba8ed4
Ben McCann
Simon Brunel
Add docs for the date adapter used by the time scale (#6134)
add docs for the date adapter used by the time scale
52
false
false
11
true
true
false
chartjs
Chart.js
1,663
6c9f8999116782bbe289d0481e3d1ec6b49ce808
Akihiko Kusanagi
Simon Brunel
Add the description of the tooltip alignment options (#6139)
add the description of the tooltip alignment options
52
false
false
8
true
true
false
chartjs
Chart.js
1,664
75e76cffe5270a9d4cece59871d65ba758ec3dd5
Jukka Kurkela
Simon Brunel
Make decimalPlaces private and update CDN links (#6131)
make decimalplaces private and update cdn links
47
false
false
7
false
true
false
chartjs
Chart.js
1,665
152f1d9725eaf38973687899d69c21f296d5d3f2
Simon Brunel
Simon Brunel
Bump version to 2.8.0
bump version to 2.8.0
21
true
false
4
true
true
false
chartjs
Chart.js
1,666
eddd1f14ba657d64675c6e23a2451b807c7a609b
Simon Brunel
GitHub
Keep the previous extensions page link alive (#6127) Instead of a direct link, restore the extensions.md file which now redirects /notes/extensions.html to https://github.com/chartjs/awesome in case anyone bookmarked it / there were links to it.
keep the previous extensions page link alive
44
false
false
7
false
true
false
chartjs
Chart.js
1,667
f5ff45693e79093279aa8e1463721976c86bea5c
Roman Borovik
Simon Brunel
Correct typo in a comment in test/index.js (#6122)
correct typo in a comment in test/index.js
42
false
false
7
false
false
false
chartjs
Chart.js
1,668
87a74f99a1e73fef3ebd314a11c322829c3d7cd1
Simon Brunel
GitHub
Fix missing Chart.Chart (deprecated) alias (#6112)
fix missing chart.chart (deprecated) alias
42
false
false
5
true
false
true
chartjs
Chart.js
1,669
d3b7559b9b2e1ccb62cd315bd103cafbb34118a2
Jon Rimmer
Simon Brunel
Tighten check for detecting if Moment is installed (#6113)
tighten check for detecting if moment is installed
50
false
false
8
false
true
false
chartjs
Chart.js
1,670
f9f048a5c5ff460e300eec43d7ed6a1fb4f29809
Simon Brunel
Simon Brunel
Bump version to 2.8.0-rc.1
bump version to 2.8.0-rc.1
26
true
false
4
true
true
false
chartjs
Chart.js
1,671
31aebf3bab8a6a45edce853360bc469ed42d386e
Simon Brunel
Simon Brunel
Include generated CSS in the GitHub releases
include generated css in the github releases
44
false
false
7
true
true
true
chartjs
Chart.js
1,672
858cc80a1fbbf33e70808e75aaae94c21968d325
Ben McCann
Simon Brunel
Properly initialize variables if ticks aren't being displayed (#6100)
properly initialize variables if ticks aren't being displayed
61
false
false
8
false
false
false
chartjs
Chart.js
1,673
344628ba9c5fc95a1edbc9cf94488461d24a4b32
Jukka Kurkela
Simon Brunel
Fix animation regression introduced by #5331 (#6108)
fix animation regression introduced by
38
false
false
5
true
true
true
chartjs
Chart.js
1,674
35273ee9488b9764485e6a0adfe92390fa01b130
Simon Brunel
GitHub
Optimize the npm package by removing useless files (#6105) Explicitly target files that should be included in the npm package, making it 10x smaller by removing the docs, samples, scripts, sources, tests and other useless files.
optimize the npm package by removing useless files
50
false
false
8
true
true
true
chartjs
Chart.js
1,675
0ac215b56a14373d3e49d927d39e9e4ccaff52cd
Ben McCann
Simon Brunel
Improve financial sample tooltips and interactions (#6089)
improve financial sample tooltips and interactions
50
false
false
6
false
true
false
chartjs
Chart.js
1,676
653e9a954eae83a8fcf157e6d402bcacaac51821
Ben McCann
Simon Brunel
Add a note about how to include an example against master (#6107)
add a note about how to include an example against master
57
false
false
11
true
true
false
chartjs
Chart.js
1,677
946c6d0617bfa0eb21e86f6f75d7f34b2bb1dc85
Akihiko Kusanagi
Evert Timberg
Fix document errors related to ticks (#6099)
fix document errors related to ticks
36
false
false
6
true
true
true
chartjs
Chart.js
1,678
b2f7adc2b4539ee8d5208ccef8e0f6ab1f9c8558
Simon Brunel
GitHub
Revamp the README.md and add link to the awesome list (#6096) Integrate the upcoming awesome list and make our README.md welcome page more user friendly by displaying the Chart.js logo, adding the docs TOC and removing instructions that was already in the docs.
revamp the readme.md and add link to the awesome list
53
false
false
10
true
true
false
chartjs
Chart.js
1,679
e6cbd9dc7fdcf27193d58acdc73ae66816f1e6b9
John Heroy
John Heroy
Change lineColor to strokeColor in legendTemplate for Line, Bar, and Radar charts
change linecolor to strokecolor in legendtemplate for line, bar, and radar charts
81
false
false
12
true
false
false
chartjs
Chart.js
1,680
f825a31ce48631a032491aab9afefce0679309cb
Miguel Parramon
Miguel Parramon
Fix global config multiTooltipTemplate comment
fix global config multitooltiptemplate comment
46
false
false
5
false
true
false
chartjs
Chart.js
1,681
53c4cd5ce1a8a5f23fd5fa210712f251cacdab2e
chandruxp
chandruxp
Fix for Almond AMD
fix for almond amd
18
false
false
4
false
false
false
chartjs
Chart.js
1,682
8b840ce56be51b61dfc2d4e40e56304c880c541b
Nick Downie
Nick Downie
Pre-release version bump to beta.4
pre-release version bump to beta.4
34
false
false
5
false
false
false
chartjs
Chart.js
1,683
7eec283d70a7807d578fe485346a4402c84f21d5
Nick Downie
Nick Downie
Merge pull request #435 from nnnick/fix/sparse-datasets Resolve issues with sparse datasets & solve bezier capping to scale bounds
merge pull request #435 from nnnick/fix/sparse-datasets
55
true
false
6
true
false
false
chartjs
Chart.js
1,684
10a9ef46cbc396bcfa7a1f809578f63bbb3ed167
Nick Downie
Nick Downie
Add in extra bezier debug point
add in extra bezier debug point
31
false
false
6
false
false
false
chartjs
Chart.js
1,685
179d80a93b64cf107ee219886c43eb6e212594f5
Nick Downie
Nick Downie
Cap bezier handles inside the scale
cap bezier handles inside the scale
35
false
false
6
false
true
false
chartjs
Chart.js
1,686
48f10196f627f75aa75a7ae5b4d674ae9b334277
Nick Downie
Nick Downie
Use null checking for which points to draw/bezier
use null checking for which points to draw/bezier
49
false
false
8
true
true
true
chartjs
Chart.js
1,687
bd25b5c7fdcb235b2c6db045feac06f8adef6063
Nick Downie
Nick Downie
New methods for array finding
new methods for array finding
29
false
false
5
false
false
false
chartjs
Chart.js
1,688
09c0f3308cb226bc177761541bc882022658aadf
Nick Downie
Nick Downie
Whitespace cleanup
whitespace cleanup
18
false
false
2
false
false
false
chartjs
Chart.js
1,689
30777e4a87958e83cadd58a59d912efad16161c1
Nick Downie
Nick Downie
Merge branch 'master' into fix/sparse-datasets Conflicts: Chart.min.js
merge branch 'master' into fix/sparse-datasets
46
true
false
5
true
true
false
chartjs
Chart.js
1,690
14e72759eeaa0ac0a46f24df3a0025d44414c0e8
Nick Downie
Nick Downie
Merge pull request #331 from kara/patch-1 Update copyright year in license to 2014
merge pull request #331 from kara/patch-1
41
true
false
6
false
false
false
chartjs
Chart.js
1,691
d47e600f1a6b94586ee28b36f76d4b72880a49c3
Nick Downie
Nick Downie
Docs note on maintain aspect ratio option
docs note on maintain aspect ratio option
41
false
false
7
false
false
false
chartjs
Chart.js
1,692
5bd10297fba1fd442d07f217e3506827c7fbfe92
Nick Downie
Nick Downie
Update built output
update built output
19
false
false
3
false
false
false
chartjs
Chart.js
1,693
55a115179e4717f10f25301a1b86fbc6cfd21de2
Nick Downie
Nick Downie
Fix reference error when tagging a release
fix reference error when tagging a release
42
false
false
7
true
true
true
chartjs
Chart.js
1,694
92e73bd28a0a289296aa4b8cdabe36c5377223de
Nick Downie
Nick Downie
Merge pull request #490 from nnnick/feature/version-bump Create a task to bump + write version numbers
merge pull request #490 from nnnick/feature/version-bump
56
true
false
6
false
false
false
chartjs
Chart.js
1,695
ebc955f562fb8120dbe2c23e863c1102f1c5261a
Nick Downie
Nick Downie
Merge pull request #431 from Mardaneus86/patch-1 Missing draw method in Writing new chart types
merge pull request #431 from mardaneus86/patch-1
48
true
false
6
false
false
false
chartjs
Chart.js
1,696