]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
9 years agoMerge pull request #2116 from 100000001/v2.0-dev 2103/head
Evert Timberg [Thu, 10 Mar 2016 12:06:19 +0000 (07:06 -0500)] 
Merge pull request #2116 from 100000001/v2.0-dev

Expose yAlign and xAlign as a tooltip option

9 years agoMoved _model xAlign and yAlign setting to Positioning section and 2116/head
100000001 [Thu, 10 Mar 2016 08:05:59 +0000 (09:05 +0100)] 
Moved _model xAlign and yAlign setting to Positioning section and
swapped y and x

9 years agoExpose yAlign and xAlign as a tooltip option
100000001 [Thu, 10 Mar 2016 08:00:26 +0000 (09:00 +0100)] 
Expose yAlign and xAlign as a tooltip option

9 years agoAllow ticks.fixedStepSize or ticks.stepSize options to mean the same thing
Evert Timberg [Sun, 6 Mar 2016 13:56:31 +0000 (08:56 -0500)] 
Allow ticks.fixedStepSize or ticks.stepSize options to mean the same thing

9 years agoMerge pull request #2101 from nnnick/fix/2034
Evert Timberg [Sun, 6 Mar 2016 04:18:54 +0000 (23:18 -0500)] 
Merge pull request #2101 from nnnick/fix/2034

Fix some time rounding problems

9 years agoFix test for time zone difference 2101/head
Evert Timberg [Sun, 6 Mar 2016 04:16:25 +0000 (23:16 -0500)] 
Fix test for time zone difference

9 years agoFix some time rounding problems
Evert Timberg [Sun, 6 Mar 2016 03:58:34 +0000 (22:58 -0500)] 
Fix some time rounding problems

9 years agoMerge pull request #2087 from MatthiasWinkelmann/time-parser-#2086
Evert Timberg [Wed, 2 Mar 2016 16:40:37 +0000 (11:40 -0500)] 
Merge pull request #2087 from MatthiasWinkelmann/time-parser-#2086

A fix for nnnick/Chart.js#2086

9 years agofixed timezone bug in test 2087/head
Matthias Winkelmann [Wed, 2 Mar 2016 15:51:48 +0000 (16:51 +0100)] 
fixed timezone bug in test

9 years agofixed test and added a test for a custom date parser
Matthias Winkelmann [Wed, 2 Mar 2016 15:40:58 +0000 (16:40 +0100)] 
fixed test and added a test for a custom date parser

9 years agofixed travis built
Matthias Winkelmann [Wed, 2 Mar 2016 13:16:52 +0000 (14:16 +0100)] 
fixed travis built

9 years agoFixes nnnick/Chart.js#2086 by introducing a new time.parser option with high priority...
Matthias Winkelmann [Wed, 2 Mar 2016 12:53:35 +0000 (13:53 +0100)] 
Fixes nnnick/Chart.js#2086 by introducing a new time.parser option with high priority to replace the (deprecated) time.format

9 years agoMerge pull request #2074 from nnnick/fix/2070
Evert Timberg [Sun, 28 Feb 2016 22:56:11 +0000 (17:56 -0500)] 
Merge pull request #2074 from nnnick/fix/2070

Fix legend generation when no datasets

9 years agoFix legend generation when no datasets 2074/head
Evert Timberg [Sun, 28 Feb 2016 22:51:06 +0000 (17:51 -0500)] 
Fix legend generation when no datasets

9 years agoUpdated build files
Evert Timberg [Sun, 28 Feb 2016 20:55:05 +0000 (15:55 -0500)] 
Updated build files

9 years agoMerge pull request #2073 from nnnick/fix/event-padding
Evert Timberg [Sun, 28 Feb 2016 20:44:30 +0000 (15:44 -0500)] 
Merge pull request #2073 from nnnick/fix/event-padding

Take padding into account when determining the model coordinates from event coordinates

9 years agoTake padding into account when determining the model coordinates from event coordinates 2073/head
Evert Timberg [Sun, 28 Feb 2016 20:32:15 +0000 (15:32 -0500)] 
Take padding into account when determining the model coordinates from event coordinates

9 years agoMerge pull request #2069 from hamalaiv/fix/#2018
Evert Timberg [Sun, 28 Feb 2016 19:26:51 +0000 (14:26 -0500)] 
Merge pull request #2069 from hamalaiv/fix/#2018

Fix/#2018

