]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
10 years agoCan now change more properties for line drawing. Updated the sample file to demo 1232/head
Evert Timberg [Sat, 20 Jun 2015 13:47:35 +0000 (09:47 -0400)] 
Can now change more properties for line drawing. Updated the sample file to demo

10 years agoCategory scale label rotation improvements
Evert Timberg [Sat, 20 Jun 2015 00:24:14 +0000 (20:24 -0400)] 
Category scale label rotation improvements

10 years agoaddData is now supported by the doughnut chart + updated the sample to match.
Evert Timberg [Fri, 19 Jun 2015 23:51:28 +0000 (19:51 -0400)] 
addData is now supported by the doughnut chart + updated the sample to match.

10 years agoFix a missing `this` in the scale `generateTicks` method when manually overriding...
Evert Timberg [Fri, 19 Jun 2015 23:13:31 +0000 (19:13 -0400)] 
Fix a missing `this` in the scale `generateTicks` method when manually overriding. Added a sample to test this.

10 years agoProper stacking order for stacked area charts
Tanner Linsley [Fri, 19 Jun 2015 20:23:05 +0000 (14:23 -0600)] 
Proper stacking order for stacked area charts

10 years agoLazy Update and Render option
Tanner Linsley [Fri, 19 Jun 2015 19:29:36 +0000 (13:29 -0600)] 
Lazy Update and Render option

Usage: `.update(animationDuration, [bool])`
Tooltip animations are now "lazy” by default, meaning they can be
interrupted and pivoted by other animations. All others internal
updates are by nature non-interruptible, so hovering over a chart
during a regular `update()` cycle will pivot the tooltip correctly.

10 years agoGulp build
Tanner Linsley [Fri, 19 Jun 2015 18:36:35 +0000 (12:36 -0600)] 
Gulp build

10 years agoMerge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev
Tanner Linsley [Fri, 19 Jun 2015 18:36:27 +0000 (12:36 -0600)] 
Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev

10 years agoTooltip Title width now accurately measured
Tanner Linsley [Fri, 19 Jun 2015 18:36:22 +0000 (12:36 -0600)] 
Tooltip Title width now accurately measured

10 years agoPolar area charts now support addData and removeData. Fixed an issue with the animate...
Evert Timberg [Thu, 18 Jun 2015 22:51:00 +0000 (18:51 -0400)] 
Polar area charts now support addData and removeData. Fixed an issue with the animateRotate and animateScale options for polar area charts.

10 years agoadd support for addData and removeData to the radar chart. Needed to update the radia...
Evert Timberg [Thu, 18 Jun 2015 22:28:45 +0000 (18:28 -0400)] 
add support for addData and removeData to the radar chart. Needed to update the radialLinear scale so that the number of values is not cached.

10 years agoLine chart addData and removeData implementations + sample file updates
Evert Timberg [Thu, 18 Jun 2015 22:04:28 +0000 (18:04 -0400)] 
Line chart addData and removeData implementations + sample file updates

10 years agoGulp Build
Tanner Linsley [Thu, 18 Jun 2015 18:49:19 +0000 (12:49 -0600)] 
Gulp Build

10 years agoAllow custom skip property to points
Tanner Linsley [Thu, 18 Jun 2015 18:49:09 +0000 (12:49 -0600)] 
Allow custom skip property to points

10 years agoAdd and remove data for bar charts
Evert Timberg [Thu, 18 Jun 2015 02:03:24 +0000 (22:03 -0400)] 
Add and remove data for bar charts

10 years agoFix Label custom tooltips
Tanner Linsley [Wed, 17 Jun 2015 21:14:26 +0000 (15:14 -0600)] 
Fix Label custom tooltips

10 years agoBuild
Tanner Linsley [Wed, 17 Jun 2015 21:10:57 +0000 (15:10 -0600)] 
Build

10 years agoFixed Custom Tooltips
Tanner Linsley [Wed, 17 Jun 2015 21:10:45 +0000 (15:10 -0600)] 
Fixed Custom Tooltips

10 years agoMerge pull request #1221 from etimberg/feature/add-data
Tanner Linsley [Wed, 17 Jun 2015 02:28:10 +0000 (20:28 -0600)] 
Merge pull request #1221 from etimberg/feature/add-data

addDataset functionality

10 years agoUpdate radar sample + use the same colour functions in all samples 1221/head
Evert Timberg [Wed, 17 Jun 2015 02:21:40 +0000 (22:21 -0400)] 
Update radar sample + use the same colour functions in all samples

