]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Aman Sharma [Wed, 13 Apr 2016 18:34:26 +0000 (14:34 -0400)]
Updating to use the absolute position even if the chart canvas element is having relative position
This will work with both relative and absolute position for the chart
etimberg [Tue, 5 Apr 2016 22:27:27 +0000 (18:27 -0400)]
bump and build for 1.1.1 release
Evert Timberg [Tue, 5 Apr 2016 13:47:25 +0000 (09:47 -0400)]
Merge pull request #2220 from TAGraves/master
Fixed a bug with calculating the canvas width and height
Tommy Graves [Tue, 5 Apr 2016 12:28:46 +0000 (08:28 -0400)]
Fixed a bug with calculating the canvas width and height
A previous commit removing a workaround for an old Firefox bug left part
of that workaround in, and it was preventing the expected behavior of
the canvas size being equal to the offsetWidth and offsetHeight of the
canvas prior to instantiation of Chart.JS
Evert Timberg [Mon, 4 Apr 2016 23:49:03 +0000 (19:49 -0400)]
Merge pull request #2218 from eemikula/master
Change legendTemplates to use separate spans for text and icon.
Eric Mikula [Mon, 4 Apr 2016 22:22:25 +0000 (18:22 -0400)]
Change legendTemplates to use separate spans for text and icon.
This addresses the issue in #2192 without entirely reverting #886. Note that it still may cause confusing behavior for some legends: Specifically, the example on chartjs.org styles ".doughnut-legend li span" with a fixed width, and therefore both of the new spans will be impacted by this styling. However, now two spans are generated instead. %name%-legend-icon is used for the color icon, and %name%-legend-text can be used for styling the text. This should be described in release notes.
Evert Timberg [Sun, 3 Apr 2016 19:33:12 +0000 (15:33 -0400)]
Merge pull request #2214 from eemikula/master
Changing object type check to prevent errors when undefined. Fixes #2213
Eric Mikula [Sun, 3 Apr 2016 19:19:21 +0000 (15:19 -0400)]
Changing object type check to prevent errors when undefined. Fixes #2213
Nick Downie [Fri, 1 Apr 2016 16:03:30 +0000 (17:03 +0100)]
Update package + built files to 1.1.0 version
etimberg [Tue, 29 Mar 2016 23:41:13 +0000 (19:41 -0400)]
Fixes #2185
Undoes the merge of #1334
Evert Timberg [Sun, 13 Mar 2016 14:20:24 +0000 (10:20 -0400)]
Add title of license to license file. Fixes #2097
Evert Timberg [Sun, 13 Mar 2016 14:09:43 +0000 (10:09 -0400)]
Merge pull request #2093 from aaron-em/angleLineInterval
Add angleLineInterval option
Aaron Miller [Sun, 13 Mar 2016 13:59:19 +0000 (09:59 -0400)]
Add angleLineInterval option to radar chart
Evert Timberg [Fri, 11 Mar 2016 18:29:30 +0000 (13:29 -0500)]
Merge pull request #2118 from davidcochrum/master
Fix multi-dataset bar highlighting and bar highlight color logic
David Cochrum [Fri, 11 Mar 2016 17:21:45 +0000 (12:21 -0500)]
Update Chart.js
David Cochrum [Fri, 11 Mar 2016 17:19:12 +0000 (12:19 -0500)]
Fix multi-dataset bar highlighting and bar highlight color logic
David Cochrum [Fri, 11 Mar 2016 16:41:09 +0000 (11:41 -0500)]
Fix multi-dataset bar highlighting and bar highlight color logic
Evert Timberg [Mon, 7 Mar 2016 00:03:03 +0000 (19:03 -0500)]
Fix #2102
Evert Timberg [Wed, 2 Mar 2016 21:24:35 +0000 (16:24 -0500)]
Merge pull request #2090 from aaron-em/patch-1
Mention that 1.x is feature-complete
Aaron Miller [Wed, 2 Mar 2016 21:20:23 +0000 (16:20 -0500)]
Mention that 1.x is feature-complete
It'll help would-be contributors (such as myself, see #2058) avoid creating PRs that won't be accepted.
Evert Timberg [Sat, 27 Feb 2016 20:46:05 +0000 (15:46 -0500)]
Merge pull request #1070 from mackuba/stop_animations
Stop animations when destroying a chart
Evert Timberg [Sat, 20 Feb 2016 18:29:32 +0000 (13:29 -0500)]
Merge pull request #1334 from thePanz/patch-2
Fix error in generateLegend() function
William Entriken [Sat, 20 Feb 2016 18:11:16 +0000 (13:11 -0500)]
Merge pull request #1886 from coolbombom/patch-4
having differnt colors in one dataset
Derek Perkins [Sat, 20 Feb 2016 04:21:26 +0000 (21:21 -0700)]
Add link to slack invite
Evert Timberg [Tue, 16 Feb 2016 00:22:55 +0000 (19:22 -0500)]
update to new gulp and new uglify version.
Evert Timberg [Mon, 15 Feb 2016 21:42:23 +0000 (16:42 -0500)]
Fix typo in docs. Fixes #1042
Evert Timberg [Mon, 15 Feb 2016 19:43:34 +0000 (14:43 -0500)]
Default multiTooltipTemplate now shows the dataset label + updated built files. Fixes #612
Evert Timberg [Mon, 15 Feb 2016 19:38:11 +0000 (14:38 -0500)]
Use a named define to fix #768
Evert Timberg [Sun, 14 Feb 2016 20:15:17 +0000 (15:15 -0500)]
Update git ignore to make it easier to switch between branches. Add code climate config here as well.
etimberg [Mon, 8 Feb 2016 00:58:15 +0000 (19:58 -0500)]
Fixes #1144 with an update to the docs to indicate that labels are required for each point
etimberg [Mon, 8 Feb 2016 00:23:54 +0000 (19:23 -0500)]
Check to ensure dom node exists when calculating size. Fixes #919
coolbombom [Mon, 11 Jan 2016 11:48:09 +0000 (12:48 +0100)]
I will try again!
had a bad effect on color that was not array .... fully tested now, is working in my solution!
coolbombom [Mon, 11 Jan 2016 11:17:08 +0000 (12:17 +0100)]
minor update, missed a small detail sorry!!!
missed a small detail, resolved in an error, sorry!
coolbombom [Mon, 11 Jan 2016 11:02:32 +0000 (12:02 +0100)]
having differnt colors in one dataset
Hi updated the bar chart so the bars can have different colors in one dataset!
cheers
c_bb
Evert Timberg [Sat, 9 Jan 2016 15:59:52 +0000 (10:59 -0500)]
Update built files
Evert Timberg [Sat, 9 Jan 2016 14:40:07 +0000 (09:40 -0500)]
Merge pull request #1875 from michaelarnauts/master
Ignore null values when calculating scale
Michaël Arnauts [Sat, 9 Jan 2016 11:04:29 +0000 (12:04 +0100)]
Ignore null values when calculating scale
Evert Timberg [Sat, 9 Jan 2016 04:49:32 +0000 (23:49 -0500)]
Merge pull request #1874 from Parent5446/patch-1
Added documentation about tooltip templates
Tyler Romeo [Sat, 9 Jan 2016 04:02:45 +0000 (20:02 -0800)]
Added documentation about tooltip templates
It can be a little unclear what the actual format for tooltip templates are. Added information concerning how the tooltip templates are evaluated, and what context, i.e., variables, is available inside of them.
Evert Timberg [Fri, 1 Jan 2016 17:56:08 +0000 (12:56 -0500)]
Update readme for latest v2 beta release
Evert Timberg [Thu, 31 Dec 2015 21:41:26 +0000 (16:41 -0500)]
Merge pull request #1844 from zachpanz88/patch-2
Bump copyright year in license
Zach Panzarino [Thu, 31 Dec 2015 20:41:36 +0000 (15:41 -0500)]
Bump copyright year in license
etimberg [Sun, 27 Dec 2015 17:10:07 +0000 (12:10 -0500)]
Update built files
Evert Timberg [Sun, 27 Dec 2015 17:08:33 +0000 (12:08 -0500)]
Merge pull request #1834 from damiansilbergleithcunniff/issue-1764-default-pie-chart-colors
Issue 1764: Add default colors for Pie Charts
Damian Silbergleith Cunniff [Sun, 27 Dec 2015 16:14:15 +0000 (09:14 -0700)]
Choose a "better" set of 12 default colors/highlight colors for pie charts
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 22:36:15 +0000 (15:36 -0700)]
Change reference to index to prevent running off the end of the array
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 17:04:29 +0000 (10:04 -0700)]
spaces -> tabs
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 17:01:06 +0000 (10:01 -0700)]
fix spaces -> tabs
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 16:47:59 +0000 (09:47 -0700)]
Update the docs to reflect the new feature
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 16:13:33 +0000 (09:13 -0700)]
Update the pie chart to use the default color/highlight if none is specified
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 16:09:43 +0000 (09:09 -0700)]
Add default global values for Color and Highlight color
Evert Timberg [Fri, 25 Dec 2015 22:44:26 +0000 (17:44 -0500)]
Merge pull request #1302 from jantimon/master
More robust in-between arc calculation see #1301
Evert Timberg [Fri, 25 Dec 2015 18:39:21 +0000 (13:39 -0500)]
Merge pull request #1771 from ryoon/recent-firefox
Remove Firefox workaround
Evert Timberg [Fri, 25 Dec 2015 04:17:29 +0000 (23:17 -0500)]
Merge pull request #1141 from kirkstrobeck/gulp-watch
Add livereload to Gulp task
Evert Timberg [Fri, 25 Dec 2015 02:50:18 +0000 (21:50 -0500)]
Merge pull request #1040 from dima117/master
fix multiTooltip appearance with empty title
William Entriken [Mon, 21 Dec 2015 21:05:38 +0000 (16:05 -0500)]
Merge pull request #1192 from kkirsche/patch-1
Remove moot `version` property from bower.json
Ryo ONODERA [Sat, 12 Dec 2015 00:00:12 +0000 (09:00 +0900)]
Remove Firefox workaround
The workaround for older Firefox should be removed, because latest
supported Firefox 38.4.0/42.0 do not require it.
And it has side effect like #1198 or my problem on Kintone on cybozu.com.
Evert Timberg [Tue, 17 Nov 2015 02:17:46 +0000 (21:17 -0500)]
Merge pull request #1092 from tannerlinsley/negative-arcs-fix
Only draw positive radius arcs Fixes #592
William Entriken [Mon, 16 Nov 2015 23:11:22 +0000 (18:11 -0500)]
Typo: consistent capitalization
Jake [Sun, 8 Nov 2015 19:37:41 +0000 (14:37 -0500)]
Merge pull request #1621 from jakesyl/add-composer
Add Composer file
Jake [Thu, 5 Nov 2015 18:22:04 +0000 (13:22 -0500)]
add composer file
add composer file
Jake [Wed, 4 Nov 2015 18:07:25 +0000 (13:07 -0500)]
Merge pull request #1589 from zachpanz88/patch-1
Change license link
Evert Timberg [Sun, 1 Nov 2015 22:16:22 +0000 (17:16 -0500)]
Merge pull request #1190 from Nek-/patch-1
Added ignore section
Evert Timberg [Sun, 1 Nov 2015 22:11:24 +0000 (17:11 -0500)]
Merge pull request #1262 from mattclegg/master
Call onAnimationComplete when reached last frame
Zach Panzarino [Thu, 29 Oct 2015 01:22:41 +0000 (21:22 -0400)]
Change license link
The link to the license now points to the direct license that applies for chart.js, rather than a generic MIT license
Tanner Linsley [Mon, 26 Oct 2015 18:44:48 +0000 (12:44 -0600)]
Update README.md
Tanner Linsley [Mon, 26 Oct 2015 18:43:50 +0000 (12:43 -0600)]
Update README.md
Tanner Linsley [Mon, 26 Oct 2015 18:42:54 +0000 (12:42 -0600)]
Merge pull request #1577 from yanarchy/patch-1
Add npm info to getting started doc.
Yan Fan [Mon, 26 Oct 2015 18:41:01 +0000 (11:41 -0700)]
Add npm info to getting started doc.
Tanner Linsley [Sun, 25 Oct 2015 00:07:26 +0000 (18:07 -0600)]
Update README.md
Tanner Linsley [Sun, 25 Oct 2015 00:06:59 +0000 (18:06 -0600)]
Update README.md
Tanner Linsley [Sun, 25 Oct 2015 00:06:36 +0000 (18:06 -0600)]
Update README.md
Tanner Linsley [Sun, 25 Oct 2015 00:05:24 +0000 (18:05 -0600)]
Update README.md
Tanner Linsley [Sat, 24 Oct 2015 23:56:28 +0000 (17:56 -0600)]
Update README.md
Tanner Linsley [Sat, 24 Oct 2015 23:55:34 +0000 (17:55 -0600)]
Update README.md
Tanner Linsley [Sat, 24 Oct 2015 23:43:51 +0000 (17:43 -0600)]
Update README.md
Tanner Linsley [Sat, 24 Oct 2015 23:37:18 +0000 (17:37 -0600)]
Update README.md
Tanner Linsley [Sat, 24 Oct 2015 23:26:10 +0000 (17:26 -0600)]
Update README.md
Tanner Linsley [Wed, 30 Sep 2015 18:06:26 +0000 (12:06 -0600)]
Update README.md
Tanner Linsley [Wed, 30 Sep 2015 17:59:09 +0000 (11:59 -0600)]
Added Current 2.0 release to Readme
Tanner Linsley [Fri, 25 Sep 2015 04:34:00 +0000 (22:34 -0600)]
Merge pull request #1476 from nnnick/v1.0-readme-update
Update v1.x readme to reflect release status
Tanner Linsley [Fri, 25 Sep 2015 04:33:05 +0000 (22:33 -0600)]
Update README.md
Tanner Linsley [Mon, 21 Sep 2015 20:28:10 +0000 (14:28 -0600)]
Update v1.x readme to reflect release status
Evert Timberg [Thu, 17 Sep 2015 21:28:00 +0000 (17:28 -0400)]
Merge pull request #1067 from rvaidya/master
Added a scaleBackgroundColors configuration option for radar charts, to...
Evert Timberg [Mon, 14 Sep 2015 22:44:04 +0000 (18:44 -0400)]
Merge pull request #1450 from nlzet/fix-legend-template-doc
Fix span closed before appending the label
NLZ13 [Sat, 12 Sep 2015 22:33:51 +0000 (00:33 +0200)]
Fix span closed before appending the label
Evert Timberg [Sat, 12 Sep 2015 15:10:40 +0000 (11:10 -0400)]
Merge pull request #1449 from bgvianyc/master
adding template language reference to docs
Barry Gitarts [Sat, 12 Sep 2015 13:02:26 +0000 (09:02 -0400)]
adding template language reference to docs
Evert Timberg [Fri, 4 Sep 2015 17:49:49 +0000 (13:49 -0400)]
Merge pull request #1439 from bengesoff/patch-2
fixed very small typo
Ben Gesoff [Fri, 4 Sep 2015 16:08:58 +0000 (17:08 +0100)]
fixed very small typo
wrong it's
Tanner Linsley [Fri, 28 Aug 2015 22:29:30 +0000 (16:29 -0600)]
Merge pull request #1397 from coolbombom/patch-3
Fix scale error before animation complete
Tanner Linsley [Fri, 28 Aug 2015 22:28:11 +0000 (16:28 -0600)]
Merge pull request #1402 from hrniels/tooltip
Added tooltipTitleTemplate option.
Evert Timberg [Sat, 22 Aug 2015 13:39:20 +0000 (09:39 -0400)]
Merge pull request #1389 from ericjperry/fix/datasetStroke
The datasetStroke option has been fixed for line graphs
Evert Timberg [Sat, 22 Aug 2015 13:38:03 +0000 (09:38 -0400)]
Merge pull request #1390 from internalfx/patch-1
Closes #1309
Nils Asmussen [Sat, 22 Aug 2015 11:47:01 +0000 (13:47 +0200)]
Added tooltipTitleTemplate option.
coolbombom [Fri, 21 Aug 2015 08:53:52 +0000 (10:53 +0200)]
error thrown
error thrown (TypeError: this.scale is undefined) if destroy is called before animation is complete, this update fix this error!
Internalfx [Wed, 19 Aug 2015 01:39:11 +0000 (18:39 -0700)]
Closes #1309
Doughnut.addData() broken for index of 0 #1309
Eric Perry [Tue, 18 Aug 2015 21:56:19 +0000 (17:56 -0400)]
The datasetStroke option has been fixed for line graphs
Evert Timberg [Tue, 18 Aug 2015 14:42:11 +0000 (10:42 -0400)]
Merge pull request #1382 from bengesoff/patch-1
fixed two typos
Ben Gesoff [Mon, 17 Aug 2015 15:37:01 +0000 (16:37 +0100)]
fixed two typos
wrong it's