9 years agoMerge pull request #2072 from nnnick/fix/2050
Evert Timberg [Sun, 28 Feb 2016 18:44:42 +0000 (13:44 -0500)] 
Merge pull request #2072 from nnnick/fix/2050

Fix global font settings

9 years agoFix global font settings 2072/head
Evert Timberg [Sun, 28 Feb 2016 18:41:17 +0000 (13:41 -0500)] 
Fix global font settings

9 years agofix consistency with other samples 2069/head
Ville Hämäläinen [Sun, 28 Feb 2016 08:20:10 +0000 (10:20 +0200)] 
fix consistency with other samples

9 years agofix title
Ville Hämäläinen [Sun, 28 Feb 2016 08:16:09 +0000 (10:16 +0200)] 
fix title

9 years agoimprove doughnut sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:15:18 +0000 (10:15 +0200)] 
improve doughnut sample

- set title
- set same size canvas as other samples
- remove user select from canvas
- remove html legend
- remove logs

9 years agoimprove scatter sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:10:45 +0000 (10:10 +0200)] 
improve scatter sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove scatter-multi-axis sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:09:14 +0000 (10:09 +0200)] 
improve scatter-multi-axis sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove polar-area sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:05:31 +0000 (10:05 +0200)] 
improve polar-area sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove polar-area sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:03:43 +0000 (10:03 +0200)] 
improve polar-area sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove combo-bar-line sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:01:34 +0000 (10:01 +0200)] 
improve combo-bar-line sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove bar sample
Ville Hämäläinen [Sun, 28 Feb 2016 08:00:01 +0000 (10:00 +0200)] 
improve bar sample

- set title
- set same size canvas as other samples
- remove user select from canvas
- remove html legend
- fix x-axis labels when adding data

9 years agoimprove bar-stacked sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:55:28 +0000 (09:55 +0200)] 
improve bar-stacked sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove bar-multi-axis sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:54:16 +0000 (09:54 +0200)] 
improve bar-multi-axis sample

- set title
- set same size canvas as other samples
- remove user select from canvas

9 years agofix titles
Ville Hämäläinen [Sun, 28 Feb 2016 07:50:45 +0000 (09:50 +0200)] 
fix titles

9 years agoimprove time-scale sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:50:31 +0000 (09:50 +0200)] 
improve time-scale sample

- set title
- set same size canvas as other samples
- remove user select from canvas
- remove html legend
- remove logs

9 years agoimprove combo-time-scale sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:46:59 +0000 (09:46 +0200)] 
improve combo-time-scale sample

- set title
- set same size canvas as other samples
- remove user select from canvas
- remove html legend
- remove logs

9 years agoimprove progress-bar sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:43:21 +0000 (09:43 +0200)] 
improve progress-bar sample

- set title
- set same size canvas as other samples
- fix adding data after all data has been removed
- remove user select from canvas
- remove html legend

9 years agoimprove progress-bar sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:29:29 +0000 (09:29 +0200)] 
improve progress-bar sample

- set title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas

9 years agoimprove tooltip-hooks sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:25:46 +0000 (09:25 +0200)] 
improve tooltip-hooks sample

- set title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas
- remove html legend

9 years agoimprove radar-skip-points sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:22:14 +0000 (09:22 +0200)] 
improve radar-skip-points sample

- set title
- set same size canvas as other samples
- remove user select from canvas
- remove html legend

9 years agoimprove radar sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:18:56 +0000 (09:18 +0200)] 
improve radar sample

- improve title
- set same size canvas as other samples
- remove user select from canvas
- remove html legend

9 years agoimprove line-x-axis-filter sample
Ville Hämäläinen [Sun, 28 Feb 2016 07:02:59 +0000 (09:02 +0200)] 
improve line-x-axis-filter sample

- set title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas
- remove logs

9 years agoimprove line-stacked-area sample
Ville Hämäläinen [Sun, 28 Feb 2016 06:59:38 +0000 (08:59 +0200)] 
improve line-stacked-area sample

- set title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas
- remove logs
- remove html legend

9 years agoimprove line-skip-points sample
Ville Hämäläinen [Sun, 28 Feb 2016 06:56:26 +0000 (08:56 +0200)] 
improve line-skip-points sample

- set title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas
- remove logs
- remove html legend

9 years agoimprove line-logarithmic sample
Ville Hämäläinen [Sun, 28 Feb 2016 06:24:58 +0000 (08:24 +0200)] 
improve line-logarithmic sample

