]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
10 years agoRadar Chart 1155/head
Tanner Linsley [Wed, 27 May 2015 16:28:00 +0000 (10:28 -0600)] 
Radar Chart

10 years agoMerge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev
Tanner Linsley [Wed, 27 May 2015 04:06:20 +0000 (22:06 -0600)] 
Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev

Conflicts:
src/Chart.PolarArea.js

10 years agoPolar Area deep data
Tanner Linsley [Wed, 27 May 2015 04:02:41 +0000 (22:02 -0600)] 
Polar Area deep data

10 years agoMore nested config stuff. Not sure what all of the options in the line config do...
Evert Timberg [Wed, 27 May 2015 01:16:18 +0000 (21:16 -0400)] 
More nested config stuff. Not sure what all of the options in the line config do, but left them in. Ensured that tooltips work.

10 years agoConvert bar chart to use nested config. Noticed that the segmentShowStroke option...
Evert Timberg [Tue, 26 May 2015 23:30:34 +0000 (19:30 -0400)] 
Convert bar chart to use nested config. Noticed that the segmentShowStroke option wasn't used at all.

10 years agoUpdated bar chart to use new nested config for bars. Removed unused relativeBars...
Evert Timberg [Tue, 26 May 2015 23:11:05 +0000 (19:11 -0400)] 
Updated bar chart to use new nested config for bars. Removed unused relativeBars option. barBorderWidth was not used, but seems useful so we will keep it until later refactoring.

10 years agoUse new animation options in the animation service.
Evert Timberg [Tue, 26 May 2015 22:54:36 +0000 (18:54 -0400)] 
Use new animation options in the animation service.

10 years agoNested globals
Tanner Linsley [Tue, 26 May 2015 22:52:16 +0000 (16:52 -0600)] 
Nested globals

10 years agoMerge pull request #1132 from etimberg/feature/v2.0dev-xy
Tanner Linsley [Tue, 26 May 2015 22:26:52 +0000 (16:26 -0600)] 
Merge pull request #1132 from etimberg/feature/v2.0dev-xy

Scale rewrite for v2.0

10 years agoMoved radial scale into Chat.Scale.js. Registered as "radialLinear" which will allow... 1132/head
Evert Timberg [Sun, 24 May 2015 18:33:12 +0000 (14:33 -0400)] 
Moved radial scale into Chat.Scale.js. Registered as "radialLinear" which will allow radialLogarithmic, etc in the future. Updated the polar area and radar charts to use the new scale config. The scales draw, but the points do not. This is no different than the current v2.0 branch

10 years agoFix the y scales that were missed in the previous check in
Evert Timberg [Sun, 24 May 2015 01:49:01 +0000 (21:49 -0400)] 
Fix the y scales that were missed in the previous check in

10 years agoClean up some unused config options. Renamed 'show' to 'display' for scales since...
Evert Timberg [Sun, 24 May 2015 01:44:50 +0000 (21:44 -0400)] 
Clean up some unused config options. Renamed 'show' to 'display' for scales since that was clearer and maintains backwards compatibility.

10 years agoRemove old linear scale
Evert Timberg [Sun, 24 May 2015 01:21:40 +0000 (21:21 -0400)] 
Remove old linear scale

10 years agoBar chart converted to new scale system. Added bar chart multi axis sample.
Evert Timberg [Sat, 23 May 2015 22:26:34 +0000 (18:26 -0400)] 
Bar chart converted to new scale system. Added bar chart multi axis sample.

10 years agoUse correct tooltip events in each chart
Evert Timberg [Sat, 23 May 2015 22:15:57 +0000 (18:15 -0400)] 
Use correct tooltip events in each chart

10 years agoFix line chart multi axis sample title
Evert Timberg [Sat, 23 May 2015 21:50:27 +0000 (17:50 -0400)] 
Fix line chart multi axis sample title