10 years agoUpdate pie sample file to support add and remove datasets
Evert Timberg [Wed, 17 Jun 2015 02:16:28 +0000 (22:16 -0400)] 
Update pie sample file to support add and remove datasets

10 years agoUpdate doughnut sample to support adding and removing datasets
Evert Timberg [Wed, 17 Jun 2015 02:12:59 +0000 (22:12 -0400)] 
Update doughnut sample to support adding and removing datasets

10 years agoUpdate bar sample to handle adding and removing datasets
Evert Timberg [Wed, 17 Jun 2015 02:05:20 +0000 (22:05 -0400)] 
Update bar sample to handle adding and removing datasets

10 years agoUpdate line sample to test adding and removing datasets
Evert Timberg [Wed, 17 Jun 2015 02:05:06 +0000 (22:05 -0400)] 
Update line sample to test adding and removing datasets

10 years agoUpdate controllers to handle adding new datasets
Evert Timberg [Wed, 17 Jun 2015 02:04:52 +0000 (22:04 -0400)] 
Update controllers to handle adding new datasets

10 years agoMerge pull request #1220 from etimberg/feature/themes
Evert Timberg [Tue, 16 Jun 2015 23:30:02 +0000 (19:30 -0400)] 
Merge pull request #1220 from etimberg/feature/themes

Create interfaces similar to the old interfaces.

10 years agoCreate interfaces similar to the old interfaces. Ensure that scales always have IDs... 1220/head
Evert Timberg [Tue, 16 Jun 2015 23:20:26 +0000 (19:20 -0400)] 
Create interfaces similar to the old interfaces. Ensure that scales always have IDs before controllers are built.

10 years agoEven better responsive sizing 2.0.0-alpha3
Tanner Linsley [Tue, 16 Jun 2015 19:19:01 +0000 (13:19 -0600)] 
Even better responsive sizing

10 years agoBetter responsive sizing
Tanner Linsley [Tue, 16 Jun 2015 19:06:34 +0000 (13:06 -0600)] 
Better responsive sizing

10 years agoFixed: scale.linear range min==max resulted in no scale
Tanner Linsley [Tue, 16 Jun 2015 18:04:52 +0000 (12:04 -0600)] 
Fixed: scale.linear range min==max resulted in no scale

10 years agoDeprecate animationLoop function
Tanner Linsley [Tue, 16 Jun 2015 17:57:35 +0000 (11:57 -0600)] 
Deprecate animationLoop function

10 years agoFixed issue where arc.inRange was sometimes over π threshold
Tanner Linsley [Tue, 16 Jun 2015 17:46:50 +0000 (11:46 -0600)] 
Fixed issue where arc.inRange was sometimes over π threshold

10 years agoBetter demo for combo
Tanner Linsley [Tue, 16 Jun 2015 17:37:14 +0000 (11:37 -0600)] 
Better demo for combo

10 years agoDraw controllers in reverse (for proper line stacking)
Tanner Linsley [Tue, 16 Jun 2015 17:37:07 +0000 (11:37 -0600)] 
Draw controllers in reverse (for proper line stacking)

10 years agohelpers.each is now reversible
Tanner Linsley [Tue, 16 Jun 2015 17:31:15 +0000 (11:31 -0600)] 
helpers.each is now reversible

10 years agoFix getMaximumHeight function to use helpers
Tanner Linsley [Tue, 16 Jun 2015 17:24:25 +0000 (11:24 -0600)] 
Fix getMaximumHeight function to use helpers

10 years agoBuild
Tanner Linsley [Tue, 16 Jun 2015 17:22:28 +0000 (11:22 -0600)] 
Build

10 years agoMerge pull request #1219 from etimberg/feature/controllers
Derek Perkins [Tue, 16 Jun 2015 16:50:31 +0000 (10:50 -0600)] 
Merge pull request #1219 from etimberg/feature/controllers

Controller Driven Charts

10 years agoPolar Area Draws, but has scale resizing issues 1219/head
Tanner Linsley [Tue, 16 Jun 2015 06:39:04 +0000 (00:39 -0600)] 
Polar Area Draws, but has scale resizing issues

10 years agoFixed polar-area sample
Tanner Linsley [Tue, 16 Jun 2015 06:20:46 +0000 (00:20 -0600)] 
Fixed polar-area sample

10 years agoNo logging
Tanner Linsley [Tue, 16 Jun 2015 06:20:22 +0000 (00:20 -0600)] 
No logging

