blatinier / RendezMoiMesPlumes

Differences between weight measured & advertised on product packages
GNU General Public License v3.0
0 stars 0 forks source link

fix(deps): update dependency chart.js to ^2.7.2 (devel) - autoclosed #134

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency chart.js from ^2.6.0 to ^2.7.2

Release Notes ### [`v2.7.2`](https://github.com/chartjs/Chart.js/releases/v2.7.2) [Compare Source](https://github.com/chartjs/Chart.js/compare/v2.7.1...v2.7.2) Documentation: http://www.chartjs.org/docs/2.7.2/ #### Enhancements * #​4891 Relax dependencies versions. Thanks @​jsg2021 * #​4923 Reset only when animating (optimization) * #​4994 Equally sized bars for bar charts * #​5062 Improve `point.xRange` and `point.yRange` performance. Thanks @​fanthos * #​5076 Prevent double ticks array reverse for logarithmic scale (optimization). Thanks @​jcopperfield * #​5095 Better default tooltip label format in the time scale * #​5240 Support multiple font colors for radial chart labels. Thanks @​flaurida #### Issues Fixed * #​3998 Avoid tooltip truncation. Thanks @​kaidohallik * #​4198 Fixed updating scale options. Thanks @​xg-wang * #​4874 Fixed setting canvas dimensions. Thanks @​andersponders * #​4913 Fixed log scale when value is 0. Thanks @​jcopperfield * #​4937 Fixed non-adjacent stacked groups. Thanks @​jcopperfield * #​4942 Fixed y-axis labels partially hidden. Thanks @​jcopperfield * #​4943 Round values in linear tick generator. Thanks @​jcopperfield * #​4944 Fixed bumpy line on smooth dataset. Thanks @​jcopperfield * #​4959 Fixed out of memory error when all data points are 0. Thanks @​jcopperfield * #​4959 Fixed unresponsive bubble chart. Thanks @​jcopperfield * #​5005 Fixed tooltip changing while animating. Thanks @​jcopperfield * #​5041 Fixed infinite loop due to insufficient bounds checking. Thanks @​jcopperfield * #​5045 Use `time.unit` option to create default min/max for empty chart. Thanks @​jcopperfield * #​5088 Re-expose `Chart.Ticks.formatters` * #​5144 Fixed updating plugin options * #​5165 Treat negative values in doughnut charts as positive * #​5178 Don't draw tick across axis/border. Thanks @​jhaenchen * #​5248 Fix label vertical alignment on vertical scales. Thanks @​MPierre9 * #​5275 Improve polyfill function of log10 to return whole powers of 10. Thanks @​jcopperfield #### Documentation * #​4914 Fixed samples titles. Thanks @​aspaldiko * #​4921 Add link to [chartjs-plugin-waterfall](https://github.com/everestate/chartjs-plugin-waterfall). Thanks @​MartinDawson * #​4930 Remove extra space. Thanks @​MartinDawson * #​4979 Fixed link to time axis documentation in bar chart * #​4984 Link to [Ember/Chart.js integration](https://github.com/aomran/ember-cli-chart). Thanks @​jpsirois * #​5006 Link to Angular2+ libraries ([1](https://github.com/emn178/angular2-chartjs) & [2](https://github.com/valor-software/ng2-charts)). Thanks @​realshaft * #​5010 Fixed typos and broken links. Thanks @​beiz23 * #​5094 Add note about `legendCallback`. Thanks @​cameroncf * #​5166 Improve custom tooltip docs and samples * #​5167 Add docs on how to resize charts manually for printing * #​5168 Add example on how to use the tooltip label callback * #​5169 Fixed error in polar area and doughnut chart docs * #​5173 Better variable name in API snippet. Thanks @​jonquach * #​5225 Add Charba GWT integration to extensions.md. Thanks @​stockiNail * #​5227 Remove trailing spaces * #​5256 Improve title of GitBook pages. Thanks @​wmzhong * #​5274 Make both README.md and installation.md clearer. Thanks @​wla80 #### Development * #​4699 Suppress coveralls errors in forks. Thanks @​andig * #​4738 Upgrade to ESLint 4 * #​5053 Update license year and copyright holders * #​5112 Use the Chart.js shared ESLint config * #​5113 Make `Chart.layout(Service)` importable * #​5114 Make `Chart.plugins` importable * #​5118 Rename `Chart.layout` to `Chart.layouts` * #​5138 Ignore `package-lock.json` * #​5143 Log gulp error. Thanks @​loicbourgois * #​5150 Test for `showLines` in scatter chart. Thanks @​loicbourgois * #​5195 Setup HTML and JS linters for samples. Thanks @​loicbourgois * #​5217 Fix Slack invitation link ## More details in the release PR: #​5145 --- ### [`v2.7.1`](https://github.com/chartjs/Chart.js/releases/v2.7.1) [Compare Source](https://github.com/chartjs/Chart.js/compare/v2.7.0...v2.7.1) **2.7.1** is a bug fix release and also includes numerous documentation improvements Documentation: http://www.chartjs.org/docs/2.7.1/ #### Enhancements - #​4793 Added `beforeTooltipDraw` and `afterTooltipDraw` to plugins. Thanks @​JewelsJLF #### Issues Fixed - #​4295 Fixed min and max in time scale - #​4762 Fixed regression in x-axis interaction mode - #​4774 Fixed chart responsiveness - #​4779 Fixed unit used for auto ticks in time scale - #​4781 Fixed handling of `null` style. Thanks @​Rydori - #​4783 Fixed color settings for BeforeLabel and BeforeBody. Thanks @​Rittyan - #​4795 Fixed handling of null labels - #​4878 Fixed rollup issue caused by early access of the `extend` and `inherits` helpers - #​4840 Fixed tooltip reset #### Documentation - #​4736 Expand scale jsdocs - #​4765 Consistent formatting for cartesian options - #​4818 Update supported browser section of documentation - #​4819 Typo in code comments. Thanks @​einfallstoll - #​4826 Clarification for using x/y coordinates with bar chart - #​4851 Improved rendering of tables describing options. Thanks @​minusf #### Development - #​4880 Address test flakiness ## More details in the release PR: #​4876 ---

This PR has been generated by Renovate Bot.