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
ecca3373b2aac74860fa35de79727fab8bf28494
Simon Brunel
GitHub
Increase ESLint complexity and add config for tests (#4421) Raise the cyclomatic complexity to 10 which seems to better match the project coding style and still reasonable (6 being quite low). Also move unit tests specific eslint rules in the cascaded `./test/.eslintrc` file (previously in `gulp.js`).
increase eslint complexity and add config for tests
51
false
false
8
true
true
false
chartjs
Chart.js
597
0eedec31f0ca61c257f18085cd6ac6cf52d1eaf3
Justin Ledford
Evert Timberg
replace self closing script tag with open and closing tags
replace self closing script tag with open and closing tags
58
false
false
10
false
false
false
chartjs
Chart.js
598
7f15bebed2cc0ac98889b1dedea2018c19431b1a
etimberg
Evert Timberg
ticks.padding option applies to both vertical and horizontal axes
ticks.padding option applies to both vertical and horizontal axes
65
false
false
9
false
false
false
chartjs
Chart.js
599
ccb2898539af6f79108ce22e8b276a1498c3bee2
etimberg
Evert Timberg
When all datasets are hidden, the linear scale defaults to a range of 0 - 1. If `ticks.min` was set this would not set the range correctly. Added a test to cover this case as well
when all datasets are hidden, the linear scale defaults to a range of 0 - 1
75
false
false
16
false
false
false
chartjs
Chart.js
600
548edc65ea96ac51ab17bde2942fd6f319f63e8c
Simon Brunel
Evert Timberg
Fix non-passive event listener warning in Chrome Deprecate `addEvent` and `removeEvent`, and move implementation in `platform.dom.js`. Add 'options' feature detection to register event listeners as passive and prevent warning in Chrome.
fix non-passive event listener warning in chrome
48
false
false
7
true
false
true
chartjs
Chart.js
601
7fa60523599a56255cde78a49e848166bd233c6e
etimberg
Evert Timberg
Update scatter chart default config to hide lines
update scatter chart default config to hide lines
49
false
false
8
false
false
false
chartjs
Chart.js
602
8834babef2651d92d459408ec134754a6b676d4c
Evert Timberg
Simon Brunel
Ensure deprecated unitStepSize property of time scale is respected (#4401)
ensure deprecated unitstepsize property of time scale is respected
66
false
false
9
false
false
false
chartjs
Chart.js
603
5d95280d7b9c910f944ed7e219193a904bb4425b
Simon Brunel
GitHub
Change `valueAtIndexOrDefault` behavior (#4423) For consistency with `valueOrDefault`, `valueAtIndexOrDefault` now returns null if `value` (expected array) is null. Also get rid of the superfluous `get` prefix in `getValueOrDefault` and `getValueAtIndexOrDefault`.
change `valueatindexordefault` behavior
39
false
false
3
false
true
false
chartjs
Chart.js
604
5196e0506257c3242483c511bb558f3f96023f51
Simon Brunel
Evert Timberg
Cleanup and reorganize core and canvas helpers Move some of the "core" and "canvas" utils in `helpers.core.js` and `helpers.canvas.js` and introduce the new `isNullOrUndef` and `isObject` helpers. Deprecate `indexOf` and rename `drawRoundedRectangle` to `roundedRect` which now creates a simple `rect` path if radius is...
cleanup and reorganize core and canvas helpers
46
false
false
7
false
false
false
chartjs
Chart.js
605
6c82c93853703caaa5522ff30292a7f8257845a6
Evert Timberg
Simon Brunel
Fix error when legend label options are not defined (#4402)
fix error when legend label options are not defined
51
false
false
9
true
true
false
chartjs
Chart.js
606
e543f87d5f013a0dd27dcb64f93412668f21f4ce
Akihiko Kusanagi
Evert Timberg
Update Display Format table - Up to date with the latest code - Added Example column
update display format table
27
false
false
4
false
true
false
chartjs
Chart.js
607
2a7df85180acb0df72dd5ed3afd976b2d4b2398b
Karan Bhatia
Evert Timberg
Add aria-hidden=true attribute to hidden iframe for resizing (#4400) Add aria-hidden=true attribute to hidden iframe for resizing. This prevents screen readers in ItemMode from navigating to the hidden iframe.
add aria-hidden=true attribute to hidden iframe for resizing
60
false
false
8
false
false
false
chartjs
Chart.js
608
18707cf81f48d77c41f22a4a77eece700db5820f
etimberg
Evert Timberg
Line height setting for scale titles. The text is centered within the line height, so setting the line height to a size greater than the font size moves it away from the axis edge.
line height setting for scale titles. the text is centered within the line height, so setting the line height to a size
119
false
false
22
false
false
false
chartjs
Chart.js
609
961911065fe7ee6febb734ab91abd290086ab6ae
Akihiko Kusanagi
Evert Timberg
Fix arguments in plugin interface description * Fixed arguments in IPlugin#before/afterDatasetUpdate description * Fixed arguments in IPlugin#before/afterDatasetDraw description
fix arguments in plugin interface description
45
false
false
6
true
true
true
chartjs
Chart.js
610
bef44ccb461dbf2211dbc14a4b1535d4810b8411
Peter-Van-Drunen
Evert Timberg
Ensure that chart dimensions are always >= 0 Elements were resizing incorrectly if they were regenerated while the chart was in a div that was display:none. Added a check to avoid this issue. Resolves #4397
ensure that chart dimensions are always >= 0
44
false
false
8
false
false
false
chartjs
Chart.js
611
b548d1a689c15be9498f1e3bd144aee5844b1c02
Akihiko Kusanagi
Evert Timberg
Add description on new dataset update and draw plugin hooks
add description on new dataset update and draw plugin hooks
59
false
false
10
true
true
false
chartjs
Chart.js
612
46c04550a98c17297975ee9aac5b32188bb0f951
Ben S
Evert Timberg
Wording error correct wording error
wording error
13
false
false
2
false
false
false
chartjs
Chart.js
613
de0ea5c6bacaba416216134f598cea8dd419cdb1
etimberg
Evert Timberg
Multiple lines of text in the chart title
multiple lines of text in the chart title
41
false
false
8
false
false
false
chartjs
Chart.js
614
7a02d93db4025387adfbc91fb2bc5e250f0a0672
etimberg
Evert Timberg
Add note regarding non-existant fonts
add note regarding non-existant fonts
37
false
false
5
true
true
true
chartjs
Chart.js
615
28da15455fe39812080202ab30c000967b3c875e
Martin Bagge / brother
Evert Timberg
HighCharts is not open source (#4383) According to the (issue tracker of highcharts)[https://github.com/highcharts/highcharts/issues/4405#issuecomment-125124004] they do not consider the code open source. It's available for reading but that's about it. The code is provided under CC-BY-NC via github. See also: h...
highcharts is not open source
29
false
false
5
false
false
false
chartjs
Chart.js
616
2d7c1f0d2c330e4b201c6fdcdd0489a1f1dbda35
Andrew
Evert Timberg
Time axis tick formatting with major and minor units (#4268) Working towards creating the TimeSeries scale, this PR adds formatting for major and minor ticks on axes.
time axis tick formatting with major and minor units
52
false
false
9
false
false
false
chartjs
Chart.js
617
3a2884fef72f932f0673fd1c6c82a9f0d24bf884
Julian Rademacher
Evert Timberg
Fixed tiny typo in title.md
fixed tiny typo in title.md
27
false
false
5
false
false
false
chartjs
Chart.js
618
009ae4dec6db9d8b94a77cad3dffbf907e720ad4
Ricardo Costa
Evert Timberg
Support hover animation duration during updates (#4300) See discussion in the issue for context and possible approaches. When invoking update() inside an event handler, such as onHover, `options.hover.animationDuration` was not being respected. Given that some use cases may require additional animation properties...
support hover animation duration during updates
47
false
false
6
true
true
true
chartjs
Chart.js
619
5e581148486c310ff96c777e32701dcae3df8a57
Simon Brunel
Evert Timberg
Fix filling between datasets of different lengths
fix filling between datasets of different lengths
49
false
false
7
false
false
false
chartjs
Chart.js
620
9e6a6112a436143d353115e73c974a6f6b2f7713
Spencer Dellis
Evert Timberg
Fix Tiny Typo in Labelling.md
fix tiny typo in labelling.md
29
false
false
5
true
true
true
chartjs
Chart.js
621
7423c48eb7af78fb05008f49964d9520c0db83a4
etimberg
Evert Timberg
Fix round option for time scales
fix round option for time scales
32
false
false
6
true
true
true
chartjs
Chart.js
622
9b8c24c96527bdcea8a47ce97252ec8af90bc91f
Evert Timberg
Evert Timberg
Make sure that the border width of the tooltip color box is always correct
make sure that the border width of the tooltip color box is always correct
74
false
false
14
false
false
false
chartjs
Chart.js
623
2a9a57e316754b7286cae86d2e72e4803e5a23b2
Ben McCann
Simon Brunel
Use the latest 6.x LTS release for Travis builds (#4346)
use the latest 6.x lts release for travis builds
48
false
false
9
false
true
false
chartjs
Chart.js
624
7ee8da9c7f5b6d48115c5b4afa30344ce9399e15
Raquel Guimaraes
Evert Timberg
Fix broken link on animations page #4324
fix broken link on animations page
34
false
false
6
true
true
true
chartjs
Chart.js
625
a9308301e34d3fb39462a8ed24e0fd09c7f388ef
Evert Timberg
Simon Brunel
Fix vertical alignment of legend labels (#4318) Ensure that disabled legend style is drawn in the center of the text and that the text is correctly centered in the box.
fix vertical alignment of legend labels
39
false
false
6
true
true
true
chartjs
Chart.js
626
fd49ac9200ba91ca427766a479cc399dcc5678dd
Evert Timberg
Simon Brunel
Provide a blank default global layout option (#4319)
provide a blank default global layout option
44
false
false
7
false
true
false
chartjs
Chart.js
627
8eee12486d96a41fcb724612c3ab9687bb8b4af9
OlduwanSteve
Simon Brunel
Added 'devicePixelRatio' option to override the window's DPR setting (#4270)
added 'devicepixelratio' option to override the window's dpr setting
68
false
false
9
false
false
false
chartjs
Chart.js
628
0d1f68cd9cfb195dcb8eef2788e98083a83ebf9f
Evert Timberg
Simon Brunel
Fix incorrect unitStepSize option. It should be stepSize (#4320)
fix incorrect unitstepsize option. it should be stepsize
56
false
false
8
true
true
false
chartjs
Chart.js
629
d383e89222f763542548fe681a63aa68db69dfbb
Evert Timberg
Evert Timberg
Merge pull request #2416 from brizido/fix-tooltip-body Fix tooltip body
merge pull request from brizido/fix-tooltip-body
49
true
false
5
true
false
false
chartjs
Chart.js
630
55e7b462da1cd8e3fd37eb38c95b3a65ed7d79af
Zach Panzarino
Zach Panzarino
Update bower.json to include correct homepage URL
update bower.json to include correct homepage url
49
false
false
7
true
true
true
chartjs
Chart.js
631
fa5e40e41c3933426021a18f0c885c8ae45a45c8
Zach Panzarino
Zach Panzarino
Update README to include CDN for newest version (2.1.0)
update readme to include cdn for newest version (2.1.0)
55
false
false
9
true
true
false
chartjs
Chart.js
632
2ee37e12e379ca9b8ad3be7105715bf8c543ead0
Tanner Linsley
Tanner Linsley
2.1.0 build
2.1.0 build
11
false
false
2
false
false
false
chartjs
Chart.js
633
c2cc3fbb4c550ae89091a54a00e224524eb479d0
potatopeelings
Tanner Linsley
Feature #73 - Horizontal Bar Chart (#2448) * Horizontal bar chart type * Mentioned horizontal bar chart in bar documentation * Sample file for horizontal bar chart * Missing semicolon * Fix for borderSkipped index
feature #73 - horizontal bar chart
34
false
false
6
false
false
false
chartjs
Chart.js
634
60dbf49ef0f82373471ec3c61ba7681846efb5b2
Evert Timberg
Evert Timberg
Merge pull request #2433 from vincchan/fix-doc-links-anchors fixes anchors and links in docs
merge pull request from vincchan/fix-doc-links-anchors
55
true
false
5
true
false
false
chartjs
Chart.js
635
29606ae21f2aa279e9b3fd4cafda0c7be3da3599
Vincent Chan
Vincent Chan
changes repo link to chartjs org
changes repo link to chartjs org
32
false
false
6
false
false
false
chartjs
Chart.js
636
adacef8194ecf43464085d02c4232d5d25286d2c
Vincent Chan
Vincent Chan
fixes several anchors
fixes several anchors
21
false
false
3
false
false
false
chartjs
Chart.js
637
38373300eef9fe31204e8421cae1263a5f3b94d0
Evert Timberg
Tanner Linsley
Improve time scale for zoom and pan * Improve time scale for zoom and pan Improve category scale when zoomed * Fix CI test
improve time scale for zoom and pan
35
false
false
7
true
true
true
chartjs
Chart.js
638
81a5b4e3c05e74e6ee973c02d780a85f57e1657b
Evert Timberg
Evert Timberg
Updated build
updated build
13
false
false
2
false
false
false
chartjs
Chart.js
639
cb54f30c970672488a239a2d371d55dfe3fb8864
Evert Timberg
Evert Timberg
Implement getValueForPixel for category scale
implement getvalueforpixel for category scale
45
false
false
5
true
true
true
chartjs
Chart.js
640
56411bdcd48e9814c1a2d768e8c4eb0b449bd24a
Evert Timberg
Evert Timberg
Increase tolerance for CI
increase tolerance for ci
25
false
false
4
true
true
true
chartjs
Chart.js
641
6df9b24ecda2f739192435ac5d4ab9da8b9c716e
Evert Timberg
Evert Timberg
Merge from feature/pan-support All tests are passing
merge from feature/pan-support
30
true
false
3
false
false
false
chartjs
Chart.js
642
99c2d67813667be5117cb5dc4f23d10cea10847a
Evert Timberg
Evert Timberg
Merge pull request #2421 from mchateloin/pie-demo-randomize-colors Randomize data button randomizes colors in pie chart demo
merge pull request from mchateloin/pie-demo-randomize-colors
61
true
false
5
true
false
false
chartjs
Chart.js
643
3067249376405b77b088128c3eac761f855e85dd
Miguel Chateloin
Miguel Chateloin
Randomize data button randomizes colors in pie chart demo
randomize data button randomizes colors in pie chart demo
57
false
false
9
false
false
false
chartjs
Chart.js
644
adc430fc66c7856e048bc26cdedee3f2ced500e0
Zach Panzarino
Zach Panzarino
Include correct script in pie custom tooltips sample Fixes issue #2369
include correct script in pie custom tooltips sample
52
false
false
8
false
true
false
chartjs
Chart.js
645
314f398887d0858802c37a29d4866873e7b7de82
Ricardo Brizido
Ricardo Brizido
Fix tooltip body
fix tooltip body
16
false
false
3
true
true
true
chartjs
Chart.js
646
7cbc08aed7698e82f041dd4464384a1b1b1ea816
Zach Panzarino
Zach Panzarino
Add license field to package files
add license field to package files
34
false
false
6
true
true
true
chartjs
Chart.js
647
516bf6a456374d323d7b15cf74dddbb3ceb940f9
Evert Timberg
Evert Timberg
Merge pull request #2412 from zachpanz88/patch-3 Enable line tests
merge pull request from zachpanz88/patch-3
43
true
false
5
true
false
false
chartjs
Chart.js
648
3506274c02ce5f6efb6f4443dce4c0fd90578715
Evert Timberg
Evert Timberg
Merge pull request #2413 from dougmolineux/master Added a <br>
merge pull request from dougmolineux/master
44
true
false
5
true
false
false
chartjs
Chart.js
649
2c77f1b065fd10eb6965d6d6716905ab4762cd2f
Zach Panzarino
Zach Panzarino
Enable line tests
enable line tests
17
false
false
3
false
true
false
chartjs
Chart.js
650
4d8def904c31e4ffba34dd1453e9549af3afc4f7
Doug Molineux
Doug Molineux
Added a <br> The additional line will make the legend accessible. https://github.com/chartjs/Chart.js/issues/2389
added a <br>
12
false
false
3
false
false
false
chartjs
Chart.js
651
115358659a453e71e416522395fdb42a26db439f
Evert Timberg
Evert Timberg
Merge pull request #2411 from zachpanz88/shared-data Update line tests to match new metadata system
merge pull request from zachpanz88/shared-data
47
true
false
5
true
false
false
chartjs
Chart.js
652
4b96acc68550e362f5a896c3b13121f97d34d1bf
Zach Panzarino
Zach Panzarino
Change spaces to tabs in line tests
change spaces to tabs in line tests
35
false
false
7
false
true
false
chartjs
Chart.js
653
73bc52f196062f1998b7b5461f76eeb9a0fb4432
Evert Timberg
Evert Timberg
Update radial linear tests
update radial linear tests
26
false
false
4
true
true
true
chartjs
Chart.js
654
da46850ccffbf208e70dbf574c7ea47b84e6670b
zachpanz88
zachpanz88
Rewrite line chart tests to match new metadata structure
rewrite line chart tests to match new metadata structure
56
false
false
9
false
true
false
chartjs
Chart.js
655
f68545c288fc38ac5b1cd5a69c2903705ac4ff1b
Evert Timberg
Evert Timberg
Update sample for new meta system
update sample for new meta system
33
false
false
6
false
false
false
chartjs
Chart.js
656
9fe9305992153e69f95340abd20a9d3658fc3da4
Evert Timberg
Evert Timberg
Reenable time scale tests
reenable time scale tests
25
false
false
4
false
false
false
chartjs
Chart.js
657
7aa1463c1570507b337a14faa9166f78ddfa4f25
Evert Timberg
Evert Timberg
Remove bad tests from linear scale
remove bad tests from linear scale
34
false
false
6
true
true
true
chartjs
Chart.js
658
5c146a9da5bd45600f578268c1a9f94f9b3d7e1a
Evert Timberg
Evert Timberg
Linear scale tests
linear scale tests
18
false
false
3
false
false
false
chartjs
Chart.js
659
2253e84c4780d6ea39c2a5e924baae009a8d369b
Evert Timberg
Evert Timberg
Numerical improvements to matcher
numerical improvements to matcher
33
false
false
4
false
false
false
chartjs
Chart.js
660
1e066ea5dee811b1c548940891d9c39e8b94ab97
Evert Timberg
Evert Timberg
Minor test fix
minor test fix
14
false
false
3
false
false
false
chartjs
Chart.js
661
405fda6655ff07743a329312fe5c0d6f7537d38e
Evert Timberg
Evert Timberg
Fix radar tests & reenable. support new lineTension attribute like line controller
fix radar tests & reenable. support new linetension attribute like line controller
82
false
false
12
true
true
false
chartjs
Chart.js
662
40405ebc80a2477e943dc5dafb3d0db578a2f3af
Evert Timberg
Evert Timberg
disable time tests for same reason as others
disable time tests for same reason as others
44
false
false
8
false
true
false
chartjs
Chart.js
663
34992bc4cbe53a7ca6f90912c406c52778ef86b0
Evert Timberg
Evert Timberg
Fix doughnut test
fix doughnut test
17
false
false
3
true
true
true
chartjs
Chart.js
664
6abc9a9020ba5bfddea12b16fc6ce2ea0f036b1a
Evert Timberg
Evert Timberg
Merge pull request #2394 from Lighnat0r/master Update time scale range only for visible datasets
merge pull request from lighnat0r/master
41
true
false
5
true
false
false
chartjs
Chart.js
665
200abc184ba8a9ff1a5ac091e10fd024690392fb
Lighnat0r
Lighnat0r
update isDatasetVisible call
update isdatasetvisible call
28
false
false
3
true
true
true
chartjs
Chart.js
666
03fb66751f25c727dfdc3abaf9e2de98232c18c7
Evert Timberg
Tanner Linsley
Make animation options consistent for polar area and doughnut charts (#2342) * Make animation options consistent and fix an issue when `animateRotate === false` in the polar area chart * Update docs for moved options * Fix typo
make animation options consistent for polar area and doughnut charts
68
false
false
10
false
true
false
chartjs
Chart.js
667
c5c38de5c306049fc9b04a09688adcae3fb1f383
Lighnat0r
Lighnat0r
Merge branch 'master' of https://github.com/Lighnat0r/Chart.js
//github.com/lighnat0r/chart.js
31
false
false
1
false
false
false
chartjs
Chart.js
668
6b32466a1970d013a1aa6a422fb076586218fec5
Lighnat0r
Lighnat0r
update time scale range only for visible datasets
update time scale range only for visible datasets
49
false
false
8
false
true
false
chartjs
Chart.js
669
450a08420ba2e08ec8c6ca4e0f29d58400b2a60b
Evert Timberg
Evert Timberg
Merge pull request #2371 from chartjs/fix-time-scale-cutoff-bug Time scale now compensates for rounded tick units
merge pull request from chartjs/fix-time-scale-cutoff-bug
58
true
false
5
true
false
false
chartjs
Chart.js
670
7c6a14c371e4503c85386f203c0efaa110f90760
Evert Timberg
Evert Timberg
Merge pull request #2346 from simonbrunel/shared-data Shared data between charts
merge pull request from simonbrunel/shared-data
48
true
false
5
true
false
false
chartjs
Chart.js
671
195cace7c215ec90ae29d2a90ac439ba5c2595f8
Lighnat0r
Lighnat0r
update time scale range only for visible datasets
update time scale range only for visible datasets
49
false
false
8
false
true
false
chartjs
Chart.js
672
581eff14150c1dd9e35e3f1d0fd6a98558603357
Nick Downie
Nick Downie
Merge pull request #2393 from chartjs/docs-version-links Link to previous version docs
merge pull request from chartjs/docs-version-links
51
true
false
5
true
false
false
chartjs
Chart.js
673
0447fda26d4276a92f01b13c341f0b785c346ea3
Nick Downie
Nick Downie
Update readme to link to previous versions Note - this removed now not required mention of liquid tags in docs.
update readme to link to previous versions
42
false
false
7
true
true
true
chartjs
Chart.js
674
daf04463c0c7810f11d38a66dd404746939e3b63
Nick Downie
Nick Downie
Link to 1.x documentation in notes
link to 1.x documentation in notes
34
false
false
6
false
false
false
chartjs
Chart.js
675
eb14481d02b42a35836306af6ff95baf022df360
Simon Brunel
Simon Brunel
Fix legend tests and disable other failing tests
fix legend tests and disable other failing tests
48
false
false
8
true
true
true
chartjs
Chart.js
676
cbb88bea2fdda984048876edc21b687fe7b43e8f
Evert Timberg
Evert Timberg
Merge pull request #2391 from samdjstevens/master Fix incorrect default setting in documentation
merge pull request from samdjstevens/master
44
true
false
5
true
false
false
chartjs
Chart.js
677
cdf0682e39cffeef9411416308d20aac7c730bf3
Sam Stevens
Sam Stevens
change the default setting for Chart.defaults.global.title.display from true to false in the docs to match the code
change the default setting for chart.defaults.global.title.display from true to false in the docs to match the code
115
false
false
17
true
true
false
chartjs
Chart.js
678
c329167d7fd70992e4f48918661a16cd93f51945
Evert Timberg
Evert Timberg
Merge pull request #2387 from chartjs/v2.0-dev V2.0 dev
merge pull request from chartjs/v2.0-dev
41
true
false
5
true
false
false
chartjs
Chart.js
679
a93b3f45ac0e25bdda01d558acbffbe1d1e36e24
Simon Brunel
Simon Brunel
Fix helpers, layoutService and logarithmic tests
fix helpers, layoutservice and logarithmic tests
48
false
false
6
true
true
true
chartjs
Chart.js
680
e0353dac984719dcd7a7d04b760c74cabff932a5
Simon Brunel
Simon Brunel
Fix bar, bubble, doughnut, and polarArea tests Also replace the 2 spaces indentation in controller.bar.tests.js by tabs to match the overall code style.
fix bar, bubble, doughnut, and polararea tests
46
false
false
7
false
false
false
chartjs
Chart.js
681
8b156bdc98613671d6c4e247b604c89506e3c810
Simon Brunel
Simon Brunel
New toBeCloseToPixel jasmine matcher Because of differences between testing platforms, introduce a new matcher for (floating) pixel values comparison (currently 2 pixels tolerance).
new tobeclosetopixel jasmine matcher
36
false
false
4
false
false
false
chartjs
Chart.js
682
886956441e33699f60aac66a89a8b4e421059523
Simon Brunel
Simon Brunel
New test helpers to acquire and release charts Since we changed the way how meta data are stores, now unit tests need to work on real Chart instances. This commit brings some helpers to inject/cleanup HTML canvas and it's wrapper into/from the DOM.
new test helpers to acquire and release charts
46
false
false
8
false
false
false
chartjs
Chart.js
683
aa0933e040b456e23557a999408f6047578e631c
Simon Brunel
Simon Brunel
Avoid meta data access in calculateCircumference Fix access of uninitialized meta data while calculating circumference in the polar area chart by caching the number of visible elements in the update() method. Also make the calculateTotal() of the doughnut chart tolerant of uninitialized meta data.
avoid meta data access in calculatecircumference
48
false
false
6
true
false
true
chartjs
Chart.js
684
29115c9d2c94f5f52a22fa5e9d39244726a7d9d2
Simon Brunel
Simon Brunel
Handle data visibility per chart New Chart.Element.hidden bool flag storing the visibility state of its associated data. Since elements belong to a specific chart, this change allows to manage data visibility per chart (e.g. when clicking the legend of some charts). This commit also changes (fixes?) the polar chart a...
handle data visibility per chart
32
false
false
5
true
true
true
chartjs
Chart.js
685
82b1e5cd99d77744aac3c1a3c532bbf99b2578cf
Simon Brunel
Simon Brunel
Handle effective dataset visibility per chart Introduced a new meta.hidden 3 states flag (null|true|false) to be able to override dataset.hidden when interacting with the chart (i.e., true or false to ignore the dataset.hidden value). This is required in order to be able to correctly share dataset.hidden between multi...
handle effective dataset visibility per chart
45
false
false
6
true
true
true
chartjs
Chart.js
686
f3457c99417e3e87f67b8b673c6d9ca046b3bc46
Simon Brunel
Simon Brunel
Handle dataset type per chart Dataset effective type is now stored under meta.type, allowing many charts to share the same dataset but with different types. Also move dataset.bar flag to meta.bar.
handle dataset type per chart
29
false
false
5
true
true
true
chartjs
Chart.js
687
51aa9b4a27704a6b14ab888c2aad38e929c1239b
Simon Brunel
Simon Brunel
Allow multiple charts sharing the same data Meta info are now scoped by chart and moved under the dataset._meta map { chart.id -> meta }. Meta for a specific chart (and dataset) can be accessed using chart.getDatasetMeta(datasetIndex) or from the dataset controller using getMeta(). Note that helpers.uid() now generate...
allow multiple charts sharing the same data
43
false
false
7
false
true
false
chartjs
Chart.js
688
b615fe8c353fb26e66383817624c2ce04825d320
Evert Timberg
Evert Timberg
Merge pull request #2376 from DaanDeMeyer/fix_scale_default_position Added default ("left") for position field in global scale defaults (fixes #2370)
merge pull request from daandemeyer/fix_scale_default_position
63
true
false
5
true
false
false
chartjs
Chart.js
689
73493e2c9e4259d475cd78ed9b7ff161288eaa71
Daan De Meyer
Daan De Meyer
Added default ("left") for position field in global scale defaults. Documented scale position field in scale docs.
added default ("left") for position field in global scale defaults
66
false
false
10
false
false
false
chartjs
Chart.js
690
61b30f8edffacea8450f4ff40876d7280541acfd
Evert Timberg
Evert Timberg
Merge pull request #2375 from DaanDeMeyer/documentation_fixes Removed scale option from pie/doughnut docs (not used)
merge pull request from daandemeyer/documentation_fixes
56
true
false
5
true
false
false
chartjs
Chart.js
691
bb29401a0e5d929aaf00a32d31076f9806c41019
Daan De Meyer
Daan De Meyer
Removed scale option from pie/doughnut docs (not used) Changed usages of tension in global element options and radar chart options to lineTension
removed scale option from pie/doughnut docs (not used)
54
false
false
8
false
false
false
chartjs
Chart.js
692
27030b7caeff62468820602ff8390980f847d0ed
Evert Timberg
Evert Timberg
Merge pull request #2372 from DaanDeMeyer/documentation-fixes -- Replaced '-' and 'Array' with 'Object' where appropriate (fixes #2367)
merge pull request from daandemeyer/documentation-fixes
56
true
false
5
true
false
false
chartjs
Chart.js
693
768a3d1e9cacdb15255f17cbad17a97af8b77a64
Daan De Meyer
Daan De Meyer
-- Replaced '-' and 'Array' with 'Object' where appropriate -- Removed unnecessary options from bar chart options
-- replaced '-' and 'array' with 'object' where appropriate
59
false
false
9
false
false
false
chartjs
Chart.js
694
da90e2f670a8ea2c07033013917597a439f52489
Tanner Linsley
Tanner Linsley
Time scale now compensates for rounded tick units Closes #2277
time scale now compensates for rounded tick units
49
false
false
8
false
false
false
chartjs
Chart.js
695
b28f8d2fb1acdc68f2eb42dbce96dff81069acb9
Evert Timberg
Evert Timberg
Merge pull request #2368 from DaanDeMeyer/documentation-fixes Radar chart docs fix
merge pull request from daandemeyer/documentation-fixes
56
true
false
5
true
false
false
chartjs
Chart.js
696