- set title
- set same size canvas as other samples
- remove user select from canvas
- remove logs

9 years agoimprove line-logarithmic sample
Ville Hämäläinen [Sun, 28 Feb 2016 05:57:02 +0000 (07:57 +0200)] 
improve line-logarithmic sample

- set title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas
- remove logs

9 years agofix x-axis labels when adding data
Ville Hämäläinen [Sun, 28 Feb 2016 05:51:40 +0000 (07:51 +0200)] 
fix x-axis labels when adding data

9 years agoimprove line-legend sample
Ville Hämäläinen [Sun, 28 Feb 2016 05:50:13 +0000 (07:50 +0200)] 
improve line-legend sample

- improve title
- set same size canvas as other samples
- fix x-axis labels when adding data
- remove user select from canvas
- remove logs

9 years agoimprove line-customTooltips sample
Ville Hämäläinen [Sun, 28 Feb 2016 05:34:37 +0000 (07:34 +0200)] 
improve line-customTooltips sample

- set title for chart
- set same size canvas as other samples
- remove user select from canvas
- remove logs

9 years agoimprove line chart sample
Ville Hämäläinen [Sun, 28 Feb 2016 05:28:39 +0000 (07:28 +0200)] 
improve line chart sample

- set title for chart
- remove html legend
- set same size canvas as other samples
- remove user select from canvas

9 years agoimprove bubble chart sample
Ville Hämäläinen [Sun, 28 Feb 2016 05:13:09 +0000 (07:13 +0200)] 
improve bubble chart sample

- fix add dataset when all datasets have been removed
- set title for chart
- remove html legend
- set same size canvas as other samples
- remove user select from canvas
- set name for added datasets

9 years agoMerge pull request #2067 from nnnick/fix/animations
Evert Timberg [Sat, 27 Feb 2016 17:38:43 +0000 (12:38 -0500)] 
Merge pull request #2067 from nnnick/fix/animations

Fix bar chart and doughnut chart animations

9 years agoFix bar chart and doughnut chart animations 2067/head
Evert Timberg [Sat, 27 Feb 2016 17:32:20 +0000 (12:32 -0500)] 
Fix bar chart and doughnut chart animations

9 years agoMerge pull request #2066 from mathiask88/cacheCleanupFix
Evert Timberg [Sat, 27 Feb 2016 17:00:44 +0000 (12:00 -0500)] 
Merge pull request #2066 from mathiask88/cacheCleanupFix

Much faster cache clean up

9 years agoMuch faster cache clean up 2066/head
Mathias Küsel [Sat, 27 Feb 2016 16:19:33 +0000 (17:19 +0100)] 
Much faster cache clean up

9 years agoMerge pull request #2065 from nnnick/fix/2009
Evert Timberg [Sat, 27 Feb 2016 14:01:31 +0000 (09:01 -0500)] 
Merge pull request #2065 from nnnick/fix/2009

Fix #2009

9 years agoFix #2009 2065/head
Evert Timberg [Sat, 27 Feb 2016 13:58:27 +0000 (08:58 -0500)] 
Fix #2009

9 years agoMerge pull request #2057 from hamalaiv/fix/2036
Evert Timberg [Sat, 27 Feb 2016 02:46:36 +0000 (21:46 -0500)] 
Merge pull request #2057 from hamalaiv/fix/2036

fix alpha for tooltip colors

9 years agofix alpha for tooltip colors 2057/head
Ville Hämäläinen [Thu, 25 Feb 2016 18:17:40 +0000 (20:17 +0200)] 
fix alpha for tooltip colors

9 years agoMerge pull request #2041 from nnnick/fix/radius-0
Evert Timberg [Sat, 20 Feb 2016 13:48:25 +0000 (08:48 -0500)] 
Merge pull request #2041 from nnnick/fix/radius-0

Fix point radius 0

9 years agoFix radius 0 2041/head
Evert Timberg [Sat, 20 Feb 2016 13:44:25 +0000 (08:44 -0500)] 
Fix radius 0

9 years agoMerge pull request #2031 from mathiask88/customPointStyle
Evert Timberg [Thu, 18 Feb 2016 21:42:03 +0000 (16:42 -0500)] 
Merge pull request #2031 from mathiask88/customPointStyle

Adds the ability to draw custom point styles

