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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
efced4780ce2697d0d44bf1e32a4e2efebaa18e2 | Simon Brunel | Evert Timberg | Fix context state restoration on destroy
In many cases, the canvas render size is changed by the lib, causing the state stack to be discarded, meaning that we can't use save() and restore() to release the context with its initial state (i.e. before creating the chart). Since we don't need (want) to manually save / res... | fix context state restoration on destroy | 40 | false | false | 6 | false | true | false | chartjs | Chart.js | 497 |
040b0e160da689505e92e056fe4776095804adb1 | Simon Brunel | GitHub | Bump version to 2.4.0 | bump version to 2.4.0 | 21 | true | false | 4 | true | true | false | chartjs | Chart.js | 498 |
74d4dbc608fc1c4e27b81d97a0f9cc8af82decab | etimberg | Evert Timberg | X and Y interaction modes now use the intersect option | x and y interaction modes now use the intersect option | 54 | false | false | 10 | false | false | false | chartjs | Chart.js | 499 |
a94885e32d611723f35393726dac93872e1b1a74 | Simon Brunel | GitHub | Fix the event handler when legend is disabled (#3544)
When legend is disabled (i.e. {options: {legend: false}}), me.legend is null. Add the same test on me.tooltip even if the tooltip object is always created in case of {options: {tooltips: false}}. | fix the event handler when legend is disabled | 45 | false | false | 8 | true | true | true | chartjs | Chart.js | 500 |
5012dcbdaefa7a11a8dfcd9ff264655e9860ee50 | Simon Brunel | GitHub | Fix iframe resize handler when re-attached to DOM (#3527)
When the iframe is attached to the DOM, its content is reloaded (invaliding the resize listener) so make sure to install the handler after the iframe is loaded. Optimize resize events by throttling resize process until the next animation frame. Rewrite the unit... | fix iframe resize handler when re-attached to dom | 49 | false | false | 8 | true | true | true | chartjs | Chart.js | 501 |
f288bc727b34873542faea5d50585cb842eb02f9 | etimberg | Evert Timberg | When an event triggers an update while the bufferedUpdate state is true, we need to do that render with priority over any other renders that take place for animations and tooltips | when an event triggers an update while the bufferedupdate state is true, we need to do that render with priority over any other renders that take place for animations and tooltips | 179 | false | false | 31 | false | false | false | chartjs | Chart.js | 502 |
e90edd8c9aaea1f0124f19cfa4105f94f950207e | Simon Brunel | GitHub | Bump ESLint to v3.x (gulp and Code Climate) (#3526) | bump eslint to v3.x (gulp and code climate) | 43 | true | false | 8 | true | true | false | chartjs | Chart.js | 503 |
67934920be6d4005641a19c2a75cce116917a97e | Josh Soref | Simon Brunel | Spelling fixes (#3522)
Including: actually, aspect, bottom, changes, characters, datasets, divisible, downward, guidelines, instance, instances, interrupted, item, javascript, label, lifecycle, lines, plugins, manually, milliseconds, nearest, occurring, position, predefined, recalculate, tooltip, those | spelling fixes | 14 | false | false | 2 | false | false | false | chartjs | Chart.js | 504 |
7c8998f96adeece76000406ca06ec8bb178392d7 | Varatep Buranintu | Evert Timberg | fix "area" typo | fix "area" typo | 15 | false | false | 3 | false | true | false | chartjs | Chart.js | 505 |
295c9db1df858df315f7b58eac4842d689cf64e1 | bret b | Evert Timberg | Fixes issue #3490: Tick documentation is missing autoSkipPadding
Adding a single line to the docs to document autoSkipPadding. | tick documentation is missing autoskippadding | 45 | false | false | 5 | false | false | false | chartjs | Chart.js | 506 |
99041de31a80af789441a84181953a7282d6c64d | Zach Panzarino | Zach Panzarino | Update installation instructions in README | update installation instructions in readme | 42 | false | false | 5 | true | true | true | chartjs | Chart.js | 507 |
80bd08bef9f3447738c8fde4c0d0b436312a2cb9 | Evert Timberg | Evert Timberg | Update chartColors.js to utils.js and move randomScalingFactor function there | update chartcolors.js to utils.js and move randomscalingfactor function there | 77 | false | false | 9 | true | true | false | chartjs | Chart.js | 508 |
274aa290ca69f38aac5fd1a5fb55cc5043ea5d8c | etimberg | Evert Timberg | Fix bug in 'y' tooltip mode | fix bug in 'y' tooltip mode | 27 | false | false | 6 | true | true | true | chartjs | Chart.js | 509 |
9ad9cd215466e3abb82731f6550d4df80bbc3a84 | etimberg | Evert Timberg | Reorganized sample files into sub directories. Added a helper containing colours that should be used by all samples.
I added new samples to explain behaviour and modified all samples to have consistent styling. In updating the samples,
I removed the use of jQuery and instead use standard methods.
For the custom toolt... | reorganized sample files into sub directories. added a helper containing colours that should be used by all samples | 115 | false | false | 18 | false | false | false | chartjs | Chart.js | 510 |
5ae268e94236b921d6cc966c580cd4984d5f4f94 | etimberg | Evert Timberg | Add a way to filter items in the tooltip | add a way to filter items in the tooltip | 40 | false | false | 9 | true | true | true | chartjs | Chart.js | 511 |
3bd4d283f758ccac1e3dd378d9157faef4a133bd | bydooweedoo | Evert Timberg | Custom tooltip: add data points infos (#3201)
Expose tooltip items from tooltip model and added `x` and `y` properties to `TooltipItemInterface` | add data points infos | 21 | false | false | 4 | true | false | true | chartjs | Chart.js | 512 |
a0388eff4cc38d69872190675bb17d49af841a93 | etimberg | Evert Timberg | Add new properties for the caretX,caretY point of a tooltip. Useful for custom tooltips.
The custom tooltip sample was updated as well to use the new properties. | add new properties for the caretx,carety point of a tooltip. useful for custom tooltips | 87 | false | false | 14 | true | true | false | chartjs | Chart.js | 513 |
a0ce74643f3d6f7ad6f2f4a8ac4343d6526b91a8 | Zach Panzarino | Zach Panzarino | Fix eslint errors in layout service test | fix eslint errors in layout service test | 40 | false | false | 7 | true | true | true | chartjs | Chart.js | 514 |
596ff3718c59138b54f8f76f3792e5565fa18e0f | etimberg | Evert Timberg | Layout service now supports configurable padding on left, top, right and bottom.
Re-enabled the layout service tests and then properly disabled the tests that
fail on the CI. | layout service now supports configurable padding on left, top, right and bottom | 79 | false | false | 12 | false | false | false | chartjs | Chart.js | 515 |
16f23b2c44ebeccda1e144b3dd75e9c63f81307b | etimberg | Evert Timberg | Add reset method to chart prototype | add reset method to chart prototype | 35 | false | false | 6 | true | true | true | chartjs | Chart.js | 516 |
766ca49cd094562f3a2e870e0c2b162ee16c8189 | Zach Panzarino | GitHub | Extend eslint to test files (#3473)
* Add eslint to test files
* Fix mockContext for tests
* Make formatting look better for nested objects | extend eslint to test files | 27 | false | false | 5 | true | true | true | chartjs | Chart.js | 517 |
4a5b5a0e7eba85ca44f658375cb0c78e6af93e5c | Simon Brunel | Evert Timberg | Enhance context acquisition on chart creation
Add support for creating a chart from the canvas id and prevent exceptions, at construction time, when the given item doesn't provide a valid CanvasRenderingContext2D or when the getContext API is not accessible (e.g. undefined by add-ons to prevent fingerprinting). New ja... | enhance context acquisition on chart creation | 45 | false | false | 6 | true | true | true | chartjs | Chart.js | 518 |
6ec6a929f06c01c053d75378030724749f50bcc9 | Evert Timberg | GitHub | Make index mode only work with the horizontal distance to an element (#3471)
Make index mode only work with the horizontal distance to an element if intersect is off | make index mode only work with the horizontal distance to an element | 68 | false | false | 12 | false | true | false | chartjs | Chart.js | 519 |
a86c47cf480e8d86ea03a121e9b6552a17aae41d | Evert Timberg | GitHub | Configurable Tooltip Position Modes (#3453)
Adds new tooltip position option that allows configuring where a tooltip is displayed on the graph in relation to the elements that appear in it | configurable tooltip position modes | 35 | false | false | 4 | false | false | false | chartjs | Chart.js | 520 |
3365ba6d29e579e99db61dd65390e39536a0800d | etimberg | Evert Timberg | Bar chart performance improvements | bar chart performance improvements | 34 | false | false | 4 | false | false | false | chartjs | Chart.js | 521 |
f8e90b1c2ddfcbf3df378c0bcf81f50bcc714558 | Evert Timberg | GitHub | New fill modes for lines (#3460)
New fill modes for lines allowing the user to customize where the fill goes to | new fill modes for lines | 24 | false | false | 5 | false | false | false | chartjs | Chart.js | 522 |
f481746fe1e56a1b0b88eae150863471d3550478 | Simon Brunel | Evert Timberg | Update the GitHub issue template | update the github issue template | 32 | false | false | 5 | true | false | true | chartjs | Chart.js | 523 |
0817199f457fae4c7a42c69574b4e20a5ef1a37c | etimberg | Evert Timberg | No longer merge arrays during the config merge. Simply replace the property | no longer merge arrays during the config merge. simply replace the property | 75 | false | false | 12 | false | false | false | chartjs | Chart.js | 524 |
c61ab012c42a4bda482bfc50c39daa9faaca8eea | Tieson Trowbridge | Evert Timberg | Replaces Unicode character with HTML entity | replaces unicode character with html entity | 43 | false | false | 6 | false | false | false | chartjs | Chart.js | 525 |
d21a853f30a87a4cb0fe6c6f2bb39320c0404c19 | Evert Timberg | GitHub | Fix/3061 (#3446)
Solve weird animation issues with the tooltip. The optimization in Chart.Element.transition when the animation finishes to set `_view = _model` caused problems during update because we were using `helpers.extend` all over the place.
I changed to code so that we regenerate the model variable rather ... | fix/3061 | 8 | false | false | 1 | false | false | false | chartjs | Chart.js | 526 |
65a06e473560a4d923ed52d4437c3666662d44a6 | Evert Timberg | Evert Timberg | Properly merge colors for the label colors in the tooltip. I added a private helper to simplify the code in the tooltip | properly merge colors for the label colors in the tooltip. i added a private helper to simplify the code in the tooltip | 119 | false | false | 22 | false | false | false | chartjs | Chart.js | 527 |
4d2772e313d007d8327aac2b51289301d7eb7264 | Evert Timberg | GitHub | Fix bubble chart tooltip callback to use correct labels (#3421)
Fix bubble chart tooltip callback to use correct label parsed from scales. Fixes #3029 | fix bubble chart tooltip callback to use correct labels | 55 | false | false | 9 | false | false | false | chartjs | Chart.js | 528 |
b64cab004669a010025e4641eb7f359c4035f6b9 | Mickael Jeanroy | Evert Timberg | Refactor tooltip draw function to extract drawBackground method
See issue #3416. | refactor tooltip draw function to extract drawbackground method | 63 | false | false | 8 | false | false | false | chartjs | Chart.js | 529 |
365bdbb3467eb675f4a0353c422f853058348d2e | Aidan Fewster | Evert Timberg | If tick options have min, max and stepSize use them to generate evenly spaced ticks | if tick options have min, max and stepsize use them to generate evenly spaced ticks | 83 | false | false | 15 | false | false | false | chartjs | Chart.js | 530 |
99b8d6740a27bdf8ecbf887bd2d29ffc32d0f5dc | Aidan Fewster | Evert Timberg | Added the watchify NPM dependency to satisfy karma-browserify's peerDependency | added the watchify npm dependency to satisfy karma-browserify's peerdependency | 78 | false | false | 9 | false | false | false | chartjs | Chart.js | 531 |
c15fa9897847c5e6a44377785ffccdbbfdec9145 | Evert Timberg | Evert Timberg | Display tooltip color boxes for all tooltips. Added a new `displayColors` option to turn them off | display tooltip color boxes for all tooltips. added a new `displaycolors` option to turn them off | 97 | false | false | 16 | true | true | false | chartjs | Chart.js | 532 |
03735563f44e1ae108f83b9c7ee946f8818c92c3 | Evert Timberg | GitHub | Improve Tooltip and Hover Interaction (#3400)
Refactored interaction modes to use lookup functions in Chart.Interaction.modes and added new modes for 'point', 'index', 'nearest', 'x', and 'y' | improve tooltip and hover interaction | 37 | false | false | 5 | true | true | true | chartjs | Chart.js | 533 |
1484520692293902c9d64d39dc3a014abc98be0f | Simon Brunel | Evert Timberg | Better animation when adding or removing data
In order to simulate real-time chart updates (i.e. horizontal animation), it's necessary to distinguish a removed or added value from a simple update. The dataset controller now hooks array methods that alter the data array length to synchronize metadata accordingly. Also ... | better animation when adding or removing data | 45 | false | false | 7 | false | false | false | chartjs | Chart.js | 534 |
9deebf837188164078b092a19bf3b7add660406f | Simon Brunel | Evert Timberg | Fix config initialization and add unit tests | fix config initialization and add unit tests | 44 | false | false | 7 | true | true | true | chartjs | Chart.js | 535 |
806a3832ef3f169547edb913130b8c394104e356 | Simon Brunel | Evert Timberg | Inject iframe for responsive charts only
Responsiveness is currently based on the use of an iframe, however this method causes performance issues and could be troublesome when used with ad blockers. So make sure that the user is still able to create a chart without iframe when responsive is false. | inject iframe for responsive charts only | 40 | false | false | 6 | false | true | false | chartjs | Chart.js | 536 |
d3d9573af5e8410cb456c86857cd58983e4b1ba8 | Evert Timberg | GitHub | Fixes HTML legend string for polar area charts to match doughnut charts. (#3361)
Fixes HTML legend string for polar area charts to match doughnut charts | fixes html legend string for polar area charts to match doughnut charts. | 72 | false | false | 12 | false | false | false | chartjs | Chart.js | 537 |
d09a17a2b163df7280491ad6c5999d81e892f537 | Evert Timberg | Simon Brunel | Better number -> string callback for the radial linear scale (#3281)
Also create a new Chart.Ticks namespace to host common tick generators and formatters. | better number -> string callback for the radial linear scale | 60 | false | false | 10 | false | false | false | chartjs | Chart.js | 538 |
d407da4e366263ab32ca674c814106097af9d2af | Simon Brunel | GitHub | Merge pull request #3325 from chartjs/fix/3269
Improve multiline labeling for tooltips in doughnut charts | merge pull request from chartjs/fix/3269 | 41 | true | false | 5 | true | true | false | chartjs | Chart.js | 539 |
9041b5a2b94cb5836687739d5280b28182810d09 | Evert Timberg | Simon Brunel | Update default config tests and re-enable | update default config tests and re-enable | 41 | false | false | 6 | false | false | false | chartjs | Chart.js | 540 |
c3d7a3328d759fd55cf044205b88c0e8fbc488d7 | Evert Timberg | Simon Brunel | In the doughnut chart, specifically handle multiline strings. | in the doughnut chart, specifically handle multiline strings | 60 | false | false | 8 | false | false | false | chartjs | Chart.js | 541 |
62ef40ebf6f029eb0528998b69a755874863cbbe | Evert Timberg | Evert Timberg | skip non finite data points when determining scale sizes. Fixes #3125 | skip non finite data points when determining scale sizes. fixes | 63 | false | false | 10 | false | true | false | chartjs | Chart.js | 542 |
ba133876c2ab36d40ad3d7284ec0d371503c6629 | Evert Timberg | GitHub | Merge pull request #3356 from simonbrunel/aspect-ratio
Fix aspect ratio and add responsive unit tests | merge pull request from simonbrunel/aspect-ratio | 49 | true | false | 5 | true | false | false | chartjs | Chart.js | 543 |
f6ac8279cc5b69359c05f69613ea2ad8ef51fec3 | Evert Timberg | Simon Brunel | Fix 2 minor documentation issues in the scale documentation. #3341 (#3360) | fix 2 minor documentation issues in the scale documentation. | 60 | false | false | 9 | true | true | false | chartjs | Chart.js | 544 |
11e8c50f722c446b973f1cf8f412b72116ccf979 | Evert Timberg | Simon Brunel | Compute correct tooltip size when there is no title present (#3324) | compute correct tooltip size when there is no title present | 59 | false | false | 10 | true | true | false | chartjs | Chart.js | 545 |
9015e72ae1ddebe38ba90a538ee2556a46ee3daa | Evert Timberg | Simon Brunel | Fix the legend drawing when `labels.usePointStyle` is true (#3323) | fix the legend drawing when `labels.usepointstyle` is true | 58 | false | false | 8 | false | true | false | chartjs | Chart.js | 546 |
edc22cad722ca5578321852fad374b14a51c5b95 | Evert Timberg | GitHub | Merge pull request #3358 from dylan-kerr/fix/limit-title-length
Set maxWidth during title draw to avoid overflow | merge pull request from dylan-kerr/fix/limit-title-length | 58 | true | false | 5 | true | false | false | chartjs | Chart.js | 547 |
d57526c4532898ebc2336a886b901226bdfac1e0 | Evert Timberg | GitHub | Merge pull request #3357 from kant/patch-1
Minor fixes (proposal) | merge pull request from kant/patch-1 | 37 | true | false | 5 | true | false | false | chartjs | Chart.js | 548 |
7d65bd3f52fc0f24c247f605cf7b0b6a3c7d0469 | Simon Brunel | Simon Brunel | Initial core.controller.js unit tests | initial core.controller.js unit tests | 37 | false | false | 4 | false | false | false | chartjs | Chart.js | 549 |
4f668c3ed94c57bc5176bd8c89c2bb743139087c | dylan-kerr | GitHub | Adjust expected values in core.title.tests.js | adjust expected values in core.title.tests.js | 45 | false | false | 5 | true | true | true | chartjs | Chart.js | 550 |
fb302d5f0074b5d367386319e696d5718b78a88d | dylan-kerr | Dylan Kerr | Set maxWidth during title draw to avoid overflow
CanvasRenderingContext2D.fillText() accepts a fourth parameter called maxWidth that sets the maximum width of the drawn text, enforced by scaling the entire line.
This commit uses the title element's layout dimensions to set maxWidth and avoid overflow outside of the c... | set maxwidth during title draw to avoid overflow | 48 | false | false | 8 | true | true | true | chartjs | Chart.js | 551 |
503e6f8291da89f04b935f5054cd18779920f236 | Darío Hereñú | GitHub | Minor fixes (proposal) | minor fixes (proposal) | 22 | false | false | 3 | false | false | false | chartjs | Chart.js | 552 |
d610987cfbc2ed37d5b2d508b1378f9cb401edd2 | Simon Brunel | Simon Brunel | Fix radar default aspect ratio and samples
Now that the aspect ratio is correctly handled, fix samples for charts with aspect ratio of 1 which was vertically too large. Also fix the default aspect ratio for radar charts which wasn't applied when creating a chart directly using new Chart(ctx, { type: 'radar' }). | fix radar default aspect ratio and samples | 42 | false | false | 7 | false | false | false | chartjs | Chart.js | 553 |
16bcd6adc579cb3deae16ea915680bc219924cdc | Simon Brunel | Simon Brunel | Fix initial aspect ratio when not responsive
When responsive is false and no canvas height explicitly set, the aspectRatio option wasn't applied because of the canvas default height. Prevent the retinaScale method to change the canvas display size since this method is called for none responsive charts, but instead mak... | fix initial aspect ratio when not responsive | 44 | false | false | 7 | true | true | true | chartjs | Chart.js | 554 |
8ec7ce2f93a731d53c9330b7ef900a72367ac7aa | Simon Brunel | Simon Brunel | Gulp command switch to run specific test files
Add the --inputs command switch to the unittest and unittestWatch tasks, to be able to run unit tests from the specified files only (e.g. gulp unittest --inputs=test/core.element.tests.js;test/core.helpers.tests.js). | gulp command switch to run specific test files | 46 | false | false | 8 | false | false | false | chartjs | Chart.js | 555 |
84da2e0a1056ab7959028685dc12616ac8b8fc56 | Simon Brunel | GitHub | Make charts vertically responsive (#3105) (#3326)
Ensure that the hidden iframe is stretched vertically in order to detect height changes. Remove the classlist check/call since it was incorrectly spelled (should be classList), but also useless since the iframe has just been generated. Also remove the callback check: a... | make charts vertically responsive | 33 | false | false | 4 | false | true | false | chartjs | Chart.js | 556 |
88c69f5f8c842052c27347ca1a0e7ef00a69402c | Zach Panzarino | Zach Panzarino | Move reverse option for labels to correct section in docs
Addresses comment in #3102 | move reverse option for labels to correct section in docs | 57 | false | false | 10 | true | true | false | chartjs | Chart.js | 557 |
eea51e8678944237696f2677ae64a1f1fcf2c788 | Simon Brunel | Simon Brunel | Bump version to 2.3.0 | bump version to 2.3.0 | 21 | true | false | 4 | true | true | false | chartjs | Chart.js | 558 |
631b54522c4d567c3cc262bc3b72232b34edf29f | Nick Downie | GitHub | Ensure the second pie chart sits inline | ensure the second pie chart sits inline | 39 | false | false | 7 | false | false | false | chartjs | Chart.js | 559 |
97e23737210bbfb5612b41e2573430350f1aeee6 | Simon Brunel | GitHub | Change `ticks.mode` to `scale.distribution` (#4582)
Fix `ticks.mode` behavior when `ticks.source` is `auto`: the lookup table is now built from the data and not from the ticks, so data (and ticks) are correctly distributed along the scale. Rename the option to `distribution` (more explicit than `mode`) and since this ... | change `ticks.mode` to `scale.distribution` | 43 | false | false | 4 | true | true | true | chartjs | Chart.js | 560 |
53b7a6392fe839a72c10eb8f7e24a5581302394d | Simon Brunel | GitHub | Change `scale.ticks` back to an array of strings (#4573)
Internal ticks are now stored as objects in the PRIVATE this._ticks member and must not be accessed directly from outside this class. this.ticks is around for a long time and hasn't been marked as private, so we can't change its structure without unexpected brea... | change `scale.ticks` back to an array of strings | 48 | false | false | 8 | false | true | false | chartjs | Chart.js | 561 |
56fdd7ebc10c91834361a6228f2ebdb09530d690 | Ben McCann | Simon Brunel | Allow specifying bar chart via {x, y} data points (#4565) | allow specifying bar chart via {x, y} data points | 49 | false | false | 9 | true | true | true | chartjs | Chart.js | 562 |
326991ce50c36fd714aefc5bafd4cbe53806051f | Evert Timberg | GitHub | index-y interaction mode + convert horizontal bar defaults to new mode (#4458)
index-y interaction mode + convert horizontal bar defaults to new mode | index-y interaction mode + convert horizontal bar defaults to new mode | 70 | false | false | 11 | false | false | false | chartjs | Chart.js | 563 |
2cc242d5a39f6403289747f6a2046ada1153c8a2 | Simon Brunel | GitHub | New time scale `ticks.source: 'data'` option (#4568)
This new option value generates ticks from data (including labels from {t|x|y} data objects). | 'data'` option | 14 | false | false | 2 | false | false | false | chartjs | Chart.js | 564 |
43baf2fbe0d4df87d8cafd54fd0ef3d09dbf1be2 | andig | Simon Brunel | Instructions to access resources built from master | instructions to access resources built from master | 50 | false | false | 7 | false | false | false | chartjs | Chart.js | 565 |
c6bda02468475fc9b2548e143b64b6a8fff4139c | Simon Brunel | GitHub | Rewrite unit test waitForResize helper (#4566)
The original implementation tries to intercept events from the chart internal iframe, which ones failing on Chrome 60. Checking internals doesn't seem the best approach, instead we could consider that a chart has been resized after the resize method has been called and pr... | rewrite unit test waitforresize helper | 38 | false | false | 5 | false | true | false | chartjs | Chart.js | 566 |
3aa7a20923d7b528755d5b80aee87cc22796b967 | Simon Brunel | GitHub | New time scale `ticks.bounds` option (#4556)
`ticks.bounds` (`'data'`(default)|`'label'`): `data` preserves the data range while `labels` ensures that all labels are visible. This option is bypassed by the min/max time options.
Remove the useless time scale `_model` object containing private members: instead, make ... | new time scale `ticks.bounds` option | 36 | false | false | 5 | false | false | false | chartjs | Chart.js | 567 |
d07fb284628076518ee15e2240b3eea1456e56ca | Ben McCann | Simon Brunel | Add a note about breaking changes (#4555) | add a note about breaking changes | 33 | false | false | 6 | true | true | true | chartjs | Chart.js | 568 |
48d6face2844ef932bd3b87a8faea2c536c2e08b | Simon Brunel | Evert Timberg | Move and rewrite time helpers (#4549)
Move time helpers back into time scale, remove the `Chart.helpers.time namespace` and attempt to make the auto generation logic a bit simpler. The generate method doesn't anymore enforce min/max, the calling code needs to clamp timestamps if needed. | move and rewrite time helpers | 29 | false | false | 5 | false | false | false | chartjs | Chart.js | 569 |
e7445a5f00494dab1e0980be25057fb34d140ffa | andig | Simon Brunel | Honour time scale min/max settings (#4522) | honour time scale min/max settings | 34 | false | false | 5 | false | false | false | chartjs | Chart.js | 570 |
4c763bff44345ff5bbf2acc97cbce8918fa5b055 | Simon Brunel | GitHub | Enforce spaces around infix/unary words operators (#4547)
Enable ESLint `space-infix-ops` and `space-unary-ops` (for words only) rules. Also added `samples` to the linting task to match Code Climate expectations.
http://eslint.org/docs/rules/space-infix-ops
http://eslint.org/docs/rules/space-unary-ops | enforce spaces around infix/unary words operators | 49 | false | false | 6 | true | true | true | chartjs | Chart.js | 571 |
f6b6956a3aeb341fb3987a8ddb6c76fb9a37999c | Ben McCann | Simon Brunel | Fix ESLint errors (#4485) | fix eslint errors | 17 | false | false | 3 | true | true | true | chartjs | Chart.js | 572 |
48d76b20fe055e604541bd4a5561940c9e36038c | Ben McCann | Simon Brunel | Allow specifying the time axis via t attribute (#4533)
For time series charts it may make more sense to specify the horizontal axis using the variable `t`. This change will make it much easier to use the time scale with the financial chart, which takes in the data points `{t, o, h, l, c}`. | allow specifying the time axis via t attribute | 46 | false | false | 8 | false | false | false | chartjs | Chart.js | 573 |
7b6388883a31cdd3c488eff893fcc33eb322c4c7 | Simon Brunel | GitHub | Refactor padding parsing under helpers.options (#4544)
New Chart.helpers.options.toPadding helpers that converts a number or object into a padding {top, right, bottom, left, height, width} object. | refactor padding parsing under helpers.options | 46 | false | false | 5 | false | false | false | chartjs | Chart.js | 574 |
586b8c12fc546aabcac341b3a949b3891019bd36 | Simon Brunel | GitHub | Make `Chart.Element/elements.*` importable (#4540) | make `chart.element/elements.*` importable | 42 | false | false | 3 | false | true | false | chartjs | Chart.js | 575 |
94099c10f7568d5b17542d6d13727e2b69f7c0b6 | Ben McCann | Simon Brunel | Remove duplicate npm install (#4542) | remove duplicate npm install | 28 | false | false | 4 | false | true | false | chartjs | Chart.js | 576 |
090196c07c601cdaf5a91ff0ba731cc46945c101 | Simon Brunel | GitHub | Add support for line height CSS values (#4531)
The title plugin and scale title now accept lineHeight specified using unitless value (1.4), length ('1.4em' or '12px'), percentage ('200%') or keyword ('normal' === 1.2). The line height parsing has been refactored under the 'Chart.helpers.options' namespace. Also fix in... | add support for line height css values | 38 | false | false | 7 | true | true | true | chartjs | Chart.js | 577 |
5ad1b4ade7d78eced9c98c4beb678861a41039b7 | Simon Brunel | GitHub | New time scale `ticks.mode/.source` options (#4507)
`ticks.source` (`'auto'`(default)|`'labels'`): `auto` generates "optimal" ticks based on min, max and a few more options (current `time` implementation`). `labels` generates ticks from the user given `data.labels` values (two additional trailing and leading ticks can... | new time scale `ticks.mode/.source` options | 43 | false | false | 5 | false | false | false | chartjs | Chart.js | 578 |
3bb31ca592cae7d93678444d308ac8ee3668e171 | andig | Simon Brunel | Allow category labels definition at scale level (#4506) | allow category labels definition at scale level | 47 | false | false | 7 | false | true | false | chartjs | Chart.js | 579 |
a0fc1c9019503e873405fe7f8e81b1e1092feb79 | Marceau Dewilde | Evert Timberg | Add link to Java integration (#4527) | add link to java integration | 28 | false | false | 5 | true | true | true | chartjs | Chart.js | 580 |
889ecd560bba46a81a29ca29d02f0691aaadc8d2 | Simon Brunel | GitHub | Make `Chart.defaults/Ticks/Interaction` importable (#4512)
Default options can now be accessed by importing `core/core.defaults`. The returned object acts as a singleton and is populated when importing classes that expose their own default values (meaning that importing only `code.defaults` results in an empty object)... | make `chart.defaults/ticks/interaction` importable | 50 | false | false | 3 | false | true | false | chartjs | Chart.js | 581 |
1833614e1d8a82c6c111ce8d1d31eba6df22e7ee | Simon Brunel | GitHub | Make `Chart.platform` importable (#4509) | make `chart.platform` importable | 32 | false | false | 3 | false | true | false | chartjs | Chart.js | 582 |
8e643db09d33bb86c7af73d3d48c502338e49b73 | Evert Timberg | GitHub | Fix copy paste error in new docs with respect to settings for line and radar charts. (#4510) | fix copy paste error in new docs with respect to settings for line and radar charts. | 84 | false | false | 16 | false | true | false | chartjs | Chart.js | 583 |
717e8d950ac5e0473bc11c1890cde3b53651a8cb | Simon Brunel | GitHub | Make `Chart.helpers` importable (#4479)
Properly export helpers and remove dependencies to `Chart.helpers`. Helpers can now be accessed from `src/helpers/index.js` (`var helpers = require('path/to/helpers/index')`, instead of `var helpers = Chart.helpers`). | make `chart.helpers` importable | 31 | false | false | 3 | false | true | false | chartjs | Chart.js | 584 |
b03ab1ca452b0e613d3c3f495f38d78937aa52df | Suhaib Khan | Simon Brunel | Fix labelOffset not working for vertical axes (#4249) | fix labeloffset not working for vertical axes | 45 | false | false | 7 | false | true | false | chartjs | Chart.js | 585 |
f16d8a32e2641bae8483a5194b7ddb1ec56ab5fa | Adrian Liaw | Evert Timberg | Fix links in documentations (#4477)
* Fix relative links in documentation of configurations
* Fix relative link of 'Time Units'
* Fix relative links for chart types documentations
* Fix the release version link in developers/plugins | fix links in documentations | 27 | false | false | 4 | true | true | true | chartjs | Chart.js | 586 |
463a8dd77899cde1a2c542c6c90d0c7614285f16 | Simon Brunel | Evert Timberg | Simplify formulas based on code review | simplify formulas based on code review | 38 | false | false | 6 | true | true | true | chartjs | Chart.js | 587 |
56050dc9b7a17130efdbdcd3b8de46b728f25b84 | Simon Brunel | Evert Timberg | Move easing effects in separate file + unit tests | move easing effects in separate file + unit tests | 49 | false | false | 9 | true | true | true | chartjs | Chart.js | 588 |
e8ebb46aadd5185e7b8a531b9d7d07b988bb7f71 | Alexander Paterson | Evert Timberg | Update link to documentation for previous versions | update link to documentation for previous versions | 50 | false | false | 7 | false | true | false | chartjs | Chart.js | 589 |
6e54bc594ace713ddc75a45bdfb7f1e8d11e2432 | Akihiko Kusanagi | Evert Timberg | Clip chart area before filling
- Add clip and unclip around doFill() call
- This fixes #4450 | clip chart area before filling | 30 | false | false | 5 | false | false | false | chartjs | Chart.js | 590 |
9ec78cee1c18c596c1550b24c90b90eaa9ac17de | etimberg | Evert Timberg | Add a note on how to use getElementAtEvent in a click handler | add a note on how to use getelementatevent in a click handler | 61 | false | false | 12 | true | true | false | chartjs | Chart.js | 591 |
7d60857819eaab2c16aea4ac7eb527a6ce8df844 | etimberg | Evert Timberg | Use proper reverse option in radial linear scale | use proper reverse option in radial linear scale | 48 | false | false | 8 | true | true | true | chartjs | Chart.js | 592 |
cc9e88aebcbef79f60b560213227792d4324871c | Evert Timberg | Evert Timberg | Support an array for line chart pointBorderWidth | support an array for line chart pointborderwidth | 48 | false | false | 7 | true | true | true | chartjs | Chart.js | 593 |
225bfd36f3daae2cfd0e2869658144ee6bfd988b | Simon Brunel | GitHub | Rewrite the clone and merge helpers (#4422)
The `clone` method now accepts any type of input but also recursively perform a deep copy of the array items. Rewrite the `configMerge` and `scaleMerge` helpers which now rely on a new generic and customizable `merge` method, that one accepts a target object in which multipl... | rewrite the clone and merge helpers | 35 | false | false | 6 | true | true | true | chartjs | Chart.js | 594 |
6f317135a3b87b6ff62660adccd1ee063240d46f | Simon Brunel | GitHub | Clamp radius when drawing rounded rectangle (#4448) | clamp radius when drawing rounded rectangle | 43 | false | false | 6 | true | true | true | chartjs | Chart.js | 595 |
e5a431e724b589e907935090eeaad8030058731f | Let Aurn IV | Simon Brunel | Remove `.js` extensions when requiring a file (#4427) | remove `.js` extensions when requiring a file | 45 | false | false | 7 | false | true | false | chartjs | Chart.js | 596 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.