]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Tanner Linsley [Sat, 31 Oct 2015 22:09:11 +0000 (16:09 -0600)]
commas to pass jshint
Tanner Linsley [Sat, 31 Oct 2015 22:08:55 +0000 (16:08 -0600)]
Custom Tooltip example now works with the basics
Tanner Linsley [Sat, 31 Oct 2015 22:07:57 +0000 (16:07 -0600)]
call the custom callback in tooltip options
Tanner Linsley [Sat, 31 Oct 2015 22:07:36 +0000 (16:07 -0600)]
Call tooltip update even when tooltip has no active elements
Tanner Linsley [Sat, 31 Oct 2015 17:23:47 +0000 (11:23 -0600)]
Merge pull request #1596 from nnnick/fix/v2.0-beta0-tooltips
Improve v2.0.0-beta0 tooltips
etimberg [Sat, 31 Oct 2015 01:04:45 +0000 (21:04 -0400)]
Polar area tooltip improvements
etimberg [Sat, 31 Oct 2015 00:48:31 +0000 (20:48 -0400)]
Doughnut chart tooltips work
etimberg [Sat, 31 Oct 2015 00:35:36 +0000 (20:35 -0400)]
tooltips for radar charts are working
etimberg [Sat, 31 Oct 2015 00:12:05 +0000 (20:12 -0400)]
Fix up arguments to tooltip callbacks. Simplified code in some places and removed old code.
etimberg [Thu, 29 Oct 2015 02:52:43 +0000 (22:52 -0400)]
Play around with tooltip to see if a better API is possible. No longer crashes for polar area / doughnut / radar charts
Tanner Linsley [Tue, 27 Oct 2015 01:40:52 +0000 (19:40 -0600)]
element.line.js now passes tests
Tanner Linsley [Tue, 27 Oct 2015 01:24:48 +0000 (19:24 -0600)]
Do not draw line up on first point of line
Tanner Linsley [Mon, 26 Oct 2015 18:47:37 +0000 (12:47 -0600)]
Rename 01-Scales to 01-Scales.md
Closes #1574
Tanner Linsley [Sat, 24 Oct 2015 23:17:13 +0000 (17:17 -0600)]
Updated Readme, and versions for beta release
Tanner Linsley [Sat, 24 Oct 2015 22:47:24 +0000 (16:47 -0600)]
Built Distributables
Tanner Linsley [Sat, 24 Oct 2015 07:40:43 +0000 (01:40 -0600)]
Merge pull request #1567 from nnnick/fix/rounding
Better linear scale tick formatter + small tick generation
Tanner Linsley [Sat, 24 Oct 2015 07:35:42 +0000 (01:35 -0600)]
Merge pull request #1566 from nnnick/v2.0-dev-skip-null-fixes
V2.0 dev skip null fixes
Tanner Linsley [Sat, 24 Oct 2015 07:31:08 +0000 (01:31 -0600)]
Use the new travis CI docker framework (hopefully)
Tanner Linsley [Sat, 24 Oct 2015 07:25:00 +0000 (01:25 -0600)]
radialLinear scale tests now expect rounded values
The rounding problems compounded in a few areas (like the
distanceFromCenter function and drawingArea property). Those are now
more accurate.
Tanner Linsley [Sat, 24 Oct 2015 07:23:51 +0000 (01:23 -0600)]
Line element and controller tests now coincide with the latest skipNull refactor
Tanner Linsley [Sat, 24 Oct 2015 07:23:13 +0000 (01:23 -0600)]
radialLInear getPointPosition now rounds crazy decimals
This particular part of testing was succeeding in chrome, and failing
in firefox. It should be rounded anyway.
Tanner Linsley [Sat, 24 Oct 2015 07:22:12 +0000 (01:22 -0600)]
recursive and accurate getRightValue
etimberg [Sat, 24 Oct 2015 02:11:59 +0000 (22:11 -0400)]
Fix tests affected by changes to default label formatter
etimberg [Sat, 24 Oct 2015 02:00:59 +0000 (22:00 -0400)]
Improved number format function. Also improved the generation of small tick values
Tanner Linsley [Fri, 23 Oct 2015 22:41:11 +0000 (16:41 -0600)]
Scale min/max calculations now disregard bad values
Tanner Linsley [Fri, 23 Oct 2015 22:37:34 +0000 (16:37 -0600)]
Point Skipping now draws properly and is easier to understand
Tanner Linsley [Fri, 23 Oct 2015 22:36:59 +0000 (16:36 -0600)]
Bad values for data are now converted to NaN
Tanner Linsley [Fri, 23 Oct 2015 22:36:33 +0000 (16:36 -0600)]
SplineCurve function now graciously handles skipped points
Tanner Linsley [Fri, 23 Oct 2015 22:36:00 +0000 (16:36 -0600)]
Radar controller now skips non-numerical coordinates
Tanner Linsley [Fri, 23 Oct 2015 22:35:52 +0000 (16:35 -0600)]
Line controller now skips non-numerical coordinates
Tanner Linsley [Fri, 23 Oct 2015 22:34:40 +0000 (16:34 -0600)]
Bubble controller now skips on non-numerical coordinates
Tanner Linsley [Fri, 23 Oct 2015 19:02:57 +0000 (13:02 -0600)]
Merge pull request #1542 from nnnick/v2.0-dev-tooltip-refactor
V2.0 dev tooltip refactor
Tanner Linsley [Fri, 23 Oct 2015 18:40:56 +0000 (12:40 -0600)]
Only use active datasets in the tooltip body
Tanner Linsley [Fri, 23 Oct 2015 18:40:38 +0000 (12:40 -0600)]
Track lastTooltipActive for change animations
Since we split up the hover and tooltips modes, both changes need to be
tracked for visual updates between the two.
Tanner Linsley [Thu, 22 Oct 2015 18:04:16 +0000 (12:04 -0600)]
Merge pull request #1559 from posgarou/bugfix/chart_undefined_in_core_helper
Fix mistaken variable assignment in core files
Ryan Mitchell [Thu, 22 Oct 2015 16:47:45 +0000 (12:47 -0400)]
Fix similar typos in core.controller & element
Ryan Mitchell [Thu, 22 Oct 2015 16:41:03 +0000 (12:41 -0400)]
Fix typo in core.helpers.js
etimberg [Thu, 22 Oct 2015 01:00:13 +0000 (21:00 -0400)]
Time scale test fix for optional labels
etimberg [Thu, 22 Oct 2015 00:47:22 +0000 (20:47 -0400)]
test fix
etimberg [Thu, 22 Oct 2015 00:18:23 +0000 (20:18 -0400)]
Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev-tooltip-refactor
Tanner Linsley [Wed, 21 Oct 2015 00:38:27 +0000 (18:38 -0600)]
Merge pull request #1551 from nnnick/travis-unit-test
Unit tests work better with Travis
etimberg [Wed, 21 Oct 2015 00:33:51 +0000 (20:33 -0400)]
Fix JSHint errors
Evert Timberg [Wed, 21 Oct 2015 00:12:56 +0000 (20:12 -0400)]
Fix 2 test fails
Evert Timberg [Wed, 21 Oct 2015 00:08:41 +0000 (20:08 -0400)]
Test in firefox on travis
Tanner Linsley [Tue, 20 Oct 2015 03:23:01 +0000 (21:23 -0600)]
Support min and max dates on time scale
etimberg [Mon, 19 Oct 2015 23:20:08 +0000 (19:20 -0400)]
Labels are now optional for the time scale.
Evert Timberg [Sun, 18 Oct 2015 23:57:06 +0000 (19:57 -0400)]
Fix 2 fails due to a bug fix for the scale label colour.
Evert Timberg [Sun, 18 Oct 2015 23:48:57 +0000 (19:48 -0400)]
Down to 3 test failures
Evert Timberg [Sun, 18 Oct 2015 23:34:56 +0000 (19:34 -0400)]
Fix some test failures
etimberg [Sun, 18 Oct 2015 22:17:39 +0000 (18:17 -0400)]
Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev-tooltip-refactor
etimberg [Sun, 18 Oct 2015 22:14:56 +0000 (18:14 -0400)]
Update docs a bit for new items. Small updates for tooltip labels.
etimberg [Sun, 18 Oct 2015 22:00:46 +0000 (18:00 -0400)]
Time scales now support passing in data as points. Added this to the time scale sample file.
etimberg [Sun, 18 Oct 2015 20:31:18 +0000 (16:31 -0400)]
Add a helper function to reduce code size
etimberg [Sun, 18 Oct 2015 20:13:57 +0000 (16:13 -0400)]
Factor out `getLabelForIndex` into each scale so we can return appropriate data based on the scale type
etimberg [Sun, 18 Oct 2015 14:39:54 +0000 (10:39 -0400)]
Use correct function to get `afterBody` lines for tooltip.
Tanner Linsley [Sat, 17 Oct 2015 21:53:33 +0000 (15:53 -0600)]
All tooltip callbacks support arrays for lines, and no drawing invisible tooltips.
Simply return a string for a single line tooltip, or return an array to
create multiple lines.
Evert Timberg [Sat, 17 Oct 2015 12:46:44 +0000 (08:46 -0400)]
Merge pull request #1512 from nnnick/v2.0-dev-bubble-controller
Bubble Chart Type and Bubble Controller
Evert Timberg [Sat, 17 Oct 2015 12:30:37 +0000 (08:30 -0400)]
Merge pull request #1541 from nnnick/v2.0-dev-testing-fixes
Testing fixes for time scale
Tanner Linsley [Sat, 17 Oct 2015 03:14:07 +0000 (21:14 -0600)]
Testing fixes for time scale
Tanner Linsley [Sat, 17 Oct 2015 02:48:46 +0000 (20:48 -0600)]
Merge pull request #1540 from nnnick/fix/scale-tick-font-size
Draw scale ticks using correct font
etimberg [Sat, 17 Oct 2015 02:00:43 +0000 (22:00 -0400)]
Use the correct font for the ticks. Ensure that scale labels fill in the correct colour.
Evert Timberg [Sat, 17 Oct 2015 01:25:34 +0000 (21:25 -0400)]
Merge pull request #1538 from lpaluszk/v2.0-dev
Fix HTMLIframeElement remove/removeNode issue in removeResizeListener…
Lucas Styles [Fri, 16 Oct 2015 23:35:47 +0000 (00:35 +0100)]
Fix HTMLIframeElement remove/removeNode issue in removeResizeListener method
Tanner Linsley [Tue, 13 Oct 2015 17:46:14 +0000 (11:46 -0600)]
Merge pull request #1526 from etimberg/fix/responsive-config-setting
Use the correct merged responsive setting in the resize listener
Evert Timberg [Tue, 13 Oct 2015 15:43:00 +0000 (11:43 -0400)]
Before labels can rotate, we need the appropriate left, right, top, & bottom attributes of the scale set with default values so that tick spacing can be determined. After ensuring that this happens, tests needed to be updated. Added unit testing for the scale service.
Evert Timberg [Tue, 13 Oct 2015 14:33:59 +0000 (10:33 -0400)]
Fix JSHint task
Tanner Linsley [Mon, 12 Oct 2015 20:51:00 +0000 (14:51 -0600)]
Tooltip Hooks
Tanner Linsley [Mon, 12 Oct 2015 17:51:21 +0000 (11:51 -0600)]
Merge pull request #1525 from etimberg/fix/scale-merge
Merge scale settings at the correct time
Evert Timberg [Mon, 12 Oct 2015 13:19:14 +0000 (09:19 -0400)]
Put comment back in correct spot
Evert Timberg [Mon, 12 Oct 2015 13:16:49 +0000 (09:16 -0400)]
Fix a race condition in the resize listener & use the correct merged config object for the responsive setting
Evert Timberg [Mon, 12 Oct 2015 12:58:03 +0000 (08:58 -0400)]
Only merge scale defaults with the global scale defaults when getting the scale defaults. Otherwise, the user does not have the ability to change them via the global settings since registration occurs when the library is loaded.
Tanner Linsley [Thu, 8 Oct 2015 03:51:15 +0000 (21:51 -0600)]
Merge pull request #1517 from nnnick/feature/hide-datasets
Now allows hiding individual datasets
Evert Timberg [Wed, 7 Oct 2015 23:54:53 +0000 (19:54 -0400)]
Update samples with some hidden datasets
Evert Timberg [Wed, 7 Oct 2015 23:54:11 +0000 (19:54 -0400)]
Update controllers to handle datasets that are not visible
Evert Timberg [Wed, 7 Oct 2015 23:37:53 +0000 (19:37 -0400)]
Scales will only consider visible datasets when calculating data max and min values
Evert Timberg [Wed, 7 Oct 2015 23:10:10 +0000 (19:10 -0400)]
Helper to determine if a dataset is visible or not
Tanner Linsley [Wed, 7 Oct 2015 02:40:25 +0000 (20:40 -0600)]
Tooltips now using new lineArray format
Tanner Linsley [Mon, 5 Oct 2015 18:40:28 +0000 (12:40 -0600)]
Bubble Chart Type and Bubble Controller
Tanner Linsley [Wed, 30 Sep 2015 21:32:16 +0000 (15:32 -0600)]
Update README.md
Tanner Linsley [Tue, 29 Sep 2015 22:32:43 +0000 (16:32 -0600)]
Getting Started.... again.
Tanner Linsley [Tue, 29 Sep 2015 19:29:53 +0000 (13:29 -0600)]
Update Getting Started and created Scales documentation
Tanner Linsley [Tue, 29 Sep 2015 16:55:05 +0000 (10:55 -0600)]
Dis Build
Tanner Linsley [Tue, 29 Sep 2015 16:54:42 +0000 (10:54 -0600)]
Ensure tickUnit and displayFormat set before format loop
Tanner Linsley [Mon, 28 Sep 2015 18:46:25 +0000 (12:46 -0600)]
Time Scale Samples updated to import moment beforehand
Tanner Linsley [Mon, 28 Sep 2015 18:45:53 +0000 (12:45 -0600)]
Add Moment.js back into test reps
Tanner Linsley [Mon, 28 Sep 2015 17:30:52 +0000 (11:30 -0600)]
Built Dist Files (reduced lib to 122kb minified)
Tanner Linsley [Mon, 28 Sep 2015 17:28:52 +0000 (11:28 -0600)]
Built Dist Files
Tanner Linsley [Mon, 28 Sep 2015 17:28:34 +0000 (11:28 -0600)]
Removed moment from build, import color lib first
Tanner Linsley [Mon, 28 Sep 2015 17:28:05 +0000 (11:28 -0600)]
Remove moment and onecolor as deps
Tanner Linsley [Mon, 28 Sep 2015 17:27:47 +0000 (11:27 -0600)]
Time Scale now requires and warns for Moment.js dep
etimberg [Mon, 28 Sep 2015 11:45:50 +0000 (07:45 -0400)]
Commit built files after refactor
Evert Timberg [Mon, 28 Sep 2015 01:50:25 +0000 (21:50 -0400)]
Merge pull request #1488 from nnnick/v2.0-dev-refactor
V2.0 dev refactor
Evert Timberg [Mon, 28 Sep 2015 01:34:16 +0000 (21:34 -0400)]
Removed the line scale override file since functionality no longer directly exists. Updated the core scale drawing with tighter padding & better drawing when on top. Updated tests
Evert Timberg [Sun, 27 Sep 2015 23:40:38 +0000 (19:40 -0400)]
Fix broken helper test
Evert Timberg [Sun, 27 Sep 2015 23:19:21 +0000 (19:19 -0400)]
Fix line controller tests
Evert Timberg [Sun, 27 Sep 2015 22:29:54 +0000 (18:29 -0400)]
Last bar controller test fixes
Evert Timberg [Sun, 27 Sep 2015 22:28:09 +0000 (18:28 -0400)]
Fix bar controller unit tests
Evert Timberg [Sun, 27 Sep 2015 15:58:20 +0000 (11:58 -0400)]
Convert the radialLinear scale to derive from Core.scale. Radial linear scale is now fit using the scale service. Added tests for the radialLinear scale.
Evert Timberg [Sun, 27 Sep 2015 13:38:11 +0000 (09:38 -0400)]
Time scale tests.
Evert Timberg [Sat, 26 Sep 2015 20:52:14 +0000 (16:52 -0400)]
Category scale tests