]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Tanner Linsley [Fri, 15 May 2015 06:04:42 +0000 (00:04 -0600)]
Stable Bar Chart, DRY core functions
Tanner Linsley [Fri, 15 May 2015 05:18:47 +0000 (23:18 -0600)]
labelMode tooltips and hover events
Tanner Linsley [Thu, 14 May 2015 23:25:56 +0000 (17:25 -0600)]
labelMode Tooltips almost there!
Tanner Linsley [Tue, 12 May 2015 23:24:09 +0000 (17:24 -0600)]
Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev
Tanner Linsley [Tue, 12 May 2015 23:22:47 +0000 (17:22 -0600)]
Getting into 'label' hoverMode tooltips
Evert Timberg [Tue, 12 May 2015 22:01:28 +0000 (18:01 -0400)]
Update package.json for color lib location
Tanner Linsley [Tue, 12 May 2015 21:47:24 +0000 (15:47 -0600)]
hoverMode: "single" tooltips
Tanner Linsley [Tue, 12 May 2015 21:42:20 +0000 (15:42 -0600)]
Mid-code commit
Tanner Linsley [Tue, 12 May 2015 18:55:48 +0000 (12:55 -0600)]
Rough Tooltips for 'single' hoverMode
Tanner Linsley [Tue, 12 May 2015 16:34:47 +0000 (10:34 -0600)]
Better events
etimberg [Tue, 12 May 2015 12:01:22 +0000 (08:01 -0400)]
Merge branch 'etimberg-fix/bar_chart_negative_values' into v2.0-dev
Merge in the changes to allow bar charts to support negative values.
etimberg [Tue, 12 May 2015 12:00:14 +0000 (08:00 -0400)]
Merge branch 'fix/bar_chart_negative_values' of https://github.com/etimberg/Chart.js into etimberg-fix/bar_chart_negative_values
# Conflicts:
# samples/bar.html
# src/Chart.Bar.js
# src/Chart.Core.js
Tanner Linsley [Tue, 12 May 2015 07:18:37 +0000 (01:18 -0600)]
Revert build files
This reverts built files
Tanner Linsley [Tue, 12 May 2015 07:13:16 +0000 (01:13 -0600)]
Color Animation, Color Autopilot
Tanner Linsley [Tue, 12 May 2015 01:43:17 +0000 (19:43 -0600)]
hoverMode, onHover, key fixes
Tanner Linsley [Tue, 12 May 2015 01:27:52 +0000 (19:27 -0600)]
Merge pull request #1114 from etimberg/feature/get_bar_at_event
Create a getBarAtEvent function that returns the single bar that was clicked on
etimberg [Tue, 12 May 2015 01:22:37 +0000 (21:22 -0400)]
Make sure that the _start item is cleaned up during save.
Derek Perkins [Tue, 12 May 2015 01:00:04 +0000 (19:00 -0600)]
Added 2.0 alpha notes
Tanner Linsley [Tue, 12 May 2015 00:57:14 +0000 (18:57 -0600)]
Revert "Merge pull request #856 from tannerlinsley/editable-chart-config"
This reverts commit
a8063de6b8a744b0ad117d20ef7c9138147212f3 , reversing
changes made to
7f513b87eefc7319f31a4e5590bdd916398ca44d .
Derek Perkins [Tue, 12 May 2015 00:53:28 +0000 (18:53 -0600)]
Merge pull request #1113 from tannerlinsley/deep-data
Deep data
Tanner Linsley [Tue, 12 May 2015 00:12:44 +0000 (18:12 -0600)]
Bar attempt #5
Tanner Linsley [Fri, 8 May 2015 22:20:21 +0000 (16:20 -0600)]
Bar Attempt # 4
Evert Timberg [Thu, 7 May 2015 00:31:27 +0000 (20:31 -0400)]
Merge pull request #1066 from tannerlinsley/add-stacked-area
Add StackedArea chart type to community extensions
Tanner Linsley [Tue, 5 May 2015 22:01:30 +0000 (16:01 -0600)]
Merge pull request #1098 from WouterSioen/fix-typo
Fix typo
Evert Timberg [Tue, 5 May 2015 18:39:35 +0000 (14:39 -0400)]
Merge pull request #1098 from WouterSioen/fix-typo
Fix typo
Wouter Sioen [Tue, 5 May 2015 08:11:29 +0000 (10:11 +0200)]
Fix a typo: segment vs segement
Fix typo in PolarArea
Update 04-Polar-Area-Chart.md
William Entriken [Mon, 4 May 2015 19:55:59 +0000 (15:55 -0400)]
Merge pull request #1068 from nnnick/animation-refactory
Animation refactory
William Entriken [Mon, 4 May 2015 19:28:03 +0000 (15:28 -0400)]
Merge pull request #856 from tannerlinsley/editable-chart-config
Data now editable right from chart config
Evert Timberg [Sat, 2 May 2015 19:03:40 +0000 (15:03 -0400)]
Ensure that the bar draws to the correct spot
Evert Timberg [Sat, 2 May 2015 18:59:33 +0000 (14:59 -0400)]
Fix a minor bug
Evert Timberg [Sat, 2 May 2015 18:56:16 +0000 (14:56 -0400)]
Remove Math.sign
Tanner Linsley [Thu, 30 Apr 2015 21:49:52 +0000 (15:49 -0600)]
Only draw positive radius arcs Fixes #592
William Entriken [Fri, 24 Apr 2015 20:32:24 +0000 (16:32 -0400)]
Merge pull request #952 from msmiley/patch-1
add datasetLabel for multiTooltip on dynamically-added points
William Entriken [Fri, 24 Apr 2015 14:28:29 +0000 (10:28 -0400)]
Merge pull request #851 from jtblin/master
Fix #507 - calculate container width and heigh without padding
Evert Timberg [Sat, 18 Apr 2015 13:48:21 +0000 (09:48 -0400)]
Create a getBarAtEvent function that returns the single bar that was clicked on
Evert Timberg [Fri, 17 Apr 2015 10:33:42 +0000 (06:33 -0400)]
Merge pull request #1069 from mackuba/fix_endpoint
Prevent taking vertical space for X labels more than once
Kuba Suder [Thu, 16 Apr 2015 20:40:34 +0000 (22:40 +0200)]
stop animations when destroying a chart
otherwise the animation keeps updating the chart for some time after it
was supposed to be destroyed, and when the canvas might have been
already reused for a new chart
Kuba Suder [Thu, 16 Apr 2015 20:23:17 +0000 (22:23 +0200)]
prevent taking vertical space for x labels more than once
calculateXLabelRotation() subtracts space needed for x labels from
this.endPoint, but if this block is called more than once then the space
is subtracted more than once and the chart gets smaller and smaller with
every iteration
Tanner Linsley [Thu, 16 Apr 2015 19:57:27 +0000 (13:57 -0600)]
Revert changes to build
William Entriken [Thu, 16 Apr 2015 19:27:43 +0000 (15:27 -0400)]
Merge pull request #1025 from pijey/feature/offsetgridlines-linechart
Add offsetGridLines option to Line charts
William Entriken [Thu, 16 Apr 2015 19:17:36 +0000 (15:17 -0400)]
Merge branch 'chasd00-piechart-redraw-after-zero-segment-values'
William Entriken [Thu, 16 Apr 2015 19:17:28 +0000 (15:17 -0400)]
Merge #756 Fixes #661
Rahul Vaidya [Thu, 16 Apr 2015 18:35:43 +0000 (11:35 -0700)]
Decouple radar chart background colors from angle line drawing so they can be passed separately.
Rahul Vaidya [Thu, 16 Apr 2015 18:26:21 +0000 (11:26 -0700)]
For radar chart background colors, don't recalculate center offset multiple times. Verify that background color count is same as axes count.
Rahul Vaidya [Thu, 16 Apr 2015 08:23:09 +0000 (01:23 -0700)]
Added a scaleBackgroundColors configuration option for Radial charts, to add a background color for each axis in the chart.
Tanner Linsley [Thu, 16 Apr 2015 06:50:08 +0000 (00:50 -0600)]
Add StackedArea chart type to community extensions
Nick Downie [Mon, 13 Apr 2015 15:35:14 +0000 (16:35 +0100)]
Derped HTML attributes.
Nick Downie [Mon, 13 Apr 2015 15:32:41 +0000 (16:32 +0100)]
Merge pull request #1062 from dima117/patch-1
Update 06-Advanced.md
dima117 [Mon, 13 Apr 2015 12:39:44 +0000 (15:39 +0300)]
Update 06-Advanced.md
https://github.com/nnnick/Chart.js/issues/1060
Evert Timberg [Sun, 12 Apr 2015 12:06:23 +0000 (08:06 -0400)]
Merge pull request #677 from rylanhalteman/fix-yLabel-padding
add 10 to yLabelWidth on set, rather than on use
Tanner Linsley [Sun, 12 Apr 2015 06:05:31 +0000 (00:05 -0600)]
Only start digest on first request. Cleanup
Evert Timberg [Sun, 12 Apr 2015 03:05:05 +0000 (23:05 -0400)]
Use findNextWhere correctly.
Evert Timberg [Sun, 12 Apr 2015 01:11:49 +0000 (21:11 -0400)]
Remove the minAnimationSteps option since we did not end up needing it.
Evert Timberg [Sun, 12 Apr 2015 00:47:35 +0000 (20:47 -0400)]
Remove the unused lastTimeRun from the animation service
Tanner Linsley [Sun, 12 Apr 2015 00:42:11 +0000 (18:42 -0600)]
Always execute last frame
Tanner Linsley [Sun, 12 Apr 2015 00:37:01 +0000 (18:37 -0600)]
Merge remote-tracking branch 'origin/animation-refactory' into animation-refactory
Conflicts:
src/Chart.Core.js
Tanner Linsley [Sun, 12 Apr 2015 00:34:06 +0000 (18:34 -0600)]
Frame Dropper
Evert Timberg [Sun, 12 Apr 2015 00:17:46 +0000 (20:17 -0400)]
Implement cancel animation frame in the animation service
Evert Timberg [Sun, 12 Apr 2015 00:08:17 +0000 (20:08 -0400)]
Fix some bugs in the animation stuff
Evert Timberg [Sat, 11 Apr 2015 23:42:54 +0000 (19:42 -0400)]
Fix a typo
Evert Timberg [Sat, 11 Apr 2015 23:33:20 +0000 (19:33 -0400)]
Integrate animation service with chart
Tanner Linsley [Sat, 11 Apr 2015 23:30:06 +0000 (17:30 -0600)]
Src changes... derrrr
Tanner Linsley [Sat, 11 Apr 2015 23:23:59 +0000 (17:23 -0600)]
Merge pull request #1058 from tannerlinsley/animation-refactory
Chart.AnimationService
Tanner Linsley [Sat, 11 Apr 2015 23:19:29 +0000 (17:19 -0600)]
Chart.AnimationService
Evert Timberg [Sat, 11 Apr 2015 23:17:30 +0000 (19:17 -0400)]
Add an option to control the minimum number of animation steps.
Evert Timberg [Sat, 11 Apr 2015 23:02:50 +0000 (19:02 -0400)]
Chart animations will now use the animation service provided in Chart.animationService.
Evert Timberg [Thu, 9 Apr 2015 15:25:45 +0000 (11:25 -0400)]
Merge pull request #711 from cmweiss/master
Default color for Doughnut/Pie
dima117 [Fri, 3 Apr 2015 19:19:34 +0000 (22:19 +0300)]
fix multiTooltip appearance with empty title
https://github.com/nnnick/Chart.js/issues/1039
Evert Timberg [Wed, 1 Apr 2015 22:04:12 +0000 (18:04 -0400)]
Merge pull request #1036 from dima117/master
helpers.generateLabels throws exception #1035
dima117 [Tue, 31 Mar 2015 19:06:41 +0000 (22:06 +0300)]
helpers.generateLabels throws "labelTemplateString is not defined" exception #1035
pijey [Wed, 25 Mar 2015 10:51:56 +0000 (11:51 +0100)]
Add offsetGridLines option to Line charts
Evert Timberg [Tue, 24 Mar 2015 23:17:06 +0000 (19:17 -0400)]
Merge pull request #1022 from GitGal/master
Added possible animation effects to getting started guide
GitGal [Tue, 24 Mar 2015 17:17:41 +0000 (18:17 +0100)]
Update 00-Getting-Started.md
Move Possible effects list above animationEasing
gitgal [Tue, 24 Mar 2015 17:07:35 +0000 (18:07 +0100)]
add all possible easing animations to 00-Getting-Started.md
Nick Downie [Wed, 18 Mar 2015 11:38:15 +0000 (11:38 +0000)]
Merge pull request #1005 from zymiboxpay/master
fix custom build bug
zymiboxpay [Wed, 18 Mar 2015 08:26:17 +0000 (16:26 +0800)]
fix custom build bug
Evert Timberg [Tue, 17 Mar 2015 14:59:49 +0000 (10:59 -0400)]
Merge pull request #1002 from nnnick/fix/issue927
fixes #927
William Entriken [Tue, 17 Mar 2015 14:12:01 +0000 (10:12 -0400)]
fixes #927
William Entriken [Tue, 17 Mar 2015 13:28:54 +0000 (09:28 -0400)]
Merge pull request #575 from msrocka/master
fix #570: getDecimalPlaces throws error
William Entriken [Mon, 16 Mar 2015 23:14:36 +0000 (19:14 -0400)]
Fix CodeClimate issues
William Entriken [Mon, 16 Mar 2015 14:22:39 +0000 (10:22 -0400)]
Merge pull request #999 from mbrevda/unattachedElement
Properly size unattached canvas
Moshe Brevda [Mon, 16 Mar 2015 11:47:25 +0000 (13:47 +0200)]
Use default canvas size if one cannot be intelligently procured
Evert Timberg [Sun, 15 Mar 2015 18:32:59 +0000 (14:32 -0400)]
Draw bar chart negative values down from the 0 point of the scale. If all values are negative, draw down from the top. Updated the sample file to allow for negative bars.
Nick Downie [Tue, 10 Mar 2015 11:04:30 +0000 (11:04 +0000)]
Versioned release files
Nick Downie [Tue, 10 Mar 2015 11:03:30 +0000 (11:03 +0000)]
Bump bower/package versions
Nick Downie [Mon, 9 Mar 2015 18:41:53 +0000 (18:41 +0000)]
Merge pull request #983 from nnnick/release/v1.0.2
Release 1.0.2
Nick Downie [Mon, 9 Mar 2015 18:37:37 +0000 (18:37 +0000)]
Release 1.0.2
Nick Downie [Mon, 9 Mar 2015 17:20:29 +0000 (17:20 +0000)]
Merge pull request #982 from nnnick/fix/automatic-chart-size-src
Target src files from #142
Nick Downie [Mon, 9 Mar 2015 17:16:15 +0000 (17:16 +0000)]
Merge pull request #981 from nnnick/fix/cancel-anim-frame
Ensure cancelAnimFrame has no function context
Nick Downie [Mon, 9 Mar 2015 17:14:09 +0000 (17:14 +0000)]
Target src files from #142
Nick Downie [Mon, 9 Mar 2015 17:05:20 +0000 (17:05 +0000)]
Ensure cancelAnimFrame has no function context
Evert Timberg [Mon, 2 Mar 2015 16:39:28 +0000 (11:39 -0500)]
Merge pull request #962 from steaks/removeUnecessaryComment
Removed an unnecessary comment
Steven Wexler [Mon, 2 Mar 2015 01:31:44 +0000 (20:31 -0500)]
Removed an unnecessary comment
Jake [Tue, 24 Feb 2015 20:00:53 +0000 (15:00 -0500)]
Merge pull request #898 from etimberg/fix/line_chart_single_label
Fix a divide by 0 error when there is only 1 label
Mike Smiley [Tue, 24 Feb 2015 19:19:01 +0000 (14:19 -0500)]
add datasetLabel for multiTooltip on dynamically-added points
Nick Downie [Wed, 11 Feb 2015 00:09:58 +0000 (00:09 +0000)]
Merge pull request #931 from jtibble/master
Removed trailing comma
John Tibble [Tue, 10 Feb 2015 21:13:03 +0000 (16:13 -0500)]
Removed trailing comma
Automated scan at my place of employment caught this trailing comma
William Entriken [Wed, 4 Feb 2015 16:51:14 +0000 (11:51 -0500)]
Merge pull request #917 from nnnick/fix-915
Fixes #915
William Entriken [Tue, 3 Feb 2015 19:09:17 +0000 (14:09 -0500)]
Fixes #915
William Entriken [Mon, 2 Feb 2015 21:56:43 +0000 (16:56 -0500)]
Fixes #901