10 years agoOld doughnuts are no good.
Tanner Linsley [Tue, 16 Jun 2015 06:20:06 +0000 (00:20 -0600)] 
Old doughnuts are no good.

10 years agoRadar chart and radialLinear scale
Tanner Linsley [Tue, 16 Jun 2015 06:17:26 +0000 (00:17 -0600)] 
Radar chart and radialLinear scale

10 years agoBuild radial scale details inside itself
Tanner Linsley [Tue, 16 Jun 2015 05:59:04 +0000 (23:59 -0600)] 
Build radial scale details inside itself

10 years agoSingle scale again.
Tanner Linsley [Tue, 16 Jun 2015 05:58:31 +0000 (23:58 -0600)] 
Single scale again.

10 years agoBuild single scales in core
Tanner Linsley [Tue, 16 Jun 2015 05:54:25 +0000 (23:54 -0600)] 
Build single scales in core

10 years agoPie used new doughnut controller
Tanner Linsley [Tue, 16 Jun 2015 04:47:20 +0000 (22:47 -0600)] 
Pie used new doughnut controller

10 years agoResponsive used proper "each" from helpers
Tanner Linsley [Tue, 16 Jun 2015 04:44:06 +0000 (22:44 -0600)] 
Responsive used proper "each" from helpers

10 years agoBetter getElementAtEvent function
Tanner Linsley [Tue, 16 Jun 2015 04:43:45 +0000 (22:43 -0600)] 
Better getElementAtEvent function

10 years agoDoughnut/Pie accurate radii
Tanner Linsley [Tue, 16 Jun 2015 04:43:24 +0000 (22:43 -0600)] 
Doughnut/Pie accurate radii

10 years agoMerge remote-tracking branch 'origin/feature/controllers' into feature/controllers
Tanner Linsley [Tue, 16 Jun 2015 01:14:26 +0000 (19:14 -0600)] 
Merge remote-tracking branch 'origin/feature/controllers' into feature/controllers

10 years agoCore improvements, arc & doughnut partially working
Tanner Linsley [Tue, 16 Jun 2015 01:14:11 +0000 (19:14 -0600)] 
Core improvements, arc & doughnut partially working

10 years agoApply correct hover styles
Evert Timberg [Mon, 15 Jun 2015 23:34:40 +0000 (19:34 -0400)] 
Apply correct hover styles

10 years agoFix 2 bar samples
Evert Timberg [Mon, 15 Jun 2015 23:34:29 +0000 (19:34 -0400)] 
Fix 2 bar samples

10 years agouse inLabelRange when tooltips are in label mode
Evert Timberg [Mon, 15 Jun 2015 23:21:13 +0000 (19:21 -0400)] 
use inLabelRange when tooltips are in label mode

10 years agoRemove hover styles
Evert Timberg [Mon, 15 Jun 2015 23:10:47 +0000 (19:10 -0400)] 
Remove hover styles

10 years agoFix animations
Evert Timberg [Mon, 15 Jun 2015 22:54:46 +0000 (18:54 -0400)] 
Fix animations

10 years agoLine now draws
Tanner Linsley [Mon, 15 Jun 2015 22:19:56 +0000 (16:19 -0600)] 
Line now draws

10 years agoHover macros, type defaults, and cleanup
Tanner Linsley [Mon, 15 Jun 2015 22:18:56 +0000 (16:18 -0600)] 
Hover macros, type defaults, and cleanup

10 years agoMerge pull request #1215 from etimberg/fix/scalereverse
Evert Timberg [Mon, 15 Jun 2015 22:02:17 +0000 (18:02 -0400)] 
Merge pull request #1215 from etimberg/fix/scalereverse

Linear scale is reversible

10 years agoMerge pull request #1 from etimberg/feature/controllers-tanner
Evert Timberg [Mon, 15 Jun 2015 21:32:19 +0000 (17:32 -0400)] 
Merge pull request #1 from etimberg/feature/controllers-tanner

Chart controller, Dataset Controllers, Hybrid Charts

10 years agoLinear scale is reversible 1215/head
Evert Timberg [Mon, 15 Jun 2015 21:31:29 +0000 (17:31 -0400)] 
Linear scale is reversible

10 years agoHybrid Line and Bar chart - Line Now drawing
Tanner Linsley [Mon, 15 Jun 2015 21:27:56 +0000 (15:27 -0600)] 
Hybrid Line and Bar chart - Line Now drawing

