]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
Evert Timberg [Sat, 22 Aug 2015 18:30:30 +0000 (14:30 -0400)]
Category scale now takes a smaller size if no labels are being displayed.
Updated linear scale code to use proper bottom padding. This is important when not displaying x axis labels
Evert Timberg [Sat, 22 Aug 2015 17:50:33 +0000 (13:50 -0400)]
Merge pull request #1380 from etimberg/fix/template-caching
Fixes template caching issues
Evert Timberg [Sat, 15 Aug 2015 14:57:13 +0000 (10:57 -0400)]
Merge branch 'v2.0-dev' of https://github.com/nnnick/Chart.js into fix/template-caching
Evert Timberg [Sat, 15 Aug 2015 14:56:55 +0000 (10:56 -0400)]
Proper template string caching
Evert Timberg [Sat, 15 Aug 2015 14:54:34 +0000 (10:54 -0400)]
Fix bracket placement
Evert Timberg [Fri, 14 Aug 2015 23:50:15 +0000 (19:50 -0400)]
Merge pull request #1374 from fastrde/v2.0-dev
Fix for #1373
Fabian Strachanski [Thu, 13 Aug 2015 08:50:56 +0000 (10:50 +0200)]
Fix for #1373
Evert Timberg [Sat, 8 Aug 2015 22:12:01 +0000 (18:12 -0400)]
During a mousemove event only re-render the chart instead of updating it. Updating uses more memory & causes flicker in the axes.
Evert Timberg [Sat, 8 Aug 2015 15:52:20 +0000 (11:52 -0400)]
Linear scale has proper padding in both vertical and horizontal orientations. Should prevent labels from getting cut off even when axes are not displayed.
Evert Timberg [Sat, 8 Aug 2015 14:14:37 +0000 (10:14 -0400)]
Fix the outerRadius calculation with respect to the border width. Previously the border width was divided by 2 twice rather than once.
Evert Timberg [Sat, 8 Aug 2015 12:46:01 +0000 (08:46 -0400)]
Merge pull request #1367 from achichenin/patch-1
Update 00-Getting-Started.md
Evert Timberg [Sat, 8 Aug 2015 12:45:13 +0000 (08:45 -0400)]
Merge pull request #1365 from pratyushmittal/v2.0-dev
Added documentation for maxRotation of labels
achichenin [Sat, 8 Aug 2015 12:15:57 +0000 (15:15 +0300)]
Update 00-Getting-Started.md
tiny typo fix
Pratyush Mittal [Sat, 8 Aug 2015 08:37:24 +0000 (14:07 +0530)]
Added documentation for maxRotation of labels
Tanner Linsley [Fri, 7 Aug 2015 19:39:09 +0000 (13:39 -0600)]
onAnimationComplete for zero-frame transitions
Evert Timberg [Wed, 5 Aug 2015 22:00:47 +0000 (18:00 -0400)]
Merge pull request #1357 from bakura10/mirror-linear-scale
Add support for mirror option on labels
Michaël Gallego [Wed, 5 Aug 2015 15:40:44 +0000 (17:40 +0200)]
Add support for mirror option
Tanner Linsley [Tue, 4 Aug 2015 17:25:04 +0000 (11:25 -0600)]
Build
Tanner Linsley [Tue, 4 Aug 2015 17:24:27 +0000 (11:24 -0600)]
chart.update(0) now draws instantly instead of not at all
Tanner Linsley [Mon, 3 Aug 2015 23:17:49 +0000 (17:17 -0600)]
More Accurate animation frame dropper
Evert Timberg [Mon, 3 Aug 2015 19:37:08 +0000 (15:37 -0400)]
Merge pull request #1354 from nnnick/v2.0-dev-feature-auto-skip-labels
Auto-skip crowded axis-labels
Tanner Linsley [Mon, 3 Aug 2015 19:06:53 +0000 (13:06 -0600)]
No Logs
Tanner Linsley [Mon, 3 Aug 2015 19:06:40 +0000 (13:06 -0600)]
DatasetWidth now incorporates chartPaddingLeft
Tanner Linsley [Tue, 7 Jul 2015 02:28:05 +0000 (22:28 -0400)]
Auto Skip Labels Attempt 1
Evert Timberg [Sun, 5 Jul 2015 18:56:54 +0000 (14:56 -0400)]
Merge branch 'v2.0-dev' of https://github.com/nnnick/Chart.js into v2.0-dev
Evert Timberg [Sun, 5 Jul 2015 18:56:35 +0000 (14:56 -0400)]
Built legend version
Evert Timberg [Sun, 5 Jul 2015 18:56:22 +0000 (14:56 -0400)]
Doughnut legends (only makes sense for first dataset).
Evert Timberg [Sun, 5 Jul 2015 18:48:04 +0000 (14:48 -0400)]
Polar area legends
Evert Timberg [Sun, 5 Jul 2015 18:47:56 +0000 (14:47 -0400)]
Legends for Line, Bar & Radar charts.
Evert Timberg [Sun, 5 Jul 2015 18:36:27 +0000 (14:36 -0400)]
Remove log call from polar area draw.
Evert Timberg [Sun, 5 Jul 2015 12:01:31 +0000 (08:01 -0400)]
Merge pull request #1278 from tuttnauer/patch-2
Hover missing in parameter name
Guy [Sun, 5 Jul 2015 09:32:03 +0000 (12:32 +0300)]
Hover missing in parameter name
In the 1st dataset, the second time "pointBorderWidth" appeared it was under a comment referring to hover so I corrected it to be "pointHoverBorderWidth". Also in the 2nd dataset. Needs to be tested.
Evert Timberg [Sat, 4 Jul 2015 23:17:01 +0000 (19:17 -0400)]
Built files to include dataset scale changes
Evert Timberg [Mon, 22 Jun 2015 23:47:51 +0000 (19:47 -0400)]
Update scale docs.
Evert Timberg [Mon, 22 Jun 2015 23:06:48 +0000 (19:06 -0400)]
Merge pull request #1242 from etimberg/fix/documentation
Updated some docs + minor improvement to category scale
Evert Timberg [Mon, 22 Jun 2015 23:05:50 +0000 (19:05 -0400)]
Line chart doc updates
Evert Timberg [Mon, 22 Jun 2015 23:03:01 +0000 (19:03 -0400)]
Add userCallback to category scale + demo file
Evert Timberg [Mon, 22 Jun 2015 22:46:12 +0000 (18:46 -0400)]
Update getting started docs
Tanner Linsley [Mon, 22 Jun 2015 19:11:19 +0000 (13:11 -0600)]
Gulp build
Tanner Linsley [Mon, 22 Jun 2015 19:10:52 +0000 (13:10 -0600)]
Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev
Tanner Linsley [Mon, 22 Jun 2015 19:10:49 +0000 (13:10 -0600)]
Support for custom tooltips again
Derek Perkins [Sat, 20 Jun 2015 15:07:48 +0000 (09:07 -0600)]
Merge pull request #1232 from etimberg/feature/line-stroke
More user editable properties for line elements
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
Evert Timberg [Sat, 20 Jun 2015 00:24:14 +0000 (20:24 -0400)]
Category scale label rotation improvements
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.
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.
Tanner Linsley [Fri, 19 Jun 2015 20:23:05 +0000 (14:23 -0600)]
Proper stacking order for stacked area charts
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.
Tanner Linsley [Fri, 19 Jun 2015 18:36:35 +0000 (12:36 -0600)]
Gulp build
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
Tanner Linsley [Fri, 19 Jun 2015 18:36:22 +0000 (12:36 -0600)]
Tooltip Title width now accurately measured
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.
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.
Evert Timberg [Thu, 18 Jun 2015 22:04:28 +0000 (18:04 -0400)]
Line chart addData and removeData implementations + sample file updates
Tanner Linsley [Thu, 18 Jun 2015 18:49:19 +0000 (12:49 -0600)]
Gulp Build
Tanner Linsley [Thu, 18 Jun 2015 18:49:09 +0000 (12:49 -0600)]
Allow custom skip property to points
Evert Timberg [Thu, 18 Jun 2015 02:03:24 +0000 (22:03 -0400)]
Add and remove data for bar charts
Tanner Linsley [Wed, 17 Jun 2015 21:14:26 +0000 (15:14 -0600)]
Fix Label custom tooltips
Tanner Linsley [Wed, 17 Jun 2015 21:10:57 +0000 (15:10 -0600)]
Build
Tanner Linsley [Wed, 17 Jun 2015 21:10:45 +0000 (15:10 -0600)]
Fixed Custom Tooltips
Tanner Linsley [Wed, 17 Jun 2015 02:28:10 +0000 (20:28 -0600)]
Merge pull request #1221 from etimberg/feature/add-data
addDataset functionality
Evert Timberg [Wed, 17 Jun 2015 02:21:40 +0000 (22:21 -0400)]
Update radar sample + use the same colour functions in all samples
Evert Timberg [Wed, 17 Jun 2015 02:16:28 +0000 (22:16 -0400)]
Update pie sample file to support add and remove datasets
Evert Timberg [Wed, 17 Jun 2015 02:12:59 +0000 (22:12 -0400)]
Update doughnut sample to support 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
Evert Timberg [Wed, 17 Jun 2015 02:05:06 +0000 (22:05 -0400)]
Update line sample to test adding and removing datasets
Evert Timberg [Wed, 17 Jun 2015 02:04:52 +0000 (22:04 -0400)]
Update controllers to handle adding new datasets
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.
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.
Tanner Linsley [Tue, 16 Jun 2015 19:19:01 +0000 (13:19 -0600)]
Even better responsive sizing
Tanner Linsley [Tue, 16 Jun 2015 19:06:34 +0000 (13:06 -0600)]
Better responsive sizing
Tanner Linsley [Tue, 16 Jun 2015 18:04:52 +0000 (12:04 -0600)]
Fixed: scale.linear range min==max resulted in no scale
Tanner Linsley [Tue, 16 Jun 2015 17:57:35 +0000 (11:57 -0600)]
Deprecate animationLoop function
Tanner Linsley [Tue, 16 Jun 2015 17:46:50 +0000 (11:46 -0600)]
Fixed issue where arc.inRange was sometimes over π threshold
Tanner Linsley [Tue, 16 Jun 2015 17:37:14 +0000 (11:37 -0600)]
Better demo for combo
Tanner Linsley [Tue, 16 Jun 2015 17:37:07 +0000 (11:37 -0600)]
Draw controllers in reverse (for proper line stacking)
Tanner Linsley [Tue, 16 Jun 2015 17:31:15 +0000 (11:31 -0600)]
helpers.each is now reversible
Tanner Linsley [Tue, 16 Jun 2015 17:24:25 +0000 (11:24 -0600)]
Fix getMaximumHeight function to use helpers
Tanner Linsley [Tue, 16 Jun 2015 17:22:28 +0000 (11:22 -0600)]
Build
Derek Perkins [Tue, 16 Jun 2015 16:50:31 +0000 (10:50 -0600)]
Merge pull request #1219 from etimberg/feature/controllers
Controller Driven Charts
Tanner Linsley [Tue, 16 Jun 2015 06:39:04 +0000 (00:39 -0600)]
Polar Area Draws, but has scale resizing issues
Tanner Linsley [Tue, 16 Jun 2015 06:20:46 +0000 (00:20 -0600)]
Fixed polar-area sample
Tanner Linsley [Tue, 16 Jun 2015 06:20:22 +0000 (00:20 -0600)]
No logging
Tanner Linsley [Tue, 16 Jun 2015 06:20:06 +0000 (00:20 -0600)]
Old doughnuts are no good.
Tanner Linsley [Tue, 16 Jun 2015 06:17:26 +0000 (00:17 -0600)]
Radar chart and radialLinear scale
Tanner Linsley [Tue, 16 Jun 2015 05:59:04 +0000 (23:59 -0600)]
Build radial scale details inside itself
Tanner Linsley [Tue, 16 Jun 2015 05:58:31 +0000 (23:58 -0600)]
Single scale again.
Tanner Linsley [Tue, 16 Jun 2015 05:54:25 +0000 (23:54 -0600)]
Build single scales in core
Tanner Linsley [Tue, 16 Jun 2015 04:47:20 +0000 (22:47 -0600)]
Pie used new doughnut controller
Tanner Linsley [Tue, 16 Jun 2015 04:44:06 +0000 (22:44 -0600)]
Responsive used proper "each" from helpers
Tanner Linsley [Tue, 16 Jun 2015 04:43:45 +0000 (22:43 -0600)]
Better getElementAtEvent function
Tanner Linsley [Tue, 16 Jun 2015 04:43:24 +0000 (22:43 -0600)]
Doughnut/Pie accurate radii
Tanner Linsley [Tue, 16 Jun 2015 01:14:26 +0000 (19:14 -0600)]
Merge remote-tracking branch 'origin/feature/controllers' into feature/controllers
Tanner Linsley [Tue, 16 Jun 2015 01:14:11 +0000 (19:14 -0600)]
Core improvements, arc & doughnut partially working
Evert Timberg [Mon, 15 Jun 2015 23:34:40 +0000 (19:34 -0400)]
Apply correct hover styles
Evert Timberg [Mon, 15 Jun 2015 23:34:29 +0000 (19:34 -0400)]
Fix 2 bar samples
Evert Timberg [Mon, 15 Jun 2015 23:21:13 +0000 (19:21 -0400)]
use inLabelRange when tooltips are in label mode
Evert Timberg [Mon, 15 Jun 2015 23:10:47 +0000 (19:10 -0400)]
Remove hover styles
Evert Timberg [Mon, 15 Jun 2015 22:54:46 +0000 (18:54 -0400)]
Fix animations
Tanner Linsley [Mon, 15 Jun 2015 22:19:56 +0000 (16:19 -0600)]
Line now draws