]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
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
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
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.
Evert Timberg [Sun, 24 May 2015 01:21:40 +0000 (21:21 -0400)]
Remove old linear scale
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.
Evert Timberg [Sat, 23 May 2015 22:15:57 +0000 (18:15 -0400)]
Use correct tooltip events in each chart
Evert Timberg [Sat, 23 May 2015 21:50:27 +0000 (17:50 -0400)]
Fix line chart multi axis sample title
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.
Evert Timberg [Sat, 23 May 2015 19:18:33 +0000 (15:18 -0400)]
Ensure consistency in the helpers.toRadians name
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
Evert Timberg [Sat, 23 May 2015 19:15:04 +0000 (15:15 -0400)]
Rename onHover to events to match the line chart
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.
Evert Timberg [Wed, 20 May 2015 12:33:26 +0000 (08:33 -0400)]
Initial dataset scale class
Tanner Linsley [Wed, 20 May 2015 07:03:45 +0000 (00:03 -0700)]
Playground and big changes
Evert Timberg [Wed, 20 May 2015 00:33:39 +0000 (20:33 -0400)]
Set new tooltip templates for the scatter chart
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
etimberg [Tue, 19 May 2015 00:59:21 +0000 (20:59 -0400)]
Fix a drawing bug when drawTicks is false.
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.
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.
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.
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
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
Evert Timberg [Mon, 18 May 2015 12:44:06 +0000 (08:44 -0400)]
The scatter example page now has negative numbers in both directions
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
Evert Timberg [Mon, 18 May 2015 12:27:18 +0000 (08:27 -0400)]
Fix jshint warnings
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
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.
Evert Timberg [Sun, 17 May 2015 17:19:37 +0000 (13:19 -0400)]
Add a scatter chart sample
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.
Evert Timberg [Sat, 16 May 2015 23:38:31 +0000 (19:38 -0400)]
Some helper functions needed for better scales.
Tanner Linsley [Sat, 16 May 2015 05:07:21 +0000 (23:07 -0600)]
Tooltip Position, Active Element Position, Tooltip animation follow
Tanner Linsley [Sat, 16 May 2015 04:45:17 +0000 (22:45 -0600)]
Pie cleanup.
Tanner Linsley [Sat, 16 May 2015 04:34:08 +0000 (22:34 -0600)]
Doughnut/Pie Chart refactor
Tanner Linsley [Sat, 16 May 2015 02:54:01 +0000 (20:54 -0600)]
Prettified, and half way through doughut
Tanner Linsley [Fri, 15 May 2015 23:14:09 +0000 (17:14 -0600)]
Bar chart pivot fix
Tanner Linsley [Fri, 15 May 2015 23:07:41 +0000 (17:07 -0600)]
inGroupRange function for bar charts label mode
Tanner Linsley [Fri, 15 May 2015 23:03:51 +0000 (17:03 -0600)]
Line Chart label hoverMode & tooltips
Tanner Linsley [Fri, 15 May 2015 22:40:01 +0000 (16:40 -0600)]
lineChart single hoverMode tooltips, fallbackColor global
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
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
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: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
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
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