10 years agoNew controllers, bar drawing (with errors)
Tanner Linsley [Mon, 15 Jun 2015 20:36:02 +0000 (14:36 -0600)] 
New controllers, bar drawing (with errors)

10 years agoController function organization
Tanner Linsley [Mon, 15 Jun 2015 01:42:39 +0000 (19:42 -0600)] 
Controller function organization

10 years agoCharts become config blocks (themes, if you will :)
Tanner Linsley [Mon, 15 Jun 2015 01:30:02 +0000 (19:30 -0600)] 
Charts become config blocks (themes, if you will :)

10 years agoLittle tweaks
Tanner Linsley [Mon, 15 Jun 2015 01:26:44 +0000 (19:26 -0600)] 
Little tweaks

10 years agoNo hardcoded chart type methods
Tanner Linsley [Mon, 15 Jun 2015 01:15:10 +0000 (19:15 -0600)] 
No hardcoded chart type methods

10 years agoGit thinks the core file is new now haha
Tanner Linsley [Mon, 15 Jun 2015 00:10:00 +0000 (18:10 -0600)] 
Git thinks the core file is new now haha

10 years agoMore core file separation, and no duplicate copyrights
Tanner Linsley [Mon, 15 Jun 2015 00:09:45 +0000 (18:09 -0600)] 
More core file separation, and no duplicate copyrights

10 years agoFix duplicate property
Evert Timberg [Sun, 14 Jun 2015 21:05:46 +0000 (17:05 -0400)] 
Fix duplicate property

10 years agoBar chart now uses the rectangular canvas & element controllers.
Evert Timberg [Sun, 14 Jun 2015 19:26:34 +0000 (15:26 -0400)] 
Bar chart now uses the rectangular canvas & element controllers.

10 years agoDrop the base class in favour of an expanded canvas controller. Renamed 'chart' to...
Evert Timberg [Sun, 14 Jun 2015 17:37:37 +0000 (13:37 -0400)] 
Drop the base class in favour of an expanded canvas controller. Renamed 'chart' to 'chartInstance' in the controllers

10 years agoFix the broken scatter chart. Introduced the concept of a canvas controller that...
Evert Timberg [Sun, 14 Jun 2015 17:00:09 +0000 (13:00 -0400)] 
Fix the broken scatter chart. Introduced the concept of a canvas controller that goes along with the element controller.