10 years agoMove line chart over to use new scale config. This adds support for multiple y axes...
Evert Timberg [Sat, 23 May 2015 19:19:30 +0000 (15:19 -0400)] 
Move line chart over to use new scale config. This adds support for multiple y axes. Added an example demonstrating this.

10 years agoEnsure consistency in the helpers.toRadians name
Evert Timberg [Sat, 23 May 2015 19:18:33 +0000 (15:18 -0400)] 
Ensure consistency in the helpers.toRadians name

10 years agodataset axis to be used in the line chart and the bar chart
Evert Timberg [Sat, 23 May 2015 19:18:08 +0000 (15:18 -0400)] 
dataset axis to be used in the line chart and the bar chart

10 years agoRename onHover to events to match the line chart
Evert Timberg [Sat, 23 May 2015 19:15:04 +0000 (15:15 -0400)] 
Rename onHover to events to match the line chart

10 years agoMerge remote-tracking branch 'upstream/v2.0-dev' into feature/v2.0dev-xy
Evert Timberg [Wed, 20 May 2015 13:03:22 +0000 (09:03 -0400)] 
Merge remote-tracking branch 'upstream/v2.0-dev' into feature/v2.0dev-xy

Conflicts:
src/Chart.Core.js

Fixed the sample files & chart type initialize methods so that this.data does not get set to undefined.

10 years agoInitial dataset scale class
Evert Timberg [Wed, 20 May 2015 12:33:26 +0000 (08:33 -0400)] 
Initial dataset scale class

10 years agoPlayground and big changes
Tanner Linsley [Wed, 20 May 2015 07:03:45 +0000 (00:03 -0700)] 
Playground and big changes

10 years agoSet new tooltip templates for the scatter chart
Evert Timberg [Wed, 20 May 2015 00:33:39 +0000 (20:33 -0400)] 
Set new tooltip templates for the scatter chart

10 years agoClean up the scale service. It's now more of a helper function for fitting the scales...
Evert Timberg [Tue, 19 May 2015 22:22:05 +0000 (18:22 -0400)] 
Clean up the scale service. It's now more of a helper function for fitting the scales. Since each chart needed to know it's scales, there wasn't much point in registering them into the service. When we support overlapping charts, we can do something fancier

10 years agoFix a drawing bug when drawTicks is false.
etimberg [Tue, 19 May 2015 00:59:21 +0000 (20:59 -0400)] 
Fix a drawing bug when drawTicks is false.

10 years agoCreated a multi axis sample file. Added an option to draw ticks for the axes. This...
etimberg [Tue, 19 May 2015 00:39:59 +0000 (20:39 -0400)] 
Created a multi axis sample file. Added an option to draw ticks for the axes. This is useful when in a multi axis scenario so that the axis that does not draw grid lines does not have weird lines.

10 years agoInitial config merge. Handles special cases for objects and arrays and merges smarter...
etimberg [Mon, 18 May 2015 18:19:34 +0000 (14:19 -0400)] 
Initial config merge. Handles special cases for objects and arrays and merges smarter than simply replacing the default object. Tested by overriding the vertical axis 0 point colour. Also implemented dataset axis binding. If nothing is specified, the dataset is bound to the first x and y axis.

10 years agoFix an error in the scale service that prevented the chart from filling the canvas...
Evert Timberg [Mon, 18 May 2015 14:27:39 +0000 (10:27 -0400)] 
Fix an error in the scale service that prevented the chart from filling the canvas fully.

10 years agoLinear scale drawing improvements. Ensured that the scatter plot configuration has...
Evert Timberg [Mon, 18 May 2015 13:39:01 +0000 (09:39 -0400)] 
Linear scale drawing improvements. Ensured that the scatter plot configuration has a different line colour for the 0 axis

10 years agoHandle the beginAtZero option for a linear scale. Added a helper for Math.sign
Evert Timberg [Mon, 18 May 2015 12:51:13 +0000 (08:51 -0400)] 
Handle the beginAtZero option for a linear scale. Added a helper for Math.sign

