]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
9 years agoFixed a bug with calculating the canvas width and height 2220/head
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

9 years agoMerge pull request #2218 from eemikula/master
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.

9 years agoChange legendTemplates to use separate spans for text and icon. 2218/head
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.

9 years agoMerge pull request #2214 from eemikula/master
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

9 years agoChanging object type check to prevent errors when undefined. Fixes #2213 2214/head
Eric Mikula [Sun, 3 Apr 2016 19:19:21 +0000 (15:19 -0400)] 
Changing object type check to prevent errors when undefined. Fixes #2213

9 years agoUpdate package + built files to 1.1.0 version v1.1.0
Nick Downie [Fri, 1 Apr 2016 16:03:30 +0000 (17:03 +0100)] 
Update package + built files to 1.1.0 version

9 years agoFixes #2185
etimberg [Tue, 29 Mar 2016 23:41:13 +0000 (19:41 -0400)] 
Fixes #2185
Undoes the merge of #1334

9 years agoAdd title of license to license file. Fixes #2097
Evert Timberg [Sun, 13 Mar 2016 14:20:24 +0000 (10:20 -0400)] 
Add title of license to license file. Fixes #2097

9 years agoMerge pull request #2093 from aaron-em/angleLineInterval
Evert Timberg [Sun, 13 Mar 2016 14:09:43 +0000 (10:09 -0400)] 
Merge pull request #2093 from aaron-em/angleLineInterval

Add angleLineInterval option

9 years agoAdd angleLineInterval option to radar chart 2093/head
Aaron Miller [Sun, 13 Mar 2016 13:59:19 +0000 (09:59 -0400)] 
Add angleLineInterval option to radar chart

9 years agoMerge pull request #2118 from davidcochrum/master
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

9 years agoUpdate Chart.js 2118/head
David Cochrum [Fri, 11 Mar 2016 17:21:45 +0000 (12:21 -0500)] 
Update Chart.js

9 years agoFix multi-dataset bar highlighting and bar highlight color logic
David Cochrum [Fri, 11 Mar 2016 17:19:12 +0000 (12:19 -0500)] 
Fix multi-dataset bar highlighting and bar highlight color logic

9 years agoFix 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

9 years agoFix #2102
Evert Timberg [Mon, 7 Mar 2016 00:03:03 +0000 (19:03 -0500)] 
Fix #2102

9 years agoMerge pull request #2090 from aaron-em/patch-1
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

9 years agoMention that 1.x is feature-complete 2090/head
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.

9 years agoMerge pull request #1070 from mackuba/stop_animations
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

9 years agoMerge pull request #1334 from thePanz/patch-2
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

9 years agoMerge pull request #1886 from coolbombom/patch-4
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

9 years agoAdd link to slack invite
Derek Perkins [Sat, 20 Feb 2016 04:21:26 +0000 (21:21 -0700)] 
Add link to slack invite

9 years agoupdate to new gulp and new uglify version.
Evert Timberg [Tue, 16 Feb 2016 00:22:55 +0000 (19:22 -0500)] 
update to new gulp and new uglify version.

9 years agoFix typo in docs. Fixes #1042
Evert Timberg [Mon, 15 Feb 2016 21:42:23 +0000 (16:42 -0500)] 
Fix typo in docs. Fixes #1042

9 years agoDefault multiTooltipTemplate now shows the dataset label + updated built files. Fixes...
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

9 years agoUse a named define to fix #768
Evert Timberg [Mon, 15 Feb 2016 19:38:11 +0000 (14:38 -0500)] 
Use a named define to fix #768

9 years agoUpdate git ignore to make it easier to switch between branches. Add code climate...
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.

9 years agoFixes #1144 with an update to the docs to indicate that labels are required for each...
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

9 years agoCheck to ensure dom node exists when calculating size. Fixes #919
etimberg [Mon, 8 Feb 2016 00:23:54 +0000 (19:23 -0500)] 
Check to ensure dom node exists when calculating size. Fixes #919

9 years agoI will try again! 1886/head
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!

9 years agominor update, missed a small detail sorry!!!
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!

9 years agohaving differnt colors in one dataset
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

9 years agoUpdate built files
Evert Timberg [Sat, 9 Jan 2016 15:59:52 +0000 (10:59 -0500)] 
Update built files

9 years agoMerge pull request #1875 from michaelarnauts/master
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

9 years agoIgnore null values when calculating scale 1875/head
Michaël Arnauts [Sat, 9 Jan 2016 11:04:29 +0000 (12:04 +0100)] 
Ignore null values when calculating scale

