]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Tanner Linsley [Mon, 5 Oct 2015 18:40:28 +0000 (12:40 -0600)]
Bubble Chart Type and Bubble Controller
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
Evert Timberg [Sat, 26 Sep 2015 20:50:59 +0000 (16:50 -0400)]
Update logX sample to use correct label callback
Evert Timberg [Sat, 26 Sep 2015 01:04:57 +0000 (21:04 -0400)]
Merge branch 'v2.0-dev-refactor' of https://github.com/nnnick/Chart.js into v2.0-dev-refactor
Evert Timberg [Sat, 26 Sep 2015 01:04:45 +0000 (21:04 -0400)]
Updated core.scale draw code with minor improvements and features that broke during integration (such as mirror option for labels). Updated linear and logarithmic tests. Update config merge to use scaleMerge since it prevents overriding the default entirely.
Tanner Linsley [Fri, 25 Sep 2015 04:49:43 +0000 (22:49 -0600)]
I guess, don't include the offset. Bars now align correctly.
Evert Timberg [Fri, 25 Sep 2015 02:08:25 +0000 (22:08 -0400)]
Make sure ticks are converted to strings. Handle this in the core. Updated linear scale tests & fixed some minor issues. Only 3 fails now in the linear scale.
Evert Timberg [Thu, 24 Sep 2015 22:54:56 +0000 (18:54 -0400)]
Start to clean up the linear scale tests
Evert Timberg [Thu, 24 Sep 2015 22:53:48 +0000 (18:53 -0400)]
Fix scale fitting to give padding around the scale title & to account for label rotation
Tanner Linsley [Thu, 24 Sep 2015 21:46:10 +0000 (15:46 -0600)]
Always includeOffset for bar controller
Tanner Linsley [Thu, 24 Sep 2015 21:45:56 +0000 (15:45 -0600)]
Add scaleLabel to core.scale
Tanner Linsley [Thu, 24 Sep 2015 20:34:26 +0000 (14:34 -0600)]
Merge branch 'v2.0-dev' into v2.0-dev-refactor
Conflicts:
samples/line-scale-override.html
samples/line-x-axis-filter.html
samples/line.html
src/controllers/controller.bar.js
src/core/core.controller.js
src/scales/scale.category.js
Tanner Linsley [Thu, 24 Sep 2015 19:07:32 +0000 (13:07 -0600)]
Polar Area now uses new scale.update method
Tanner Linsley [Thu, 24 Sep 2015 19:05:46 +0000 (13:05 -0600)]
Pie.customtooltips is outdated. Removing for now.
Tanner Linsley [Thu, 24 Sep 2015 19:01:07 +0000 (13:01 -0600)]
Doughnut.color is outdated. Removing for now.
Tanner Linsley [Thu, 24 Sep 2015 18:59:03 +0000 (12:59 -0600)]
Horizontal Log Scale
Tanner Linsley [Thu, 24 Sep 2015 18:31:18 +0000 (12:31 -0600)]
Log Scale Working Again
Tanner Linsley [Thu, 24 Sep 2015 18:07:40 +0000 (12:07 -0600)]
Time Scale working, troubleshooting log scale
Evert Timberg [Thu, 24 Sep 2015 15:07:51 +0000 (11:07 -0400)]
Merge pull request #1485 from BenWoodford/label-patches
Label customisation fixes
Ben Woodford [Thu, 24 Sep 2015 15:02:58 +0000 (16:02 +0100)]
Fixed label padding not affecting x-axis label
Ben Woodford [Thu, 24 Sep 2015 14:54:10 +0000 (15:54 +0100)]
Only rotate label while rotation is < maxRotation
Checking for <= maxRotation results in a labelRotation of 1 if maxRotation is 0, which doesn't make any sense (and also causes the text to be right aligned not centred)
Tanner Linsley [Thu, 24 Sep 2015 08:25:21 +0000 (02:25 -0600)]
checkpoint for the morning check
made some good progress. Just need some more eyes on it, cuz I’m
literally typing without my glasses on right now.
Tanner Linsley [Thu, 24 Sep 2015 05:23:20 +0000 (23:23 -0600)]
Vertical Scales are a bit better now
Tanner Linsley [Thu, 24 Sep 2015 03:52:31 +0000 (21:52 -0600)]
Stuck on shared vertical scale draw logic
Trying to make all scales share the same draw function for both
horizontal and vertical. For some reason the vertical linear scale on
line.html has a width that is too small
Tanner Linsley [Wed, 23 Sep 2015 01:31:26 +0000 (19:31 -0600)]
Checkpoint 1, Pew!!!!
Tanner Linsley [Tue, 22 Sep 2015 23:28:35 +0000 (17:28 -0600)]
Merge pull request #1480 from etimberg/fix/retina-scale-issue
Fixes some retina issues introduced into the v2 codeline
Evert Timberg [Tue, 22 Sep 2015 23:22:55 +0000 (19:22 -0400)]
Don't increase canvas css size during a retina scale. Reset the canvas style exactly as it was set before during destroy. Ensure coordinates are translated over correctly into model coordinates. Fixed a bug during destroy when unscaling the canvas
Evert Timberg [Tue, 22 Sep 2015 16:10:51 +0000 (12:10 -0400)]
Merge pull request #1478 from etimberg/feature/data-change-api
Data change must only happen by changing the data object
Evert Timberg [Tue, 22 Sep 2015 01:00:58 +0000 (21:00 -0400)]
Update samples to no longer use old functions and instead modify the data directly
Evert Timberg [Tue, 22 Sep 2015 01:00:09 +0000 (21:00 -0400)]
Test missed in last check-in
Evert Timberg [Tue, 22 Sep 2015 00:59:53 +0000 (20:59 -0400)]
Remove unneeded functions from core controller. Updated dataset controllers to have a separate function to update the meta data for each dataset
Tanner Linsley [Mon, 21 Sep 2015 23:52:09 +0000 (17:52 -0600)]
Merge pull request #1477 from etimberg/feature/scale-labels
Scale Labels
Tanner Linsley [Mon, 21 Sep 2015 19:17:27 +0000 (13:17 -0600)]
Ensure bar width at least 1px
Tanner Linsley [Mon, 21 Sep 2015 19:08:09 +0000 (13:08 -0600)]
Merge pull request #1474 from nnnick/v2.0-feature-dynamic-bar-spacing
Bar spacing is now dynamic at small sizes.
Tanner Linsley [Mon, 21 Sep 2015 19:04:41 +0000 (13:04 -0600)]
Time scale support
Tanner Linsley [Mon, 21 Sep 2015 18:57:04 +0000 (12:57 -0600)]
Bar spacing is now dynamic at small sizes.
Closes #1468
Tanner Linsley [Mon, 21 Sep 2015 17:55:51 +0000 (11:55 -0600)]
Merge pull request #1473 from nnnick/v2.0-dev-timescale-fix
Time scale now draws all ticks, instead of half of them
Tanner Linsley [Mon, 21 Sep 2015 17:52:17 +0000 (11:52 -0600)]
Time scale now draws all ticks, instead of half of them
Closes #1463
Tanner Linsley [Mon, 21 Sep 2015 17:37:21 +0000 (11:37 -0600)]
Merge pull request #1471 from etimberg/fix/mouse-coordinates
Convert screen coordinates into canvas coordinates when dealing with mouse events
Tanner Linsley [Mon, 21 Sep 2015 17:36:43 +0000 (11:36 -0600)]
Merge pull request #1470 from etimberg/feature/updated_resize_fix
Updated PR to replace #1467
Evert Timberg [Sun, 20 Sep 2015 23:41:48 +0000 (19:41 -0400)]
Update tests for new scale labels
Evert Timberg [Sun, 20 Sep 2015 23:25:17 +0000 (19:25 -0400)]
Update sample files
Evert Timberg [Sun, 20 Sep 2015 23:24:46 +0000 (19:24 -0400)]
Time scale has a label now
Evert Timberg [Sun, 20 Sep 2015 23:18:59 +0000 (19:18 -0400)]
Category scale has labels
Evert Timberg [Sun, 20 Sep 2015 23:06:34 +0000 (19:06 -0400)]
Update tests for new config options
Evert Timberg [Sun, 20 Sep 2015 23:06:09 +0000 (19:06 -0400)]
Logarithmic scale now has labels
Evert Timberg [Sun, 20 Sep 2015 22:59:58 +0000 (18:59 -0400)]
Linear scale has labels
Evert Timberg [Sun, 20 Sep 2015 21:57:27 +0000 (17:57 -0400)]
Convert screen coordinates into canvas coordinates when dealing with mouse events
Evert Timberg [Sun, 20 Sep 2015 14:34:40 +0000 (10:34 -0400)]
Update charts with default aspect ratio of 1 where it makes sense. If the canvas has no size specified, this will be used
Evert Timberg [Sun, 20 Sep 2015 14:33:36 +0000 (10:33 -0400)]
Ensure that radii are always >= 0 for doughnuts and polar area charts
Evert Timberg [Sun, 20 Sep 2015 14:32:43 +0000 (10:32 -0400)]
Prevent a jump in the category scale when the labels need to rotate only when there is no margin yet applied.
Evert Timberg [Sun, 20 Sep 2015 14:30:43 +0000 (10:30 -0400)]
Remove responsive file since it is not necessary
Evert Timberg [Sun, 20 Sep 2015 14:30:12 +0000 (10:30 -0400)]
Use hidden iframe to detect resize + obey max width when getting maximum size. Updated the bar sample to start off hidden. Use the 'show' button to display the graph
Evert Timberg [Sat, 19 Sep 2015 21:53:35 +0000 (17:53 -0400)]
Merge pull request #1469 from nnnick/revert-1467-feature/resize_problems
Revert "Fix resize problems when charts are initially hidden"
Evert Timberg [Sat, 19 Sep 2015 21:52:58 +0000 (17:52 -0400)]
Revert "Fix resize problems when charts are initially hidden"
Tanner Linsley [Sat, 19 Sep 2015 00:59:58 +0000 (18:59 -0600)]
Merge pull request #1465 from nnnick/v2.0-dev-time-scale-bars-and-combo
Bar and combo support for time scale
Tanner Linsley [Sat, 19 Sep 2015 00:59:39 +0000 (18:59 -0600)]
Merge pull request #1467 from etimberg/feature/resize_problems
Fix resize problems when charts are initially hidden
Evert Timberg [Fri, 18 Sep 2015 23:22:54 +0000 (19:22 -0400)]
Only store the original device context ratio once
Evert Timberg [Fri, 18 Sep 2015 22:59:55 +0000 (18:59 -0400)]
Make sure that doughnut and polar area inner & outer radius is >= 0
Evert Timberg [Fri, 18 Sep 2015 22:44:00 +0000 (18:44 -0400)]
Remove core.responsive file. Responsiveness is added during initialization
Evert Timberg [Fri, 18 Sep 2015 22:41:45 +0000 (18:41 -0400)]
Revert "Commit built version of scale algo changes"
This reverts commit
a36a3f8c09b5424dbf4e140d08a5ceb24d7a5ecb .
Evert Timberg [Fri, 18 Sep 2015 22:38:47 +0000 (18:38 -0400)]
Merge remote-tracking branch 'upstream/v2.0-dev' into feature/resize_problems
Conflicts:
gulpfile.js
Tanner Linsley [Fri, 18 Sep 2015 17:31:25 +0000 (11:31 -0600)]
Bar and combo support for time scale
Evert Timberg [Fri, 18 Sep 2015 00:29:41 +0000 (20:29 -0400)]
Unit tests for logarithmic scale. Fixed some issues in stacked mode since it's not possible for a 0 crossing to occur with a log scale.
Tanner Linsley [Thu, 17 Sep 2015 21:54:44 +0000 (15:54 -0600)]
Merge pull request #1459 from nnnick/v2.0-dev-feature-time-axis
V2.0 dev feature time axis
Evert Timberg [Thu, 17 Sep 2015 11:24:15 +0000 (07:24 -0400)]
Merge pull request #1458 from mennodekker/patch-1
Fixed issue #1163 hover.mode = 'dataset' no longer throws an error
Menno Dekker [Thu, 17 Sep 2015 08:08:42 +0000 (10:08 +0200)]
Tabs to spaces + fixed error
Menno Dekker [Thu, 17 Sep 2015 07:43:02 +0000 (09:43 +0200)]
Hover on dataset now works just like hover on label
Fixed some errors in de hover on dataset mode, only tested on bar charts
Tanner Linsley [Tue, 15 Sep 2015 17:40:01 +0000 (11:40 -0600)]
Time Scale Rewrite
Tanner Linsley [Tue, 15 Sep 2015 00:58:17 +0000 (18:58 -0600)]
Merge pull request #1456 from etimberg/feature/logarithmic_scale
Logarithmic scale
Evert Timberg [Tue, 15 Sep 2015 00:34:49 +0000 (20:34 -0400)]
Hide labels when the user returns null from the userCallback. This is the same as the category scale
Evert Timberg [Tue, 15 Sep 2015 00:32:23 +0000 (20:32 -0400)]
Fixes to show all lines but not all labels. Added a variable in the template function to make debugging nicer.
Evert Timberg [Mon, 14 Sep 2015 23:46:28 +0000 (19:46 -0400)]
Update logarithmic sample. Created a new logarithmic sample using AC circuit simulation data of an RLC filter.
Evert Timberg [Mon, 14 Sep 2015 23:45:13 +0000 (19:45 -0400)]
Remove dead code in logarithmic scale. Fixed a padding bug that had previously been fixed in the linear scale
Evert Timberg [Mon, 14 Sep 2015 22:59:52 +0000 (18:59 -0400)]
Merge remote-tracking branch 'upstream/v2.0-dev' into feature/logarithmic_scale
Evert Timberg [Mon, 14 Sep 2015 22:50:52 +0000 (18:50 -0400)]
Attempting to make resize better
Tanner Linsley [Fri, 11 Sep 2015 18:20:32 +0000 (12:20 -0600)]
Let tooltips use time formatted labels if they exist
Tanner Linsley [Fri, 11 Sep 2015 04:48:48 +0000 (22:48 -0600)]
Time Scale Base
Tanner Linsley [Fri, 11 Sep 2015 04:48:20 +0000 (22:48 -0600)]
Add Line chart with time scale sample
Tanner Linsley [Fri, 11 Sep 2015 04:46:51 +0000 (22:46 -0600)]
Add moment.js as dependency