10 years agoThe scatter example page now has negative numbers in both directions
Evert Timberg [Mon, 18 May 2015 12:44:06 +0000 (08:44 -0400)] 
The scatter example page now has negative numbers in both directions

10 years agoRemove x label rotation code since we dynamically adjust the number of labels to...
Evert Timberg [Mon, 18 May 2015 12:43:38 +0000 (08:43 -0400)] 
Remove x label rotation code since we dynamically adjust the number of labels to show and as such do not need to rotate

10 years agoFix jshint warnings
Evert Timberg [Mon, 18 May 2015 12:27:18 +0000 (08:27 -0400)] 
Fix jshint warnings

10 years agoEnsure that you always have at least 2 ticks on the linear axis
Evert Timberg [Sun, 17 May 2015 17:29:17 +0000 (13:29 -0400)] 
Ensure that you always have at least 2 ticks on the linear axis

10 years agoInitial implementation of a scatter chart. Uses a new style of config from the other...
Evert Timberg [Sun, 17 May 2015 17:20:37 +0000 (13:20 -0400)] 
Initial implementation of a scatter chart. Uses a new style of config from the other charts. For now, the config is not changeable.

10 years agoAdd a scatter chart sample
Evert Timberg [Sun, 17 May 2015 17:19:37 +0000 (13:19 -0400)] 
Add a scatter chart sample

10 years agoInitial check in of the scale service and the scale constructor registration. An...
Evert Timberg [Sat, 16 May 2015 23:40:52 +0000 (19:40 -0400)] 
Initial check in of the scale service and the scale constructor registration. An initial implementation of a linear scale that can be drawn in both horizontal and vertical orientations.

10 years agoSome helper functions needed for better scales.
Evert Timberg [Sat, 16 May 2015 23:38:31 +0000 (19:38 -0400)] 
Some helper functions needed for better scales.

10 years agoTooltip Position, Active Element Position, Tooltip animation follow
Tanner Linsley [Sat, 16 May 2015 05:07:21 +0000 (23:07 -0600)] 
Tooltip Position, Active Element Position, Tooltip animation follow

10 years agoPie cleanup.
Tanner Linsley [Sat, 16 May 2015 04:45:17 +0000 (22:45 -0600)] 
Pie cleanup.

10 years agoDoughnut/Pie Chart refactor
Tanner Linsley [Sat, 16 May 2015 04:34:08 +0000 (22:34 -0600)] 
Doughnut/Pie Chart refactor

10 years agoPrettified, and half way through doughut
Tanner Linsley [Sat, 16 May 2015 02:54:01 +0000 (20:54 -0600)] 
Prettified, and half way through doughut

10 years agoBar chart pivot fix
Tanner Linsley [Fri, 15 May 2015 23:14:09 +0000 (17:14 -0600)] 
Bar chart pivot fix

10 years agoinGroupRange function for bar charts label mode
Tanner Linsley [Fri, 15 May 2015 23:07:41 +0000 (17:07 -0600)] 
inGroupRange function for bar charts label mode

10 years agoLine Chart label hoverMode & tooltips
Tanner Linsley [Fri, 15 May 2015 23:03:51 +0000 (17:03 -0600)] 
Line Chart label hoverMode & tooltips

10 years agolineChart single hoverMode tooltips, fallbackColor global
Tanner Linsley [Fri, 15 May 2015 22:40:01 +0000 (16:40 -0600)] 
lineChart single hoverMode tooltips, fallbackColor global

10 years agoStable Bar Chart, DRY core functions
Tanner Linsley [Fri, 15 May 2015 06:04:42 +0000 (00:04 -0600)] 
Stable Bar Chart, DRY core functions

10 years agolabelMode tooltips and hover events
Tanner Linsley [Fri, 15 May 2015 05:18:47 +0000 (23:18 -0600)] 
labelMode tooltips and hover events

10 years agolabelMode Tooltips almost there!
Tanner Linsley [Thu, 14 May 2015 23:25:56 +0000 (17:25 -0600)] 
labelMode Tooltips almost there!

