-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2.7.2 #5145
Version 2.7.2 #5145
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ffbdb48 - Browse repository at this point
Copy the full SHA ffbdb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f751c8 - Browse repository at this point
Copy the full SHA 7f751c8View commit details
Commits on Nov 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3470982 - Browse repository at this point
Copy the full SHA 3470982View commit details
Commits on Nov 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 95d7d8c - Browse repository at this point
Copy the full SHA 95d7d8cView commit details
Commits on Nov 7, 2017
-
Relax dependencies semver range (#4891)
Prevent duplicate version of moment.js (which is pretty large) when an app also depends on moment (with less strict semver range)
Configuration menu - View commit details
-
Copy full SHA for 67479c2 - Browse repository at this point
Copy the full SHA 67479c2View commit details -
Removed trailing space from waterfall-plugin.
Configuration menu - View commit details
-
Copy full SHA for 52790f6 - Browse repository at this point
Copy the full SHA 52790f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d415e61 - Browse repository at this point
Copy the full SHA d415e61View commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 939756c - Browse repository at this point
Copy the full SHA 939756cView commit details
Commits on Nov 11, 2017
-
Avoid tooltip truncation in x axis if there is enough space (#3998)
* In tooltip x align calculation take into account caretSize Truncation up to caretSize pixels could happen if label text produced tooltip element with size width: * left side tooltip: width < x and width > x - caretSize * right side tooltip: width < chartWidth - x and width > chartWidth - x - caretSize Default caretSize = 5, so with default configuration truncation up to 5 pixels could happen. * avoid tooltip truncation if possible use whole chart area for displaying tooltip * in xAlign calculation take into account caretPadding * add tests for tooltip truncation avoid logic * use caretX instead of xCaret * fix lint errors
Configuration menu - View commit details
-
Copy full SHA for 683e86e - Browse repository at this point
Copy the full SHA 683e86eView commit details
Commits on Nov 14, 2017
-
Correctly handle stacked groups when not adjacent (#4937)
Only the dataset index was used for indexing the stack
Configuration menu - View commit details
-
Copy full SHA for 447ca40 - Browse repository at this point
Copy the full SHA 447ca40View commit details -
Fix bumpy line on smooth data set (#4944)
Linear scale getPixelForValue() method doesn't round the returned value anymore.
Configuration menu - View commit details
-
Copy full SHA for e080e78 - Browse repository at this point
Copy the full SHA e080e78View commit details
Commits on Nov 22, 2017
-
add check on overwriting canvas height/width (#4874)
* add check on overwriting canvas height/width * unit test for this
Configuration menu - View commit details
-
Copy full SHA for 6b824d9 - Browse repository at this point
Copy the full SHA 6b824d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce7a91 - Browse repository at this point
Copy the full SHA 8ce7a91View commit details
Commits on Nov 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e2dd448 - Browse repository at this point
Copy the full SHA e2dd448View commit details -
Fix issue #4441 - y-axis labels partially hidden due to restrictive i…
…nitial fitting. (#4942) * Fix issue 4441: - y-axis labels partially hidden due to restrictive initial fitting. * Add regression test to linear scale * Moved regression test from linear scale to core layout service
Configuration menu - View commit details
-
Copy full SHA for 42d3d91 - Browse repository at this point
Copy the full SHA 42d3d91View commit details
Commits on Nov 29, 2017
-
Fix scale options update (#4198)
- allow options to be updated in-place or as a new object - re-merge new options and rebuild scales & tooltips - preserve reference to old scale if id/type not changed - related tests and new sample also added. - update document about options update - update doc and example
Configuration menu - View commit details
-
Copy full SHA for 333f2eb - Browse repository at this point
Copy the full SHA 333f2ebView commit details
Commits on Nov 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9a7182b - Browse repository at this point
Copy the full SHA 9a7182bView commit details
Commits on Dec 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b835df0 - Browse repository at this point
Copy the full SHA b835df0View commit details
Commits on Dec 2, 2017
-
Implement equally sized bars (#4994)
When `barThickness: undefined|null` (default), we compute an optimal sample size based on the smallest tick interval reduced to prevent any bar to overlap (bar equally sized). Also added support for a special `barThickness: 'flex'` value (previous default) that globally arranges bars side by side to prevent any gap when percentage options are 1 (variable bar sizes).
Configuration menu - View commit details
-
Copy full SHA for 15d1056 - Browse repository at this point
Copy the full SHA 15d1056View commit details -
Fix issue #4928: linear tick generator doesn't round values to needed…
… precision. (#4943) * Fix issue 4928 - linear tick generator doesn't round values to needed precision. * Improve: replace toPrecision() in toString() to improve readability. * Fix: logarithmic tick generator doesn't round values to needed precision. * Fix: rounding tick values didn't work for negative values. * Add: Core ticks tests
Configuration menu - View commit details
-
Copy full SHA for 6f34b22 - Browse repository at this point
Copy the full SHA 6f34b22View commit details
Commits on Dec 12, 2017
-
Fix tooltip animation when target changes while animating (#5005)
* Fix issue #4989 - tooltip in 'index' mode doesn't animate smoothly. * Change: different approach for smooth tooltip animation in 'index' mode, when target doesn't change. * Fix: jslint error * Fix: remove spyOn pivot from test * Add: setAnimating-flag in transition used to set on tooltip.transition to keep track of tooltip animation. * Decrease code complexity * Revert transition and complexity changes Add: use 'tooltip._start' as workaround check for tooltip animation status
Configuration menu - View commit details
-
Copy full SHA for 4e47c17 - Browse repository at this point
Copy the full SHA 4e47c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0bf395 - Browse repository at this point
Copy the full SHA f0bf395View commit details
Commits on Dec 14, 2017
-
- infinite loop in generating time axis, due to insufficient bounds checking.
Configuration menu - View commit details
-
Copy full SHA for f9beedb - Browse repository at this point
Copy the full SHA f9beedbView commit details
Commits on Dec 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b04ce94 - Browse repository at this point
Copy the full SHA b04ce94View commit details
Commits on Dec 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce1fc28 - Browse repository at this point
Copy the full SHA ce1fc28View commit details
Commits on Dec 23, 2017
-
Optimization: prevent double ticks array reverse for vertical logarit…
…hmic axis (#5076) with ticks option 'reverse: true'.
Configuration menu - View commit details
-
Copy full SHA for 92d033b - Browse repository at this point
Copy the full SHA 92d033bView commit details
Commits on Dec 29, 2017
-
Adding helpful note about legendCallback (#5094)
I didn't realize you had to call generateLegend() manually and a quick search tells me that lots of other people have run into this too.
Configuration menu - View commit details
-
Copy full SHA for 9874a75 - Browse repository at this point
Copy the full SHA 9874a75View commit details
Commits on Dec 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fcd4633 - Browse repository at this point
Copy the full SHA fcd4633View commit details
Commits on Jan 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 33c7d94 - Browse repository at this point
Copy the full SHA 33c7d94View commit details -
Use the Chart.js shared ESLint config (#5112)
An ESLint shareable config has been created (from this repository) in the attempt to homogenize Chart.js hosted projects and plugins style. Rename `.eslintrc` files to `.eslintrc.yml` since the name has been deprecated. Fix the CC badge (maintainability) and disable CodeClimate ESLint plugin because it doesn't support custom shareable config but also because it already executes relevant checks as part of the regular process.
Configuration menu - View commit details
-
Copy full SHA for 9ddb449 - Browse repository at this point
Copy the full SHA 9ddb449View commit details
Commits on Jan 7, 2018
-
Make
Chart.layout(Service)
importable (#5113)Rename (and deprecate) `Chart.layoutService` to `Chart.layout` and make it importable.
Configuration menu - View commit details
-
Copy full SHA for ce27fe5 - Browse repository at this point
Copy the full SHA ce27fe5View commit details
Commits on Jan 8, 2018
-
Make
Chart.plugins
importable (#5114)Explicitly deprecate (since 2.1.5) `Chart.Legend` and `Chart.Title`.
Configuration menu - View commit details
-
Copy full SHA for fb3ea03 - Browse repository at this point
Copy the full SHA fb3ea03View commit details
Commits on Jan 9, 2018
-
Rename Chart.layout to Chart.layouts (#5118)
Chart.layouts seems more consistent with other service names (Chart.plugins, Chart.scales, etc.) but also more inline with the service which handle many layout (one per charts).
Configuration menu - View commit details
-
Copy full SHA for 6bea15e - Browse repository at this point
Copy the full SHA 6bea15eView commit details
Commits on Jan 11, 2018
-
Fix GitBook error with the shared ESLint config (#5133)
`gitbook-cli install` failed when trying to fetch eslint-config-chartjs because of the way it was installed (ie. using the GitHub repository URL). The shared config is now published on npmjs: https://www.npmjs.com/package/eslint-config-chartjs
Configuration menu - View commit details
-
Copy full SHA for 1d5619d - Browse repository at this point
Copy the full SHA 1d5619dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5a3e1 - Browse repository at this point
Copy the full SHA 2f5a3e1View commit details
Commits on Jan 13, 2018
-
Fix updating plugin options (#5144)
Cached plugin descriptors hold a reference on the plugin options, which break if the plugin options object is replaced. That case happens when the user updates the plugin options with a new object, but also since the new config update logic (#4198) that now always clones the plugin options. The fix consists in explicitly invalidating that cache before updating the chart.
Configuration menu - View commit details
-
Copy full SHA for 2d7f0a4 - Browse repository at this point
Copy the full SHA 2d7f0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ec838 - Browse repository at this point
Copy the full SHA 37ec838View commit details -
Log gulp error to Chart.js (#5143)
* Log errors and skip for buildTask * Write gulp error to Chart.js + Add intentional error to core to check if travis fails * Remove unused require * Remove error + Proper require fs * Fix newline * Refactor * Put back browser errors * Use options * Fix intentional error * Use yargs + Refactor * remove space * Fefactor * Use booleans
Configuration menu - View commit details
-
Copy full SHA for e585c75 - Browse repository at this point
Copy the full SHA e585c75View commit details
Commits on Jan 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6d58a6a - Browse repository at this point
Copy the full SHA 6d58a6aView commit details
Commits on Jan 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 26c44cf - Browse repository at this point
Copy the full SHA 26c44cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0117a - Browse repository at this point
Copy the full SHA 9a0117aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d668882 - Browse repository at this point
Copy the full SHA d668882View commit details -
Configuration menu - View commit details
-
Copy full SHA for f82c8ad - Browse repository at this point
Copy the full SHA f82c8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 274fca6 - Browse repository at this point
Copy the full SHA 274fca6View commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 98ef394 - Browse repository at this point
Copy the full SHA 98ef394View commit details
Commits on Jan 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e61392a - Browse repository at this point
Copy the full SHA e61392aView commit details
Commits on Feb 1, 2018
-
Fix Slack invitation link (#5217)
Setup a new Heroku app based on rauchg/slackin, using Slack legacy token from the Chart.js (chartjs.slack@...) user and reCAPTCHA from the same Google account.
Configuration menu - View commit details
-
Copy full SHA for c268185 - Browse repository at this point
Copy the full SHA c268185View commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 97ff458 - Browse repository at this point
Copy the full SHA 97ff458View commit details
Commits on Feb 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 182270e - Browse repository at this point
Copy the full SHA 182270eView commit details
Commits on Feb 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bba29e5 - Browse repository at this point
Copy the full SHA bba29e5View commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 584d1c6 - Browse repository at this point
Copy the full SHA 584d1c6View commit details
Commits on Feb 15, 2018
-
Support multiple font colors for radial chart labels (#5240)
* Support multiple font colors in array * Address linting error
Configuration menu - View commit details
-
Copy full SHA for d6ce5c0 - Browse repository at this point
Copy the full SHA d6ce5c0View commit details
Commits on Feb 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be6660c - Browse repository at this point
Copy the full SHA be6660cView commit details
Commits on Feb 20, 2018
-
Make both README.md and installation.md clearer (#5274)
Address the ambiguity of "Selecting the Correct Build" section
Configuration menu - View commit details
-
Copy full SHA for c90cf2e - Browse repository at this point
Copy the full SHA c90cf2eView commit details -
Bugfix: Improve polyfill function of log10 to return whole powers of …
…10 (#5275) * Bugfix: Improve polyfill function of log10 to return whole powers of 10 as integer values, as it caused endless loop in IE11 in the tick creation loop. * Compare floating-point numbers directly instead of using unnecessary division.
Configuration menu - View commit details
-
Copy full SHA for c2a5b12 - Browse repository at this point
Copy the full SHA c2a5b12View commit details
Commits on Mar 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ac088a0 - Browse repository at this point
Copy the full SHA ac088a0View commit details