9 years agoMerge pull request #1874 from Parent5446/patch-1
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

9 years agoAdded documentation about tooltip templates 1874/head
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.

9 years agoUpdate readme for latest v2 beta release
Evert Timberg [Fri, 1 Jan 2016 17:56:08 +0000 (12:56 -0500)] 
Update readme for latest v2 beta release

9 years agoMerge pull request #1844 from zachpanz88/patch-2
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

9 years agoBump copyright year in license 1844/head
Zach Panzarino [Thu, 31 Dec 2015 20:41:36 +0000 (15:41 -0500)] 
Bump copyright year in license

9 years agoUpdate built files
etimberg [Sun, 27 Dec 2015 17:10:07 +0000 (12:10 -0500)] 
Update built files

9 years agoMerge pull request #1834 from damiansilbergleithcunniff/issue-1764-default-pie-chart...
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

9 years agoChoose a "better" set of 12 default colors/highlight colors for pie charts 1834/head
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

9 years agoChange reference to index to prevent running off the end of the array
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

9 years agospaces -> tabs
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 17:04:29 +0000 (10:04 -0700)] 
spaces -> tabs

9 years agofix spaces -> tabs
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 17:01:06 +0000 (10:01 -0700)] 
fix spaces -> tabs

9 years agoUpdate the docs to reflect the new feature
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 16:47:59 +0000 (09:47 -0700)] 
Update the docs to reflect the new feature

9 years agoUpdate the pie chart to use the default color/highlight if none is specified
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

9 years agoAdd default global values for Color and Highlight color
Damian Silbergleith Cunniff [Sat, 26 Dec 2015 16:09:43 +0000 (09:09 -0700)] 
Add default global values for Color and Highlight color

9 years agoMerge pull request #1302 from jantimon/master
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

9 years agoMerge pull request #1771 from ryoon/recent-firefox
Evert Timberg [Fri, 25 Dec 2015 18:39:21 +0000 (13:39 -0500)] 
Merge pull request #1771 from ryoon/recent-firefox

Remove Firefox workaround

9 years agoMerge pull request #1141 from kirkstrobeck/gulp-watch
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

9 years agoMerge pull request #1040 from dima117/master
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

9 years agoMerge pull request #1192 from kkirsche/patch-1
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

9 years agoRemove Firefox workaround 1771/head
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.

9 years agoMerge pull request #1092 from tannerlinsley/negative-arcs-fix 1698/head
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

9 years agoTypo: consistent capitalization
William Entriken [Mon, 16 Nov 2015 23:11:22 +0000 (18:11 -0500)] 
Typo: consistent capitalization

9 years agoMerge pull request #1621 from jakesyl/add-composer
Jake [Sun, 8 Nov 2015 19:37:41 +0000 (14:37 -0500)] 
Merge pull request #1621 from jakesyl/add-composer

Add Composer file

9 years agoadd composer file 1621/head
Jake [Thu, 5 Nov 2015 18:22:04 +0000 (13:22 -0500)] 
add composer file

add composer file

9 years agoMerge pull request #1589 from zachpanz88/patch-1
Jake [Wed, 4 Nov 2015 18:07:25 +0000 (13:07 -0500)] 
Merge pull request #1589 from zachpanz88/patch-1

Change license link

9 years agoMerge pull request #1190 from Nek-/patch-1
Evert Timberg [Sun, 1 Nov 2015 22:16:22 +0000 (17:16 -0500)] 
Merge pull request #1190 from Nek-/patch-1

Added ignore section

9 years agoMerge pull request #1262 from mattclegg/master
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

9 years agoChange license link 1589/head
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

