]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Evert Timberg [Tue, 8 Dec 2015 02:52:15 +0000 (21:52 -0500)]
Update docs + remove unused config option since we don't need 2 different callbacks.
Evert Timberg [Tue, 8 Dec 2015 02:42:58 +0000 (21:42 -0500)]
Polar area legend toggles data
Evert Timberg [Tue, 8 Dec 2015 02:23:20 +0000 (21:23 -0500)]
Toggling of doughnut items now works
Evert Timberg [Tue, 8 Dec 2015 01:36:44 +0000 (20:36 -0500)]
Use config onClick function to toggle datasets for bars/lines/radar charts.
Evert Timberg [Tue, 8 Dec 2015 00:11:54 +0000 (19:11 -0500)]
Generate nice legend boxes for all current chart types
Evert Timberg [Sun, 6 Dec 2015 17:53:45 +0000 (12:53 -0500)]
Generate label strings using an option function. This allows new chart types to override
Evert Timberg [Sun, 6 Dec 2015 16:19:55 +0000 (11:19 -0500)]
Docs + move defaults to correct place.
Evert Timberg [Sun, 6 Dec 2015 15:20:38 +0000 (10:20 -0500)]
Split legend and title block functionality into 2 separate blocks. This allows the title to be on the top of the chart while the legend is on the bottom
Evert Timberg [Sun, 6 Dec 2015 15:19:09 +0000 (10:19 -0500)]
Polar are controller needs a similar update to the doughnut controller
Evert Timberg [Sat, 5 Dec 2015 01:32:18 +0000 (20:32 -0500)]
Label polar area and doughnut datasets
Evert Timberg [Sat, 5 Dec 2015 00:22:48 +0000 (19:22 -0500)]
Doughnut controller needs to obey chart area size
Evert Timberg [Fri, 4 Dec 2015 03:04:00 +0000 (22:04 -0500)]
Fix draw issue when radar chart dataset has 0 points and hence no children
Evert Timberg [Fri, 4 Dec 2015 03:03:39 +0000 (22:03 -0500)]
Add legends to sample files
Evert Timberg [Fri, 4 Dec 2015 02:25:36 +0000 (21:25 -0500)]
Fix JSHint issue
Evert Timberg [Fri, 4 Dec 2015 02:21:10 +0000 (21:21 -0500)]
Merge branch 'v2.0-dev' into v2.0-legend
Conflicts:
src/core/core.scaleService.js
Tanner Linsley [Thu, 3 Dec 2015 03:37:04 +0000 (20:37 -0700)]
Merge pull request #1736 from nnnick/umd-build
Umd build
etimberg [Thu, 3 Dec 2015 03:15:03 +0000 (22:15 -0500)]
Remove old and stuff. Use the correct color variable instead of window.color
etimberg [Thu, 3 Dec 2015 02:10:51 +0000 (21:10 -0500)]
Time scale uses moment loaded through UMD
etimberg [Thu, 3 Dec 2015 02:08:52 +0000 (21:08 -0500)]
Pipe the build through UMD to get proper UMD headers
Evert Timberg [Wed, 2 Dec 2015 12:30:55 +0000 (07:30 -0500)]
Merge pull request #1728 from ashayas/bugfix/1722
Realized minRotation not needed, removed as an option and removed from tests
npsecoding [Wed, 2 Dec 2015 06:29:19 +0000 (22:29 -0800)]
Realized minRotaion not needed, removed as an option and removed from tests
Tanner Linsley [Wed, 2 Dec 2015 02:42:31 +0000 (19:42 -0700)]
Merge pull request #1724 from nnnick/fix/1717
Allow time scale to use multiple of base units
etimberg [Wed, 2 Dec 2015 02:07:53 +0000 (21:07 -0500)]
Fix test failures
etimberg [Wed, 2 Dec 2015 02:01:13 +0000 (21:01 -0500)]
Update scale fitting to prevent horizontal scales from jumping around.
etimberg [Wed, 2 Dec 2015 01:02:44 +0000 (20:02 -0500)]
Time scale will now scale units. For example, it will try 1hr then 2hrs then 3 hrs then 6 hrs then 12 hrs ... until it finds a unit that fits.
etimberg [Tue, 1 Dec 2015 02:35:09 +0000 (21:35 -0500)]
Update built files
Evert Timberg [Tue, 1 Dec 2015 01:50:00 +0000 (20:50 -0500)]
Merge pull request #1720 from nnnick/fix/1718
Allow the user to change the time label display formats
etimberg [Tue, 1 Dec 2015 01:47:49 +0000 (20:47 -0500)]
Update docs
etimberg [Tue, 1 Dec 2015 01:42:48 +0000 (20:42 -0500)]
Allow the user to change the time label display formats
Evert Timberg [Sun, 29 Nov 2015 18:33:24 +0000 (13:33 -0500)]
New built files + some sample file updates
Evert Timberg [Sun, 29 Nov 2015 18:13:01 +0000 (13:13 -0500)]
Merge pull request #1713 from nnnick/v2.0-beta1-docs
Initial docs to get ready for beta1
Evert Timberg [Sun, 29 Nov 2015 16:32:57 +0000 (11:32 -0500)]
Merge branch 'v2.0-dev' into v2.0-beta1-docs
Conflicts:
docs/01-Scales.md
Evert Timberg [Sun, 29 Nov 2015 16:30:39 +0000 (11:30 -0500)]
Initial update to line and bar docs
Evert Timberg [Sun, 29 Nov 2015 15:58:01 +0000 (10:58 -0500)]
Initial update to scale documentation
Evert Timberg [Sun, 29 Nov 2015 15:16:25 +0000 (10:16 -0500)]
Merge pull request #1696 from nnnick/fix/1688
When tooltip opacity is less than 1e-3, round to 0.
Evert Timberg [Sun, 29 Nov 2015 15:16:20 +0000 (10:16 -0500)]
Merge pull request #1695 from nnnick/fix/consistent-display-parameters
Fix inconsistent display parameters
Evert Timberg [Sun, 29 Nov 2015 15:04:46 +0000 (10:04 -0500)]
Update getting started docs
Evert Timberg [Fri, 27 Nov 2015 22:37:42 +0000 (17:37 -0500)]
Another build
Evert Timberg [Fri, 27 Nov 2015 22:37:14 +0000 (17:37 -0500)]
Merge branch 'v2.0-dev' of https://github.com/nnnick/Chart.js into v2.0-dev
Evert Timberg [Fri, 27 Nov 2015 22:35:34 +0000 (17:35 -0500)]
Push up new built files
Evert Timberg [Fri, 27 Nov 2015 12:25:22 +0000 (07:25 -0500)]
Merge pull request #1704 from Marius2805/v2.0-dev
V2.0 Docs: Fixed wrong example data structure for Pie/Doughnut Chart
Evert Timberg [Fri, 27 Nov 2015 12:24:53 +0000 (07:24 -0500)]
Merge pull request #1703 from wuchangming/v2.0-dev
V2.0 dev Bug in handler event.type='touchend'
Marius Meißner [Fri, 27 Nov 2015 07:34:32 +0000 (08:34 +0100)]
Fixed wrong structure of example data
wuchangming [Fri, 27 Nov 2015 03:16:54 +0000 (11:16 +0800)]
Bug in handler event.type='touchend'
In Chorme.
while event.type = "touchend” , event.touches is a empty TouchList,
event.touches.length === 0
wuchangming [Fri, 27 Nov 2015 00:50:55 +0000 (08:50 +0800)]
Merge remote-tracking branch 'nnnick/v2.0-dev' into v2.0-dev
Evert Timberg [Thu, 26 Nov 2015 12:41:23 +0000 (07:41 -0500)]
Merge pull request #1702 from wuchangming/v2.0-dev
no such file
wuchangming [Thu, 26 Nov 2015 11:35:25 +0000 (19:35 +0800)]
no such file
Evert Timberg [Thu, 26 Nov 2015 00:31:26 +0000 (19:31 -0500)]
When opacity is less than 1e-3, round to 0. IE11/Edge had problems with very small opacities on the order of 1e-10.
Evert Timberg [Wed, 25 Nov 2015 00:21:09 +0000 (19:21 -0500)]
Update docs
Evert Timberg [Wed, 25 Nov 2015 00:18:15 +0000 (19:18 -0500)]
Change scale `show` properties to `display` and update tests
Evert Timberg [Tue, 24 Nov 2015 23:22:33 +0000 (18:22 -0500)]
Merge pull request #1693 from wcatron/basic-documentation
Add descriptions for options in documentation.
wcatron [Tue, 24 Nov 2015 19:25:15 +0000 (14:25 -0500)]
Add more explanation of bar and category percentage.
wcatron [Tue, 24 Nov 2015 19:06:38 +0000 (14:06 -0500)]
Fill out descriptions and add link to scales.
wcatron [Tue, 24 Nov 2015 18:36:48 +0000 (13:36 -0500)]
Add full description text for scales.
Evert Timberg [Tue, 24 Nov 2015 13:03:26 +0000 (08:03 -0500)]
Merge pull request #1689 from wcatron/basic-documentation
Update getting started example code.
Evert Timberg [Tue, 24 Nov 2015 13:00:41 +0000 (08:00 -0500)]
Merge pull request #1690 from byCedric/fix/canvas-dimensions-ie10-ie9
Updated retina scale to allow rendering in IE10 and IE9.
Cedric van Putten [Tue, 24 Nov 2015 10:26:24 +0000 (11:26 +0100)]
Stored pixel ratio in a variable with a fallback value for browsers that doesn't support `window.devicePixelRatio` fixing rendering issues for IE10 and IE9. (issue #1622)
wcatron [Tue, 24 Nov 2015 07:28:15 +0000 (02:28 -0500)]
Add suggested min and max to documentation.
wcatron [Tue, 24 Nov 2015 04:58:14 +0000 (23:58 -0500)]
Create very simple getting started example code.
Evert Timberg [Tue, 24 Nov 2015 03:37:04 +0000 (22:37 -0500)]
Merge pull request #1687 from wcatron/basic-documentation
Converting documentation to tables - radar, polar, and pie
etimberg [Tue, 24 Nov 2015 03:12:34 +0000 (22:12 -0500)]
Improve drawing when title is placed below legend boxes
etimberg [Tue, 24 Nov 2015 02:54:45 +0000 (21:54 -0500)]
Fix draw issue
Evert Timberg [Tue, 24 Nov 2015 02:04:41 +0000 (21:04 -0500)]
Adds strikethrough of legend text when dataset is hidden
wcatron [Tue, 24 Nov 2015 00:32:38 +0000 (19:32 -0500)]
Update remainder of tables for radar, polar, and pie.
Evert Timberg [Tue, 24 Nov 2015 00:03:24 +0000 (19:03 -0500)]
Update after legend toggle since scales may need to change
Evert Timberg [Mon, 23 Nov 2015 23:58:51 +0000 (18:58 -0500)]
Allow clicking on legend text
Evert Timberg [Mon, 23 Nov 2015 23:16:27 +0000 (18:16 -0500)]
Merge pull request #1684 from wcatron/basic-documentation
Converting documentation to tables - scales, line, and bar
wcatron [Mon, 23 Nov 2015 17:09:40 +0000 (12:09 -0500)]
Clean up periods and comments.
wcatron [Mon, 23 Nov 2015 17:03:38 +0000 (12:03 -0500)]
Update options to tables, update example for bar.
Evert Timberg [Mon, 23 Nov 2015 03:31:08 +0000 (22:31 -0500)]
Initial toggling of datasets from the legend.
Still need to do:
- clicking on text in legend
- toggling style of legend based on dataset style
- figure out if we need an
Evert Timberg [Sun, 22 Nov 2015 18:26:01 +0000 (13:26 -0500)]
Fix typo
Evert Timberg [Sun, 22 Nov 2015 18:12:31 +0000 (13:12 -0500)]
Merge pull request #1669 from wcatron/basic-documentation
Update getting started documentation default options w/ table.
etimberg [Sun, 22 Nov 2015 03:44:11 +0000 (22:44 -0500)]
Minor improvement to code that gets active elements
etimberg [Sun, 22 Nov 2015 03:10:39 +0000 (22:10 -0500)]
ensure that fullwidth boxes are at very top / bottom
Evert Timberg [Sat, 21 Nov 2015 15:51:32 +0000 (10:51 -0500)]
Modify layout service to be able to place horizontal boxes as either full width or not full width. Currently the legend is the only full width box we have. Scales were modified so as not to be full width, however Core.Scale can handle boxes that are full width.
Updated unit tests to use correct 'boxes' property of chart instance. Tests did not require numerical updates!
Added a test to cover placing a full width box.
Evert Timberg [Sat, 21 Nov 2015 14:23:33 +0000 (09:23 -0500)]
Merge branch 'v2.0-dev' into v2.0-legend
Conflicts:
src/core/core.controller.js
Evert Timberg [Sat, 21 Nov 2015 14:20:58 +0000 (09:20 -0500)]
Merge pull request #1670 from nnnick/fix/1643
Fixes scatter and bubble chart tooltips
Evert Timberg [Fri, 20 Nov 2015 02:20:04 +0000 (21:20 -0500)]
Remove commented code
Evert Timberg [Fri, 20 Nov 2015 02:15:59 +0000 (21:15 -0500)]
Update default tooltip configs for scatter charts. Made scatter charts a first class chart type.
Evert Timberg [Fri, 20 Nov 2015 02:12:23 +0000 (21:12 -0500)]
Update default tooltip callbacks for bubble charts
wcatron [Fri, 20 Nov 2015 00:55:12 +0000 (19:55 -0500)]
Update line chart documentation options to table.
wcatron [Thu, 19 Nov 2015 21:14:13 +0000 (16:14 -0500)]
Update getting started documentation default options w/ table.
Evert Timberg [Thu, 19 Nov 2015 18:39:48 +0000 (13:39 -0500)]
Merge pull request #1668 from wcatron/basic-documentation
Updates basic documentation for bar, radar, and doughnut.
wcatron [Thu, 19 Nov 2015 16:47:47 +0000 (11:47 -0500)]
Update doughnut documentation for intiializer and data.
wcatron [Thu, 19 Nov 2015 16:43:00 +0000 (11:43 -0500)]
Update Rader initializer and data structure keys.
wcatron [Thu, 19 Nov 2015 16:35:38 +0000 (11:35 -0500)]
Update initializer documentation for Bar.
Evert Timberg [Thu, 19 Nov 2015 02:38:52 +0000 (21:38 -0500)]
Merge pull request #1667 from nnnick/fix/pie-legend
Pie and Polar area legend functions
Evert Timberg [Thu, 19 Nov 2015 02:35:56 +0000 (21:35 -0500)]
Merge pull request #1662 from nnnick/fix/string-linear-data
Handle data as strings in numeric scales
etimberg [Thu, 19 Nov 2015 02:30:16 +0000 (21:30 -0500)]
Fix polar area legends
etimberg [Thu, 19 Nov 2015 02:24:49 +0000 (21:24 -0500)]
fix pie & doughnut legend
Evert Timberg [Tue, 17 Nov 2015 23:43:18 +0000 (18:43 -0500)]
Make sure data is converted to a number in scales when determining min and max. Add tests for this condition to linear, radialLinear, and logarithmic scales.
Evert Timberg [Tue, 17 Nov 2015 23:38:19 +0000 (18:38 -0500)]
Fix tests
Tanner Linsley [Mon, 16 Nov 2015 23:10:24 +0000 (16:10 -0700)]
Merge pull request #1642 from nnnick/fix/1527
Doughnut, polar area, and radar samples should use the same canvas style
Tanner Linsley [Mon, 16 Nov 2015 23:10:16 +0000 (16:10 -0700)]
Merge pull request #1645 from nnnick/fix/null-callback
Hide lines for which the tick label callback returns null or undefined
Tanner Linsley [Mon, 16 Nov 2015 23:10:01 +0000 (16:10 -0700)]
Merge pull request #1646 from nnnick/fix/1640
Can now replace entire chart data object on the fly
Tanner Linsley [Mon, 16 Nov 2015 23:09:53 +0000 (16:09 -0700)]
Merge pull request #1647 from nnnick/fix/1324
Fall back to line settings for points if necessary
Tanner Linsley [Mon, 16 Nov 2015 23:09:41 +0000 (16:09 -0700)]
Merge pull request #1644 from nnnick/fix/touch-events
Do not bind to touchend events for tooltips
Tanner Linsley [Mon, 16 Nov 2015 23:07:58 +0000 (16:07 -0700)]
Merge pull request #1653 from nnnick/fix/1381
Fixes flickering during animations
Evert Timberg [Sun, 15 Nov 2015 16:17:02 +0000 (11:17 -0500)]
Update samples
Evert Timberg [Sun, 15 Nov 2015 16:16:41 +0000 (11:16 -0500)]
Can now skip in all cases (start, mid, end) whether or not there is a look