9 years agoAdds the ability to draw custom point styles 2031/head
Mathias Küsel [Sun, 7 Feb 2016 03:55:42 +0000 (04:55 +0100)] 
Adds the ability to draw custom point styles

9 years agoMerge pull request #2027 from nnnick/fix-stacking-order-and-reversable-legend
Tanner Linsley [Wed, 17 Feb 2016 20:11:40 +0000 (13:11 -0700)] 
Merge pull request #2027 from nnnick/fix-stacking-order-and-reversable-legend

Fix stacking, tooltip, and legend order for stackables

9 years agoTooltips now respect stacked ordering 2027/head
Tanner Linsley [Wed, 17 Feb 2016 19:42:29 +0000 (12:42 -0700)] 
Tooltips now respect stacked ordering

Tooltips detect the stacked scale property now, reversing when
appropriate

9 years agoReversible Legends
Tanner Linsley [Wed, 17 Feb 2016 19:42:09 +0000 (12:42 -0700)] 
Reversible Legends

Legends can now be reversed with the `reversed: true` property.

9 years agoProper line and bar stacking order
Tanner Linsley [Wed, 17 Feb 2016 19:41:32 +0000 (12:41 -0700)] 
Proper line and bar stacking order

Stacked line and bar charts now behave predictably with the first
dataset on the bottom stacked upwards.

9 years agoUpdated build
Evert Timberg [Mon, 15 Feb 2016 15:52:51 +0000 (10:52 -0500)] 
Updated build

9 years agoMerge pull request #2017 from nnnick/fix/1884
Evert Timberg [Mon, 15 Feb 2016 15:49:59 +0000 (10:49 -0500)] 
Merge pull request #2017 from nnnick/fix/1884

When the last label would overlap with the previously shown label, skip the previously shown one

9 years agoWhen the last label would overlap with the previously shown label, skip the previousl... 2017/head
Evert Timberg [Mon, 15 Feb 2016 15:43:19 +0000 (10:43 -0500)] 
When the last label would overlap with the previously shown label, skip the previously shown one

9 years agoMerge pull request #2015 from nnnick/fix/1962
Evert Timberg [Mon, 15 Feb 2016 14:44:53 +0000 (09:44 -0500)] 
Merge pull request #2015 from nnnick/fix/1962

Disable autoskipper for time scales

9 years agoDisable autoskipper for time scales 2015/head
Evert Timberg [Mon, 15 Feb 2016 14:41:35 +0000 (09:41 -0500)] 
Disable autoskipper for time scales

9 years agoLegend tests + fix minor bug where padding was not taken into account when going...
Evert Timberg [Mon, 15 Feb 2016 14:23:31 +0000 (09:23 -0500)] 
Legend tests + fix minor bug where padding was not taken into account when going down to the next line

9 years agoTitle block tests
Evert Timberg [Sun, 14 Feb 2016 23:04:12 +0000 (18:04 -0500)] 
Title block tests

9 years agoClean up code climate style issues and formatting.
etimberg [Sun, 14 Feb 2016 22:06:00 +0000 (17:06 -0500)] 
Clean up code climate style issues and formatting.

9 years agoMerge pull request #2014 from nnnick/update-code-climate-config
Evert Timberg [Sun, 14 Feb 2016 20:12:55 +0000 (15:12 -0500)] 
Merge pull request #2014 from nnnick/update-code-climate-config

Update code climate config

9 years agoadd some more reporters 2014/head
etimberg [Sun, 14 Feb 2016 19:43:02 +0000 (14:43 -0500)] 
add some more reporters

9 years agoupdates from running code climate locally
etimberg [Sun, 14 Feb 2016 18:25:37 +0000 (13:25 -0500)] 
updates from running code climate locally

9 years agoimprove syntax
Evert Timberg [Sun, 14 Feb 2016 16:05:33 +0000 (11:05 -0500)] 
improve syntax

9 years agotry and make this work
Evert Timberg [Sun, 14 Feb 2016 15:31:31 +0000 (10:31 -0500)] 
try and make this work

9 years agoexplicitly run certain engines
Evert Timberg [Sun, 14 Feb 2016 15:24:17 +0000 (10:24 -0500)] 
explicitly run certain engines

9 years agoAdd codeclimate config
Evert Timberg [Sun, 14 Feb 2016 15:08:00 +0000 (10:08 -0500)] 
Add codeclimate config