9 years agoUpdate README.md
Tanner Linsley [Mon, 26 Oct 2015 18:44:48 +0000 (12:44 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Mon, 26 Oct 2015 18:43:50 +0000 (12:43 -0600)] 
Update README.md

9 years agoMerge pull request #1577 from yanarchy/patch-1
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.

9 years agoAdd npm info to getting started doc. 1577/head
Yan Fan [Mon, 26 Oct 2015 18:41:01 +0000 (11:41 -0700)] 
Add npm info to getting started doc.

9 years agoUpdate README.md
Tanner Linsley [Sun, 25 Oct 2015 00:07:26 +0000 (18:07 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sun, 25 Oct 2015 00:06:59 +0000 (18:06 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sun, 25 Oct 2015 00:06:36 +0000 (18:06 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sun, 25 Oct 2015 00:05:24 +0000 (18:05 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sat, 24 Oct 2015 23:56:28 +0000 (17:56 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sat, 24 Oct 2015 23:55:34 +0000 (17:55 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sat, 24 Oct 2015 23:43:51 +0000 (17:43 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sat, 24 Oct 2015 23:37:18 +0000 (17:37 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Sat, 24 Oct 2015 23:26:10 +0000 (17:26 -0600)] 
Update README.md

9 years agoUpdate README.md
Tanner Linsley [Wed, 30 Sep 2015 18:06:26 +0000 (12:06 -0600)] 
Update README.md

9 years agoAdded Current 2.0 release to Readme
Tanner Linsley [Wed, 30 Sep 2015 17:59:09 +0000 (11:59 -0600)] 
Added Current 2.0 release to Readme

9 years agoMerge pull request #1476 from nnnick/v1.0-readme-update
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

9 years agoUpdate README.md 1476/head
Tanner Linsley [Fri, 25 Sep 2015 04:33:05 +0000 (22:33 -0600)] 
Update README.md

9 years agoUpdate v1.x readme to reflect release status
Tanner Linsley [Mon, 21 Sep 2015 20:28:10 +0000 (14:28 -0600)] 
Update v1.x readme to reflect release status

9 years agoMerge pull request #1067 from rvaidya/master
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...

9 years agoMerge pull request #1450 from nlzet/fix-legend-template-doc
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

9 years agoFix span closed before appending the label 1450/head
NLZ13 [Sat, 12 Sep 2015 22:33:51 +0000 (00:33 +0200)] 
Fix span closed before appending the label

9 years agoMerge pull request #1449 from bgvianyc/master
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

9 years agoadding template language reference to docs 1449/head
Barry Gitarts [Sat, 12 Sep 2015 13:02:26 +0000 (09:02 -0400)] 
adding template language reference to docs

9 years agoMerge pull request #1439 from bengesoff/patch-2
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

9 years agofixed very small typo 1439/head
Ben Gesoff [Fri, 4 Sep 2015 16:08:58 +0000 (17:08 +0100)] 
fixed very small typo

wrong it's

10 years agoMerge pull request #1397 from coolbombom/patch-3
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

10 years agoMerge pull request #1402 from hrniels/tooltip
Tanner Linsley [Fri, 28 Aug 2015 22:28:11 +0000 (16:28 -0600)] 
Merge pull request #1402 from hrniels/tooltip

Added tooltipTitleTemplate option.

10 years agoMerge pull request #1389 from ericjperry/fix/datasetStroke
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

10 years agoMerge pull request #1390 from internalfx/patch-1
Evert Timberg [Sat, 22 Aug 2015 13:38:03 +0000 (09:38 -0400)] 
Merge pull request #1390 from internalfx/patch-1

Closes #1309

10 years agoAdded tooltipTitleTemplate option. 1402/head
Nils Asmussen [Sat, 22 Aug 2015 11:47:01 +0000 (13:47 +0200)] 
Added tooltipTitleTemplate option.

10 years agoerror thrown 1397/head
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!

10 years agoCloses #1309 1390/head
Internalfx [Wed, 19 Aug 2015 01:39:11 +0000 (18:39 -0700)] 
Closes #1309

Doughnut.addData() broken for index of 0 #1309

10 years agoThe datasetStroke option has been fixed for line graphs 1389/head
Eric Perry [Tue, 18 Aug 2015 21:56:19 +0000 (17:56 -0400)] 
The datasetStroke option has been fixed for line graphs

10 years agoMerge pull request #1382 from bengesoff/patch-1
Evert Timberg [Tue, 18 Aug 2015 14:42:11 +0000 (10:42 -0400)] 
Merge pull request #1382 from bengesoff/patch-1

fixed two typos

10 years agofixed two typos 1382/head
Ben Gesoff [Mon, 17 Aug 2015 15:37:01 +0000 (16:37 +0100)] 
fixed two typos

wrong it's

10 years agoFix error in generateLegend() function 1334/head
Ema Panz [Sat, 25 Jul 2015 15:32:58 +0000 (17:32 +0200)] 
Fix error in generateLegend() function

10 years agoMerge pull request #1308 from eunicekokor/patch-1
Tanner Linsley [Wed, 22 Jul 2015 17:32:08 +0000 (11:32 -0600)] 
Merge pull request #1308 from eunicekokor/patch-1

Update 00-Getting-Started.md

10 years agoMerge pull request #1181 from paulmasson/master
Evert Timberg [Sat, 18 Jul 2015 12:01:29 +0000 (08:01 -0400)] 
Merge pull request #1181 from paulmasson/master

Update CDN link