10 years agoCreated a generic base class to be used by rectangular charts. Modified `Chart.Type...
Evert Timberg [Sun, 14 Jun 2015 14:35:59 +0000 (10:35 -0400)] 
Created a generic base class to be used by rectangular charts. Modified `Chart.Type.extend` to put the parent's prototype in __super__. Moved more code into the controller and renamed the controller to RectangularElementController.

10 years agoPrototype controller + some of line chart converted
Evert Timberg [Sun, 14 Jun 2015 00:40:35 +0000 (20:40 -0400)] 
Prototype controller + some of line chart converted

10 years agoMerge pull request #1208 from etimberg/feature/v2.0-scale-refactor 1211/head 2.0.0-alpha2
Evert Timberg [Sat, 13 Jun 2015 21:51:17 +0000 (17:51 -0400)] 
Merge pull request #1208 from etimberg/feature/v2.0-scale-refactor

Radial scale improvements

10 years agoClean up of radial linear scale. Radar chart update function improvements 1208/head
Evert Timberg [Sat, 13 Jun 2015 21:45:59 +0000 (17:45 -0400)] 
Clean up of radial linear scale. Radar chart update function improvements

10 years agoFix typo in linear scale.
Evert Timberg [Sat, 13 Jun 2015 18:47:13 +0000 (14:47 -0400)] 
Fix typo in linear scale.

10 years agoMerge pull request #1207 from etimberg/feature/v2.0-scale-refactor
Evert Timberg [Sat, 13 Jun 2015 18:30:18 +0000 (14:30 -0400)] 
Merge pull request #1207 from etimberg/feature/v2.0-scale-refactor

Move more scale configs into the scale defaults.

10 years agoMove linearRadial default config to be a property of the scale. 1207/head
Evert Timberg [Sat, 13 Jun 2015 18:16:01 +0000 (14:16 -0400)] 
Move linearRadial default config to be a property of the scale.

10 years agoCreate linear scale default settings. Cleaned up unnecessary settings from bar, line...
Evert Timberg [Sat, 13 Jun 2015 17:57:55 +0000 (13:57 -0400)] 
Create linear scale default settings. Cleaned up unnecessary settings from bar, line, and scatter default configs. Removed unnecessary config options from the affected sample files

10 years agoMerge pull request #1206 from etimberg/feature/v2.0-scale-refactor
Evert Timberg [Sat, 13 Jun 2015 17:33:05 +0000 (13:33 -0400)] 
Merge pull request #1206 from etimberg/feature/v2.0-scale-refactor

Category scale now has defaults.

10 years agoCategory scale now has defaults. Updated the bar & line charts to use this new default. 1206/head
Evert Timberg [Sat, 13 Jun 2015 17:25:41 +0000 (13:25 -0400)] 
Category scale now has defaults. Updated the bar & line charts to use this new default.

10 years agoClone handles arrays better
Evert Timberg [Sat, 13 Jun 2015 17:22:28 +0000 (13:22 -0400)] 
Clone handles arrays better

10 years agoRemove some unused scale code
Evert Timberg [Sat, 13 Jun 2015 15:45:30 +0000 (11:45 -0400)] 
Remove some unused scale code

10 years agoChange spaces to tabs throughout
Evert Timberg [Sat, 13 Jun 2015 14:15:21 +0000 (10:15 -0400)] 
Change spaces to tabs throughout

10 years agoMerge pull request #1205 from etimberg/feature/v2.0-scale-refactor
Evert Timberg [Sat, 13 Jun 2015 14:01:06 +0000 (10:01 -0400)] 
Merge pull request #1205 from etimberg/feature/v2.0-scale-refactor

Move things into the radialLinear scale

10 years agoMerge `Chart.scales` into `Chart.scaleService` to be consistent 1205/head
Evert Timberg [Sat, 13 Jun 2015 13:55:43 +0000 (09:55 -0400)] 
Merge `Chart.scales` into `Chart.scaleService` to be consistent

10 years agoMove some of the radial linear scale functions into the radialLinear scale
Evert Timberg [Sat, 13 Jun 2015 13:51:28 +0000 (09:51 -0400)] 
Move some of the radial linear scale functions into the radialLinear scale

10 years agoMerge pull request #1204 from etimberg/feature/v2.0-scale-refactor
Evert Timberg [Sat, 13 Jun 2015 13:06:05 +0000 (09:06 -0400)] 
Merge pull request #1204 from etimberg/feature/v2.0-scale-refactor

Scatter chart derives from line chart

10 years agoHandle nesting better in the clone method so that we don't wipe out the line defaults... 1204/head
Evert Timberg [Sat, 13 Jun 2015 12:59:54 +0000 (08:59 -0400)] 
Handle nesting better in the clone method so that we don't wipe out the line defaults when the scatter chart extends

10 years agoScatter chart now extends the line chart.
Evert Timberg [Sat, 13 Jun 2015 12:46:49 +0000 (08:46 -0400)] 
Scatter chart now extends the line chart.

10 years agoMerge remote-tracking branch 'upstream/v2.0-dev' into feature/v2.0-scale-refactor
Evert Timberg [Sat, 13 Jun 2015 12:35:34 +0000 (08:35 -0400)] 
Merge remote-tracking branch 'upstream/v2.0-dev' into feature/v2.0-scale-refactor

10 years agoSupport jQuery' or native canvas element as chart context
Tanner Linsley [Sat, 13 Jun 2015 08:41:15 +0000 (02:41 -0600)] 
Support jQuery' or native canvas element as chart context

10 years agoReverse that :)
Tanner Linsley [Sat, 13 Jun 2015 08:13:38 +0000 (02:13 -0600)] 
Reverse that :)

10 years agoDo not update involuntarily on resize. Only render.
Tanner Linsley [Sat, 13 Jun 2015 08:08:55 +0000 (02:08 -0600)] 
Do not update involuntarily on resize.  Only render.

10 years agochart.bar - remove tooltip on mouseout
Tanner Linsley [Sat, 13 Jun 2015 06:45:43 +0000 (00:45 -0600)] 
chart.bar - remove tooltip on mouseout

10 years agoCategory Scale display false fixes
Tanner Linsley [Sat, 13 Jun 2015 06:30:42 +0000 (00:30 -0600)] 
Category Scale display false fixes

10 years agoMake the line and scatter charts almost identical. Next step is to merge them
Evert Timberg [Sat, 13 Jun 2015 02:35:48 +0000 (22:35 -0400)] 
Make the line and scatter charts almost identical. Next step is to merge them