-
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.8.0 #6092
Version 2.8.0 #6092
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dfbb574 - Browse repository at this point
Copy the full SHA dfbb574View commit details
Commits on Oct 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f815dd5 - Browse repository at this point
Copy the full SHA f815dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5816770 - Browse repository at this point
Copy the full SHA 5816770View commit details
Commits on Oct 20, 2018
-
Add support for *.js test fixture config (#5777)
JSON doesn't support functions which are needed to create scriptable options, so implement a very basic method to load a JavaScript file exporting the config in `module.exports`. Also rename test sources (remove the `jasmine.` prefix), cleanup `karma.conf.js` and add an example .js fixture config (bubble radius option).
Configuration menu - View commit details
-
Copy full SHA for 2dbf1cd - Browse repository at this point
Copy the full SHA 2dbf1cdView commit details
Commits on Oct 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 81b4b87 - Browse repository at this point
Copy the full SHA 81b4b87View commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b3b5c7d - Browse repository at this point
Copy the full SHA b3b5c7dView commit details
Commits on Oct 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cb14217 - Browse repository at this point
Copy the full SHA cb14217View commit details
Commits on Nov 1, 2018
-
Remove dead and broken code from gulpfile (#5794)
In commit c216c0a, the task unittestWatch was removed. However, the watch task links to it, when executed with the test flag. As watching the unittest is possible with `gulp unittest --watch`, this code is not needed anymore and thus removed.
Configuration menu - View commit details
-
Copy full SHA for 820d289 - Browse repository at this point
Copy the full SHA 820d289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bea6ab - Browse repository at this point
Copy the full SHA 6bea6abView commit details
Commits on Nov 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f74699a - Browse repository at this point
Copy the full SHA f74699aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f40abe9 - Browse repository at this point
Copy the full SHA f40abe9View commit details
Commits on Nov 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9140ef7 - Browse repository at this point
Copy the full SHA 9140ef7View commit details
Commits on Nov 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e730f87 - Browse repository at this point
Copy the full SHA e730f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e62913 - Browse repository at this point
Copy the full SHA 7e62913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637c217 - Browse repository at this point
Copy the full SHA 637c217View commit details -
Make bar styling options scriptable (#5780)
The bar `backgroundColor`, `borderColor`, `borderWidth` and `borderSkipped` options are now scriptable (unit tests, docs and a basic sample). Also fix the gulp task that generates the documentation on Windows.
Configuration menu - View commit details
-
Copy full SHA for ae80e14 - Browse repository at this point
Copy the full SHA ae80e14View commit details
Commits on Nov 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 56b30e1 - Browse repository at this point
Copy the full SHA 56b30e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea93a0 - Browse repository at this point
Copy the full SHA 3ea93a0View commit details
Commits on Nov 15, 2018
-
Correct spelling mistake. (#5831)
Use a simpler phrase for this heading.
Configuration menu - View commit details
-
Copy full SHA for ecf64d3 - Browse repository at this point
Copy the full SHA ecf64d3View commit details
Commits on Nov 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 75aa44e - Browse repository at this point
Copy the full SHA 75aa44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab06831 - Browse repository at this point
Copy the full SHA ab06831View commit details -
Fix axis line width when option is an array (#5751)
When the axis lineWidth setting is set to an array, use the first item when determining the size of the axis area.
Configuration menu - View commit details
-
Copy full SHA for f6d9a39 - Browse repository at this point
Copy the full SHA f6d9a39View commit details
Commits on Nov 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bc494e0 - Browse repository at this point
Copy the full SHA bc494e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b68341d - Browse repository at this point
Copy the full SHA b68341dView commit details
Commits on Nov 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0351a88 - Browse repository at this point
Copy the full SHA 0351a88View commit details
Commits on Nov 27, 2018
-
Draw radial scale angle lines before tick labels (#5855)
Moved drawing of radial lines before drawing the tick labels, such that the radial lines are not drawn on top of the tick labels and their backdrop.
Configuration menu - View commit details
-
Copy full SHA for 08447e9 - Browse repository at this point
Copy the full SHA 08447e9View commit details -
Fix nearest interaction mode to return all items (#5857)
Return all items that are at the nearest distance to the point and add unit tests for nearest + axis: 'x' and nearest + axis: 'y'
Configuration menu - View commit details
-
Copy full SHA for f5437fe - Browse repository at this point
Copy the full SHA f5437feView commit details
Commits on Nov 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 241499d - Browse repository at this point
Copy the full SHA 241499dView commit details -
Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858)
- Calculate the vertices of the shapes so that they are inscribed in the circle that has the radius of `pointRadius` - Remove `translate()` and `rotate()` to fix the regression introduced by #5319 - Refactor `rectRounded` for better performance
Configuration menu - View commit details
-
Copy full SHA for 1f2fa5c - Browse repository at this point
Copy the full SHA 1f2fa5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbca2fc - Browse repository at this point
Copy the full SHA bbca2fcView commit details -
Fix cut off tick labels in radial scale (#5848)
Fix the issue that the topmost tick label and the bottom of the chart area are cut off with a radial scale.
Configuration menu - View commit details
-
Copy full SHA for d6ac7d8 - Browse repository at this point
Copy the full SHA d6ac7d8View commit details
Commits on Nov 29, 2018
-
Deprecate Chart.{Type} classes (#5868)
It looks like these classes are a legacy from version 1 but we actually never promoted their usage. Instead, the regular way to create a chart is to set the type in the config, for example: `new Chart(ctx, {type: 'bar'})`. Some types are actually missing (no `Chart.HorizontalBar` or `Chart.Pie`) but it's also not scalable because it can easily conflict with other classes scoped under the `Chart` namespace.
Configuration menu - View commit details
-
Copy full SHA for aa652df - Browse repository at this point
Copy the full SHA aa652dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfa7b2 - Browse repository at this point
Copy the full SHA ecfa7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84d249 - Browse repository at this point
Copy the full SHA c84d249View commit details -
Make Chart.controllers.* importable (#5871)
`controllers.*.js` and `core.datasetController.js` are now importable (no more function export), that's why there is so many changes mainly due to one indentation level removed. Split code for `bar/horizontalBar` and `doughnut/pie` in separate files, added a global controllers import (`src/controllers/index.js`) and add tests to check that all dataset controllers are correctly registered under `chart.controllers.{type}`.
Configuration menu - View commit details
-
Copy full SHA for be8d78a - Browse repository at this point
Copy the full SHA be8d78aView commit details
Commits on Dec 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3cb2d70 - Browse repository at this point
Copy the full SHA 3cb2d70View commit details
Commits on Dec 4, 2018
-
Refactor data generation in scatter basic example (#5877)
Replace repeated function call with compact function, generateData
Configuration menu - View commit details
-
Copy full SHA for 5797e03 - Browse repository at this point
Copy the full SHA 5797e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa635e - Browse repository at this point
Copy the full SHA bfa635eView commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7c45fda - Browse repository at this point
Copy the full SHA 7c45fdaView commit details
Commits on Dec 9, 2018
-
Fix the rounding issue of floating point numbers in category scale (#…
…5880) - Remove `Math.round` in the category scale code - Add `helpers._alignPixel` to align grid/tick/axis border lines - Fix grid/tick/axis border line calculation - Add a check of the width of the axis border - Refactor core.scale code
Configuration menu - View commit details
-
Copy full SHA for 40495ec - Browse repository at this point
Copy the full SHA 40495ecView commit details -
Remove autoSkip logic to always display last tick (#5891)
This changes the behavior of `autoSkip` so that it does not force the display of the last tick. If the last tick can be displayed with equal spacing to the rest of the ticks, it will be. Otherwise, it is not.
Configuration menu - View commit details
-
Copy full SHA for 69fcba0 - Browse repository at this point
Copy the full SHA 69fcba0View commit details
Commits on Dec 14, 2018
-
Remove
innerHTML
usage from our DOM platform (#5909)Prevent "Unsafe assignment to innerHTML" reported by Firefox when submitting addon to their store.
Configuration menu - View commit details
-
Copy full SHA for f2a9e66 - Browse repository at this point
Copy the full SHA f2a9e66View commit details -
Migrate from Browserify to rollup (#5904)
Browserify isn't optimal bundling Chart.js because it adds too many internal wrappers, doesn't handle external/global dependencies and doesn't provide a way to generate ESM builds. Therefore, it seems the right choice to switch to rollup, so move all the build process in `rollup.config.js` and make Gulp to execute `rollup -c`. We also had to switch to Terser instead of UglifyJS because this last one contains a breaking bug. Note that tests now use the exact same rollup config as our builds (the minified one) to ensure that the bundling and minification steps don't break anything. Finally, replace the `gulp watch` task by `gulp build --watch` to be consistent with the other `unittest` and `docs` watching syntax.
Configuration menu - View commit details
-
Copy full SHA for 2a97ec2 - Browse repository at this point
Copy the full SHA 2a97ec2View commit details
Commits on Dec 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a29b99 - Browse repository at this point
Copy the full SHA 3a29b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2388eea - Browse repository at this point
Copy the full SHA 2388eeaView commit details
Commits on Dec 17, 2018
-
3
Configuration menu - View commit details
-
Copy full SHA for 52b9793 - Browse repository at this point
Copy the full SHA 52b9793View commit details
Commits on Dec 18, 2018
-
Add support for hiding axis when all linked datasets are hidden (#5885)
When `display: 'auto'`, the axis is visible only if at least one associated dataset is visible.
Configuration menu - View commit details
-
Copy full SHA for 4fb259e - Browse repository at this point
Copy the full SHA 4fb259eView commit details -
Configuration menu - View commit details
-
Copy full SHA for db8f6c3 - Browse repository at this point
Copy the full SHA db8f6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e429a8 - Browse repository at this point
Copy the full SHA 7e429a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ce3d2 - Browse repository at this point
Copy the full SHA c8ce3d2View commit details
Commits on Dec 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d29ec5a - Browse repository at this point
Copy the full SHA d29ec5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e8b73 - Browse repository at this point
Copy the full SHA d7e8b73View commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4b6e53a - Browse repository at this point
Copy the full SHA 4b6e53aView commit details
Commits on Dec 31, 2018
-
Fix RangeError exception when merging too many labels (#5936)
Fix "RangeError: Maximum call stack size exceeded" exception when calling `Array.push.apply` with too many items (>125000).
Configuration menu - View commit details
-
Copy full SHA for a8920f6 - Browse repository at this point
Copy the full SHA a8920f6View commit details
Commits on Jan 1, 2019
-
Improve tick generation for linear scales (#5938)
* Improve tick generation for linear scales * Simplify the tick generation code * Refactor getTickLimit
Configuration menu - View commit details
-
Copy full SHA for aae05a0 - Browse repository at this point
Copy the full SHA aae05a0View commit details
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 918e2c0 - Browse repository at this point
Copy the full SHA 918e2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b4d61 - Browse repository at this point
Copy the full SHA 39b4d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51ac8a - Browse repository at this point
Copy the full SHA c51ac8aView commit details
Commits on Jan 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 26b7375 - Browse repository at this point
Copy the full SHA 26b7375View commit details -
Cleanup scales export for better import strategy (#5953)
Scales now export their class and associated defaults (`_defaults`), the registration being done globally in `src/chart.js`.
Configuration menu - View commit details
-
Copy full SHA for 87e44fa - Browse repository at this point
Copy the full SHA 87e44faView commit details
Commits on Jan 6, 2019
-
Use
Chart.min.js
in samples (#5958)Samples are supposed to show good practices and in most cases we don't use the time scale but require `Chart.bundle.js`, which is not correct. Instead, we should require the non-bundled version in its minified version (`Chart.min.js`). Paradoxically, time based examples don't use `Chart.bundle.js` but require moment manually side to `Chart.min.js`, which IMO is also the correct way since it allows users to configure and use moment globally (TZ, locales, etc.) and doesn't enforce a specific moment version. Also remove the `data-labelling.html` example because we now have an [official plugin](https://github.com/chartjs/chartjs-plugin-datalabels) that implements this feature and don't want to deal with user custom code anymore.
Configuration menu - View commit details
-
Copy full SHA for b7139db - Browse repository at this point
Copy the full SHA b7139dbView commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 934ce24 - Browse repository at this point
Copy the full SHA 934ce24View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dd3564a - Browse repository at this point
Copy the full SHA dd3564aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820debf - Browse repository at this point
Copy the full SHA 820debfView commit details
Commits on Jan 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d7eacd - Browse repository at this point
Copy the full SHA 9d7eacdView commit details -
Fix contribution docs about gulp-cli (#5968)
Update the docs so that only gulp-cli is installed globally
Configuration menu - View commit details
-
Copy full SHA for f342299 - Browse repository at this point
Copy the full SHA f342299View commit details -
Test default tooltip callbacks for scatter charts (#5967)
This moves the mouse over the drawn point and verifies that there is no title in the tooltip and that the body contains expected content.
Configuration menu - View commit details
-
Copy full SHA for 9ecae7c - Browse repository at this point
Copy the full SHA 9ecae7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c49140 - Browse repository at this point
Copy the full SHA 6c49140View commit details -
Make the main controller importable (#5969)
Merge `core/core.js` in `core/core.controller.js`, split default options next to their associated code and deprecate `Chart.types` (not sure what it was for).
Configuration menu - View commit details
-
Copy full SHA for e03d8d8 - Browse repository at this point
Copy the full SHA e03d8d8View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e1ed26f - Browse repository at this point
Copy the full SHA e1ed26fView commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 20c748f - Browse repository at this point
Copy the full SHA 20c748fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b50a1c2 - Browse repository at this point
Copy the full SHA b50a1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3eb85 - Browse repository at this point
Copy the full SHA 8a3eb85View commit details
Commits on Jan 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d1d202 - Browse repository at this point
Copy the full SHA 9d1d202View commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f3dd967 - Browse repository at this point
Copy the full SHA f3dd967View commit details -
Update the responsive docs about resizing the parent node (#5974)
Add a note about resizing the chart height with maintainAspectRatio
Configuration menu - View commit details
-
Copy full SHA for 352e53a - Browse repository at this point
Copy the full SHA 352e53aView commit details
Commits on Jan 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a655da0 - Browse repository at this point
Copy the full SHA a655da0View commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 740e087 - Browse repository at this point
Copy the full SHA 740e087View commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69b4a4c - Browse repository at this point
Copy the full SHA 69b4a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbf3ca - Browse repository at this point
Copy the full SHA 7bbf3caView commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d9012d9 - Browse repository at this point
Copy the full SHA d9012d9View commit details
Commits on Jan 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8b110fd - Browse repository at this point
Copy the full SHA 8b110fdView commit details
Commits on Jan 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7c0ad5a - Browse repository at this point
Copy the full SHA 7c0ad5aView commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05e9627 - Browse repository at this point
Copy the full SHA 05e9627View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a0c86 - Browse repository at this point
Copy the full SHA e6a0c86View commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 72b7a61 - Browse repository at this point
Copy the full SHA 72b7a61View commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d01bcf - Browse repository at this point
Copy the full SHA 0d01bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f6fd2 - Browse repository at this point
Copy the full SHA 17f6fd2View commit details -
Deprecate configMerge and scaleMerge helpers (#6022)
These methods shouldn't have been public since they are specific to the chart controller internal logic. Note that this scale custom merging will be removed in v3.
Configuration menu - View commit details
-
Copy full SHA for 0697d0d - Browse repository at this point
Copy the full SHA 0697d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e07c5d0 - Browse repository at this point
Copy the full SHA e07c5d0View commit details
Commits on Jan 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fee44cf - Browse repository at this point
Copy the full SHA fee44cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f7fa2 - Browse repository at this point
Copy the full SHA 29f7fa2View commit details -
Prevent infinite resize when vertical scrollbar appears (#6011)
If the container size shrank during chart resize, let's assume scrollbar appeared. So we resize again with the scrollbar visible effectively making chart smaller and the scrollbar hidden again. Because we are inside `throttled`, and currently `ticking`, scroll events are ignored during this whole 2 resize process. If we assumed wrong and something else happened, we are resizing twice in a frame (potential performance issue)
Configuration menu - View commit details
-
Copy full SHA for 97da221 - Browse repository at this point
Copy the full SHA 97da221View commit details
Commits on Feb 1, 2019
-
Enforce tooltip item
label
andvalue
to be strings (#6030)Also update the docs for `xLabel` and `yLabel` to also accept a `number`.
Configuration menu - View commit details
-
Copy full SHA for 80a159e - Browse repository at this point
Copy the full SHA 80a159eView commit details
Commits on Feb 2, 2019
-
Replace deprecated gulp-util and remove unused watchify (#6032)
* Replace deprecated gulp-util and remove unused watchify * Remove logging
Configuration menu - View commit details
-
Copy full SHA for a2521e5 - Browse repository at this point
Copy the full SHA a2521e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9e52a - Browse repository at this point
Copy the full SHA 6e9e52aView commit details
Commits on Feb 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 93d5ac9 - Browse repository at this point
Copy the full SHA 93d5ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 945d91a - Browse repository at this point
Copy the full SHA 945d91aView commit details
Commits on Feb 5, 2019
-
* Fix broken documentation anchors * Revert changes to installation docs
Configuration menu - View commit details
-
Copy full SHA for 765c432 - Browse repository at this point
Copy the full SHA 765c432View commit details
Commits on Feb 6, 2019
-
Rename addEventListener and removeEventListener (#6046)
Prevent conflict with `window.addEventListener` and `window.removeEventListener` (global scope).
Configuration menu - View commit details
-
Copy full SHA for cbb7ff7 - Browse repository at this point
Copy the full SHA cbb7ff7View commit details
Commits on Feb 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7c11c81 - Browse repository at this point
Copy the full SHA 7c11c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c4db7 - Browse repository at this point
Copy the full SHA c6c4db7View commit details -
Move CSS in a separate file to be CSP-compliant (#6048)
In order to be compatible with any CSP, we need to prevent the automatic creation of the DOM 'style' element and offer our CSS as a separate file that can be manually loaded (`Chart.js` or `Chart.min.js`). Users can now opt-out the style injection using `Chart.platform.disableCSSInjection = true` (note that the style sheet is now injected on the first chart creation). To prevent duplicating and maintaining the same CSS code at different places, move all these rules in `platform.dom.css` and write a minimal rollup plugin to inject that style as string in `platform.dom.js`. Additionally, this plugin extract the imported style in `./dist/Chart.js` and `./dist/Chart.min.js`.
Configuration menu - View commit details
-
Copy full SHA for 55128f7 - Browse repository at this point
Copy the full SHA 55128f7View commit details
Commits on Feb 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0ed652b - Browse repository at this point
Copy the full SHA 0ed652bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b07cc2 - Browse repository at this point
Copy the full SHA 8b07cc2View commit details
Commits on Feb 10, 2019
-
Fix randomly failing tooltip test (#6061)
Use utility to trigger the event in the center of element rather than x/y -based coordinates (its the edge for rectangles)
Configuration menu - View commit details
-
Copy full SHA for 409fdde - Browse repository at this point
Copy the full SHA 409fddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for af464f8 - Browse repository at this point
Copy the full SHA af464f8View commit details
Commits on Feb 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2f874fd - Browse repository at this point
Copy the full SHA 2f874fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef507e1 - Browse repository at this point
Copy the full SHA ef507e1View commit details
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5fc934e - Browse repository at this point
Copy the full SHA 5fc934eView commit details
Commits on Feb 14, 2019
-
Add examples of scriptable charts (#6042)
* Add example of scriptable pie chart * Add example of scriptable line chart * Add example of scriptable polar area chart * Add example of scriptable radar chart
Configuration menu - View commit details
-
Copy full SHA for 58d7891 - Browse repository at this point
Copy the full SHA 58d7891View commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 32aeeac - Browse repository at this point
Copy the full SHA 32aeeacView commit details -
Use
datetime
as default time scale tooltip format (#6019)Remove the logic that computed an "optimal" tooltip format. Instead, always fallback to the `datetime` adapter format which is more efficient and stable. Additionally, remove the adapter `presets` API, which is not needed anymore.
Configuration menu - View commit details
-
Copy full SHA for 3e18708 - Browse repository at this point
Copy the full SHA 3e18708View commit details
Commits on Feb 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1c01272 - Browse repository at this point
Copy the full SHA 1c01272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c2645 - Browse repository at this point
Copy the full SHA 20c2645View commit details
Commits on Feb 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f2b099b - Browse repository at this point
Copy the full SHA f2b099bView commit details
Commits on Feb 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f3b1837 - Browse repository at this point
Copy the full SHA f3b1837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317cae1 - Browse repository at this point
Copy the full SHA 317cae1View commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b36d55d - Browse repository at this point
Copy the full SHA b36d55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec3f55 - Browse repository at this point
Copy the full SHA 0ec3f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79fc340 - Browse repository at this point
Copy the full SHA 79fc340View commit details
Commits on Feb 27, 2019
-
New weight option for pie and doughnut charts (#5951)
Add functionality to give pie & doughnut datasets a weight attribute, which affects the relative thickness of the dataset when there are multiple datasets in pie & doughnut charts. The default weight of each dataset is 1, providing any other numerical value will allow the pie or doughnut dataset to be drawn with a thickness relative to its default size. For example a weight of 2 will allow the dataset to be drawn double its typical dataset thickness. Note that the weight attribute will only affect a pie or doughnut chart if there is more than one visible dataset. Using weight on a pie or doughnut dataset when there is only one dataset on the chart will have no affect.
Configuration menu - View commit details
-
Copy full SHA for 93f4e6e - Browse repository at this point
Copy the full SHA 93f4e6eView commit details
Commits on Mar 1, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for b2f7adc - Browse repository at this point
Copy the full SHA b2f7adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946c6d0 - Browse repository at this point
Copy the full SHA 946c6d0View commit details
Commits on Mar 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 653e9a9 - Browse repository at this point
Copy the full SHA 653e9a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac215b - Browse repository at this point
Copy the full SHA 0ac215bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 35273ee - Browse repository at this point
Copy the full SHA 35273eeView commit details
Commits on Mar 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 344628b - Browse repository at this point
Copy the full SHA 344628bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 858cc80 - Browse repository at this point
Copy the full SHA 858cc80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31aebf3 - Browse repository at this point
Copy the full SHA 31aebf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f048a - Browse repository at this point
Copy the full SHA f9f048aView commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d3b7559 - Browse repository at this point
Copy the full SHA d3b7559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a74f9 - Browse repository at this point
Copy the full SHA 87a74f9View commit details
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f5ff456 - Browse repository at this point
Copy the full SHA f5ff456View commit details
Commits on Mar 12, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for eddd1f1 - Browse repository at this point
Copy the full SHA eddd1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152f1d9 - Browse repository at this point
Copy the full SHA 152f1d9View commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 75e76cf - Browse repository at this point
Copy the full SHA 75e76cfView commit details