10 years agoMerge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev
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

10 years agoGetting into 'label' hoverMode tooltips
Tanner Linsley [Tue, 12 May 2015 23:22:47 +0000 (17:22 -0600)] 
Getting into 'label' hoverMode tooltips

10 years agoUpdate package.json for color lib location
Evert Timberg [Tue, 12 May 2015 22:01:28 +0000 (18:01 -0400)] 
Update package.json for color lib location

10 years agohoverMode: "single" tooltips
Tanner Linsley [Tue, 12 May 2015 21:47:24 +0000 (15:47 -0600)] 
hoverMode: "single" tooltips

10 years agoMid-code commit
Tanner Linsley [Tue, 12 May 2015 21:42:20 +0000 (15:42 -0600)] 
Mid-code commit

10 years agoRough Tooltips for 'single' hoverMode
Tanner Linsley [Tue, 12 May 2015 18:55:48 +0000 (12:55 -0600)] 
Rough Tooltips for 'single' hoverMode

10 years agoBetter events
Tanner Linsley [Tue, 12 May 2015 16:34:47 +0000 (10:34 -0600)] 
Better events

10 years agoMerge branch 'etimberg-fix/bar_chart_negative_values' into v2.0-dev
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.

10 years agoMerge branch 'fix/bar_chart_negative_values' of https://github.com/etimberg/Chart...
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

10 years agoRevert build files
Tanner Linsley [Tue, 12 May 2015 07:18:37 +0000 (01:18 -0600)] 
Revert build files

This reverts built files

10 years agoColor Animation, Color Autopilot
Tanner Linsley [Tue, 12 May 2015 07:13:16 +0000 (01:13 -0600)] 
Color Animation, Color Autopilot

10 years agohoverMode, onHover, key fixes
Tanner Linsley [Tue, 12 May 2015 01:43:17 +0000 (19:43 -0600)] 
hoverMode, onHover, key fixes

10 years agoMerge pull request #1114 from etimberg/feature/get_bar_at_event
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

10 years agoMake sure that the _start item is cleaned up during save.
etimberg [Tue, 12 May 2015 01:22:37 +0000 (21:22 -0400)] 
Make sure that the _start item is cleaned up during save.

10 years agoAdded 2.0 alpha notes
Derek Perkins [Tue, 12 May 2015 01:00:04 +0000 (19:00 -0600)] 
Added 2.0 alpha notes

10 years agoMerge pull request #1113 from tannerlinsley/deep-data
Derek Perkins [Tue, 12 May 2015 00:53:28 +0000 (18:53 -0600)] 
Merge pull request #1113 from tannerlinsley/deep-data

Deep data

10 years agoBar attempt #5 1113/head
Tanner Linsley [Tue, 12 May 2015 00:12:44 +0000 (18:12 -0600)] 
Bar attempt #5

10 years agoBar Attempt # 4
Tanner Linsley [Fri, 8 May 2015 22:20:21 +0000 (16:20 -0600)] 
Bar Attempt # 4

10 years agoMerge pull request #1066 from tannerlinsley/add-stacked-area
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

10 years agoMerge pull request #1098 from WouterSioen/fix-typo
Tanner Linsley [Tue, 5 May 2015 22:01:30 +0000 (16:01 -0600)] 
Merge pull request #1098 from WouterSioen/fix-typo

Fix typo

10 years agoMerge pull request #1098 from WouterSioen/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

10 years agoFix a typo: segment vs segement 1098/head
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

10 years agoMerge pull request #1068 from nnnick/animation-refactory
William Entriken [Mon, 4 May 2015 19:55:59 +0000 (15:55 -0400)] 
Merge pull request #1068 from nnnick/animation-refactory

Animation refactory

10 years agoMerge pull request #856 from tannerlinsley/editable-chart-config
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