9 years agofix typo in readme
Evert Timberg [Sun, 14 Feb 2016 15:03:37 +0000 (10:03 -0500)] 
fix typo in readme

9 years agoMerge pull request #2013 from nnnick/fix-coverage-report
Evert Timberg [Sun, 14 Feb 2016 14:59:37 +0000 (09:59 -0500)] 
Merge pull request #2013 from nnnick/fix-coverage-report

Fix coverage report

9 years agoRun coverage properly on the CI 2013/head
Evert Timberg [Sun, 14 Feb 2016 14:48:24 +0000 (09:48 -0500)] 
Run coverage properly on the CI

9 years agoUse coveralls to report lines of coverage and add a badge to the readme
Evert Timberg [Sun, 14 Feb 2016 14:38:26 +0000 (09:38 -0500)] 
Use coveralls to report lines of coverage and add a badge to the readme

9 years agouse a new node version
Evert Timberg [Sun, 14 Feb 2016 14:38:02 +0000 (09:38 -0500)] 
use a new node version

9 years agocoverage report works
etimberg [Sun, 14 Feb 2016 03:44:55 +0000 (22:44 -0500)] 
coverage report works

9 years agoUpdate other test tasks to use karma-browserify
etimberg [Sun, 14 Feb 2016 02:58:49 +0000 (21:58 -0500)] 
Update other test tasks to use karma-browserify

9 years agobegin fixing coverage tests
etimberg [Sun, 14 Feb 2016 02:50:12 +0000 (21:50 -0500)] 
begin fixing coverage tests

9 years agoImprove joshing reporting. Added a JSHint config file.
etimberg [Sun, 14 Feb 2016 01:12:26 +0000 (20:12 -0500)] 
Improve joshing reporting. Added a JSHint config file.

Fixed JSHint warnings.

9 years agoMerge pull request #2007 from nnnick/browserify-build-system
Tanner Linsley [Sat, 13 Feb 2016 16:25:23 +0000 (09:25 -0700)] 
Merge pull request #2007 from nnnick/browserify-build-system

Browserify build system

9 years agoDocumentation Updates for UMD support 2007/head
Tanner Linsley [Sat, 13 Feb 2016 06:03:44 +0000 (23:03 -0700)] 
Documentation Updates for UMD support

9 years agoBuilt Files
Tanner Linsley [Fri, 12 Feb 2016 06:45:30 +0000 (23:45 -0700)] 
Built Files

9 years agoUpdated Samples
Tanner Linsley [Fri, 12 Feb 2016 06:45:25 +0000 (23:45 -0700)] 
Updated Samples

9 years agoCore helpers reference
Tanner Linsley [Fri, 12 Feb 2016 06:45:14 +0000 (23:45 -0700)] 
Core helpers reference

9 years agoTesting for the new build system
Tanner Linsley [Fri, 12 Feb 2016 06:25:06 +0000 (23:25 -0700)] 
Testing for the new build system

9 years agoPassing All Tests, Updated Dependencies
Tanner Linsley [Fri, 12 Feb 2016 06:16:43 +0000 (23:16 -0700)] 
Passing All Tests, Updated Dependencies

9 years agoBundled builds
Tanner Linsley [Fri, 12 Feb 2016 04:29:26 +0000 (21:29 -0700)] 
Bundled builds

Possible usages are:

src/Chart.js (umd)
dist/Chart.js (ChartJS)
dist/Chart.min.js (ChartJS minified)
dist/Chart.bundle.js (ChartJS with Moment.js)
dist/Chart.bundle.min.js (ChartJS with Moment.js minified)

9 years agoBrowserify for easier UMD consumptions and vanilla builds
Tanner Linsley [Fri, 12 Feb 2016 03:30:53 +0000 (20:30 -0700)] 
Browserify for easier UMD consumptions and vanilla builds

9 years agoMerge branch 'v2.0-dev' into fix-legend-tooltip-stacked-ordering
Tanner Linsley [Wed, 10 Feb 2016 19:15:40 +0000 (12:15 -0700)] 
Merge branch 'v2.0-dev' into fix-legend-tooltip-stacked-ordering

9 years agoMerge pull request #1978 from roben/v2.0-dev
Evert Timberg [Tue, 9 Feb 2016 12:29:40 +0000 (07:29 -0500)] 
Merge pull request #1978 from roben/v2.0-dev

Fix tooltip error and add fixed steps to linear scale