-
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.3 #5732
Version 2.7.3 #5732
Commits on Mar 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b7025fe - Browse repository at this point
Copy the full SHA b7025feView commit details
Commits on Mar 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d0b26db - Browse repository at this point
Copy the full SHA d0b26dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4b1d9 - Browse repository at this point
Copy the full SHA 7f4b1d9View commit details
Commits on Mar 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 25f2634 - Browse repository at this point
Copy the full SHA 25f2634View commit details
Commits on Mar 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a191921 - Browse repository at this point
Copy the full SHA a191921View commit details
Commits on Apr 1, 2018
-
Add
ticks.precision
option to linear scale. (#4841)If defined and `stepSize` is not specified, the step size will be rounded to this many decimal places.
Configuration menu - View commit details
-
Copy full SHA for 9fbac88 - Browse repository at this point
Copy the full SHA 9fbac88View commit details
Commits on Apr 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d284686 - Browse repository at this point
Copy the full SHA d284686View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee8e3c - Browse repository at this point
Copy the full SHA bee8e3cView commit details
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7c3e934 - Browse repository at this point
Copy the full SHA 7c3e934View commit details
Commits on Apr 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a468ca1 - Browse repository at this point
Copy the full SHA a468ca1View commit details
Commits on Apr 11, 2018
-
Proper tick position for right positioned axis (#5401)
* Proper tick position for right positioned axis * Test for tick mark drawing
Configuration menu - View commit details
-
Copy full SHA for 85169c5 - Browse repository at this point
Copy the full SHA 85169c5View commit details
Commits on Apr 22, 2018
-
Fix responsive in IE11 with padding as percentage (#4620)
When the chart is responsive to the parent container, the calculations for padding assumes that the figure is in pixels so that 20% is taken to be 20 (pixels), which results in the chart exceeding the parent container. This appears to be an IE11 only issue.
Configuration menu - View commit details
-
Copy full SHA for 73b8cee - Browse repository at this point
Copy the full SHA 73b8ceeView commit details
Commits on May 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 14399ff - Browse repository at this point
Copy the full SHA 14399ffView commit details
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1072ed9 - Browse repository at this point
Copy the full SHA 1072ed9View commit details
Commits on May 23, 2018
-
Bug: Avoid updating Chart when
responsive: true
and Chart is hidden. (#5172) * Bug: Avoid updating Chart when `responsive: true` and Chart is hidden. * Prevent `drawing` when width/height is invalid.
Configuration menu - View commit details
-
Copy full SHA for 25b7f41 - Browse repository at this point
Copy the full SHA 25b7f41View commit details
Commits on May 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ca9d317 - Browse repository at this point
Copy the full SHA ca9d317View commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8a72780 - Browse repository at this point
Copy the full SHA 8a72780View commit details
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8198d76 - Browse repository at this point
Copy the full SHA 8198d76View commit details
Commits on Jun 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f5140d2 - Browse repository at this point
Copy the full SHA f5140d2View commit details
Commits on Jun 17, 2018
-
Added 'angle' option to Polar Charts (#5279)
* added 'angle' option to polar charts. image comparison test is work in progress; not currently passing * removed unnecessary variable assignment * code cleanup based on PR; for 'angle' option on polarCharts * Made polar chart image comparison test pass by removing debug flag. Also explicitly marked _computeAngle as private. * Removed visibleCount computation in polar chart * split out code related to updating the radius in polar chart's update function, into it's own 'updateRadius' function * made updateRadius method private * fix linting error * updated polar charts to read custom angles from "chart.options.elements.arc.angle" instead of "chart.options.angle"
Configuration menu - View commit details
-
Copy full SHA for a0a195f - Browse repository at this point
Copy the full SHA a0a195fView commit details
Commits on Jun 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7cf1323 - Browse repository at this point
Copy the full SHA 7cf1323View commit details
Commits on Jun 26, 2018
-
Restore original styles when removing hover (#5570)
Refactor `updateElement` and `removeHoverStyle` and fix tests.
Configuration menu - View commit details
-
Copy full SHA for da3aa68 - Browse repository at this point
Copy the full SHA da3aa68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f90e07 - Browse repository at this point
Copy the full SHA 6f90e07View commit details -
Enhance the rounded rectangle implementation (#5597)
Use `arcTo` instead of `quadraticCurveTo` (both methods have the same compatibility level) because it generates better results when the final rect is a circle but also when it's actually a rectangle and not a square. This change is needed by the datalabels plugin where the user can configure the `borderRadius` and thus generate circle from a rounded rectangle.
Configuration menu - View commit details
-
Copy full SHA for 88308c6 - Browse repository at this point
Copy the full SHA 88308c6View commit details
Commits on Jul 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1cd0469 - Browse repository at this point
Copy the full SHA 1cd0469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 387a23d - Browse repository at this point
Copy the full SHA 387a23dView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 0ddd0ee - Browse repository at this point
Copy the full SHA 0ddd0eeView commit details
Commits on Jul 9, 2018
-
Add label for first dataset in progress-bar example (#5625)
While the second dataset already has a label ("My Second dataset") the first dataset showed "undefined" as a label. Added a label to the first dataset object.
Configuration menu - View commit details
-
Copy full SHA for 858d86e - Browse repository at this point
Copy the full SHA 858d86eView commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 48fefd9 - Browse repository at this point
Copy the full SHA 48fefd9View commit details
Commits on Jul 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9c3b0d2 - Browse repository at this point
Copy the full SHA 9c3b0d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246b9a1 - Browse repository at this point
Copy the full SHA 246b9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119a86f - Browse repository at this point
Copy the full SHA 119a86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0963c8f - Browse repository at this point
Copy the full SHA 0963c8fView commit details
Commits on Jul 29, 2018
-
Refactor helpers.canvas.drawPoint() (#5623)
Bring ctx.beginPath() before switch and replace ctx.fillRect()/ctx.strokeRect() with ctx.rect()/ctx.fill() to make it consistent with the other styles. It is also preferable that helpers.canvas.roundedRect() include ctx.closePath() at the end because CanvasRenderingContext2D.rect() closes the subpath. Get rid of ctx.closePath() for cross, crossRot, star, line and dash because these have no closed path shape, and it should be avoided that ctx.closePath() makes a round-trip path.
Configuration menu - View commit details
-
Copy full SHA for 493eaa8 - Browse repository at this point
Copy the full SHA 493eaa8View commit details -
Fix min and max option checks in linear scales (#5209)
When 0, the min and max options was considered not being set, instead we should check for null or undefined.
Configuration menu - View commit details
-
Copy full SHA for 3522686 - Browse repository at this point
Copy the full SHA 3522686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a29581 - Browse repository at this point
Copy the full SHA 9a29581View commit details -
Replace the old style canvas "mock" context checks by image based unit tests which are easier to maintain and allow more flexibility in the drawing logic since we are not testing the context calls but the final painted result.
3Configuration menu - View commit details
-
Copy full SHA for 9160839 - Browse repository at this point
Copy the full SHA 9160839View commit details -
Disable hardware acceleration for unit tests
Explicitly disable hardware acceleration to make image diff more stable when ran on Travis and dev machine.
Configuration menu - View commit details
-
Copy full SHA for 3010173 - Browse repository at this point
Copy the full SHA 3010173View commit details
Commits on Aug 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a9c4e37 - Browse repository at this point
Copy the full SHA a9c4e37View commit details -
Fix adding and removing datasets in bar samples (#5663)
Account for zero indexing of arrays when creating a name for an added dataset and remove the last dataset in the array when removing a dataset rather than removing the first.
Configuration menu - View commit details
-
Copy full SHA for ab41173 - Browse repository at this point
Copy the full SHA ab41173View commit details
Commits on Aug 10, 2018
-
Event handling to use target instead currentTarget (#5575)
If you attach event handlers to a container rather than directly to the canvas then the currentTarget is the container, event.target is the canvas that triggers the event. It's useful to do this if you have many charts or are creating them dynamically.
Configuration menu - View commit details
-
Copy full SHA for 3830216 - Browse repository at this point
Copy the full SHA 3830216View commit details
Commits on Sep 9, 2018
-
Add gulp watch task for docs (#5724)
gulp docs --watch
Configuration menu - View commit details
-
Copy full SHA for 1aa54b0 - Browse repository at this point
Copy the full SHA 1aa54b0View commit details
Commits on Sep 11, 2018
-
2
Configuration menu - View commit details
-
Copy full SHA for bbd589d - Browse repository at this point
Copy the full SHA bbd589dView commit details
Commits on Sep 16, 2018
-
Fix scale when data is all small numbers (#5723)
* Add test for correct handling of small numbers * Calculate tick precision for arbitrarily small numbers * Use scientific notation for very small tick numbers * Calculate significant digits for exponential tick values
Configuration menu - View commit details
-
Copy full SHA for 7a65546 - Browse repository at this point
Copy the full SHA 7a65546View commit details
Commits on Sep 21, 2018
-
Added Wicked-Charts to the Popular Extensions Page (#5734)
Wicked-Charts is a Java wrapper around Chart.js and allows users to create charts in Java using the Wicket framework. The latest version of Wicked-Charts (3.1.0) supports Chartjs and Wicket 8.
Configuration menu - View commit details
-
Copy full SHA for 2f9c663 - Browse repository at this point
Copy the full SHA 2f9c663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9293c30 - Browse repository at this point
Copy the full SHA 9293c30View commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1ba06a2 - Browse repository at this point
Copy the full SHA 1ba06a2View commit details
Commits on Oct 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d7eab1b - Browse repository at this point
Copy the full SHA d7eab1bView commit details