10 years agoEnsure that the bar draws to the correct spot 1115/head 994/head
Evert Timberg [Sat, 2 May 2015 19:03:40 +0000 (15:03 -0400)] 
Ensure that the bar draws to the correct spot

10 years agoFix a minor bug
Evert Timberg [Sat, 2 May 2015 18:59:33 +0000 (14:59 -0400)] 
Fix a minor bug

10 years agoRemove Math.sign
Evert Timberg [Sat, 2 May 2015 18:56:16 +0000 (14:56 -0400)] 
Remove Math.sign

10 years agoMerge pull request #952 from msmiley/patch-1
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

10 years agoMerge pull request #851 from jtblin/master 1086/head
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

10 years agoCreate a getBarAtEvent function that returns the single bar that was clicked on 1073/head 1114/head
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

10 years agoMerge pull request #1069 from mackuba/fix_endpoint
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

10 years agoprevent taking vertical space for x labels more than once 1069/head
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

10 years agoRevert changes to build 1068/head
Tanner Linsley [Thu, 16 Apr 2015 19:57:27 +0000 (13:57 -0600)] 
Revert changes to build

10 years agoMerge pull request #1025 from pijey/feature/offsetgridlines-linechart
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

10 years agoMerge branch 'chasd00-piechart-redraw-after-zero-segment-values'
William Entriken [Thu, 16 Apr 2015 19:17:36 +0000 (15:17 -0400)] 
Merge branch 'chasd00-piechart-redraw-after-zero-segment-values'

10 years agoMerge #756 Fixes #661
William Entriken [Thu, 16 Apr 2015 19:17:28 +0000 (15:17 -0400)] 
Merge #756 Fixes #661

10 years agoAdd StackedArea chart type to community extensions 1066/head
Tanner Linsley [Thu, 16 Apr 2015 06:50:08 +0000 (00:50 -0600)] 
Add StackedArea chart type to community extensions

10 years agoDerped HTML attributes.
Nick Downie [Mon, 13 Apr 2015 15:35:14 +0000 (16:35 +0100)] 
Derped HTML attributes.

10 years agoMerge pull request #1062 from dima117/patch-1
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

10 years agoUpdate 06-Advanced.md 1062/head
dima117 [Mon, 13 Apr 2015 12:39:44 +0000 (15:39 +0300)] 
Update 06-Advanced.md

https://github.com/nnnick/Chart.js/issues/1060

10 years agoMerge pull request #677 from rylanhalteman/fix-yLabel-padding
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

10 years agoOnly start digest on first request. Cleanup
Tanner Linsley [Sun, 12 Apr 2015 06:05:31 +0000 (00:05 -0600)] 
Only start digest on first request. Cleanup

10 years agoUse findNextWhere correctly.
Evert Timberg [Sun, 12 Apr 2015 03:05:05 +0000 (23:05 -0400)] 
Use findNextWhere correctly.

10 years agoRemove the minAnimationSteps option since we did not end up needing it.
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.

10 years agoRemove the unused lastTimeRun from the animation service
Evert Timberg [Sun, 12 Apr 2015 00:47:35 +0000 (20:47 -0400)] 
Remove the unused lastTimeRun from the animation service

10 years agoAlways execute last frame
Tanner Linsley [Sun, 12 Apr 2015 00:42:11 +0000 (18:42 -0600)] 
Always execute last frame

10 years agoMerge remote-tracking branch 'origin/animation-refactory' into animation-refactory
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

10 years agoFrame Dropper
Tanner Linsley [Sun, 12 Apr 2015 00:34:06 +0000 (18:34 -0600)] 
Frame Dropper

10 years agoImplement cancel animation frame in the animation service
Evert Timberg [Sun, 12 Apr 2015 00:17:46 +0000 (20:17 -0400)] 
Implement cancel animation frame in the animation service

10 years agoFix some bugs in the animation stuff
Evert Timberg [Sun, 12 Apr 2015 00:08:17 +0000 (20:08 -0400)] 
Fix some bugs in the animation stuff