Blake Niemyjski
a3d75d2087
More perf and minification changes based on feedback
2016-05-14 08:58:42 -05:00
Blake Niemyjski
7e85245e4f
Fixed unit tests :D
2016-05-13 22:39:11 -05:00
Blake Niemyjski
53b08415ad
There were conflicting tick variables
2016-05-13 22:23:34 -05:00
Blake Niemyjski
b4a269da19
Updated magnification and possible bug fix in removeHoverStyle
2016-05-13 22:16:28 -05:00
Blake Niemyjski
bea68f1424
Performance and minification improvements
2016-05-13 22:07:39 -05:00
Evert Timberg
266fa66067
Merge pull request #2543 from chartjs/fix/2519
...
Error when first data point on time scale had null data
2016-05-13 19:54:57 -04:00
Evert Timberg
f34453cf8f
Error when first data point on time scale had null data
2016-05-13 19:50:59 -04:00
Evert Timberg
d0dd7ceabe
Provide different default tooltip functions for horizontal bar
2016-05-13 19:36:32 -04:00
Evert Timberg
30967ac415
Horizontal bar defaults should skip left edge
2016-05-13 19:13:34 -04:00
Evert Timberg
14021069c3
Merge branch 'master' into file-size-reduction
...
Conflicts:
src/controllers/controller.doughnut.js
src/controllers/controller.polarArea.js
2016-05-12 18:57:22 -04:00
Evert Timberg
8c209405e9
Merge branch 'iso_weekday' of https://github.com/tomduncalf/Chart.js into tomduncalf-iso_weekday
...
Conflicts:
docs/01-Scales.md
2016-05-12 18:24:14 -04:00
Evert Timberg
41c043dd23
Merge branch 'master' of https://github.com/nnnick/Chart.js
...
Conflicts:
docs/01-Scales.md
2016-05-12 18:22:55 -04:00
Evert Timberg
47f770c3ef
Merge pull request #2524 from ashiguruma/master
...
Allow canvas patterns instead of colors
2016-05-12 18:20:40 -04:00
Tom Loudon
05bfb7e964
Added CanvasPattern global flag for jshint
...
The core.helpers file was failing linting checks as the global CanvasPattern was not defined. Added the `/* global CanvasGradient */` statement to make linting pass. Updates chartjs/Chart.js#1323
2016-05-12 22:58:54 +01:00
Tom Duncalf
7ee5af81af
Add labelOffset option to scales
2016-05-11 10:43:22 +01:00
Tom Duncalf
8b3d079a50
Add isoWeekday option to allow time scale ticks in 'week' unit mode to start on a specified day of the week
2016-05-11 09:44:02 +01:00
Tom Loudon
04d4adda05
Allow pattern hover state in all chart types
...
Updated all chart types to use the helper.getHoverColor. Pattern fills can now be specified for both fill and line portions of a chart. Updates chartjs/Chart.js#1323
2016-05-10 17:28:29 +01:00
Tarqwyn
84b7d07526
Following a Slack conversation tadd new Callback to allow updates to datasets config (ie borderColor) based on results of the calculated scale, A typical use case would be apply a Gradient fill.
...
On branch feature_New_plugin_interface_afterScaleUpdate
Changes to be committed:
modified: dist/Chart.bundle.js
modified: dist/Chart.bundle.min.js
#On branch feature_New_plugin_interface_afterScaleUpdate
#Changes to be committed:
2016-05-10 15:59:12 +01:00
Tom Duncalf
3bef974c25
Add minRotation support
2016-05-10 12:33:36 +01:00
Evert Timberg
ebffa52dc2
allow callback or userCallback in the time scale
2016-05-09 17:14:25 -05:00
Evert Timberg
23722a8b25
Make the afterUpdate plugin method more useful
2016-05-09 17:14:15 -05:00
Tom Loudon
170fdab6a6
Removed 'background' from hover color helper name.
...
Patterns could be used for style attributes other than background e.g. stroke. Updates chartjs/Chart.js#1323
2016-05-09 07:29:52 +01:00
Evert Timberg
ee383ef4a6
Logarithmic scale improvements
2016-05-08 09:24:45 -04:00
Evert Timberg
e86a13dcef
More linear scale work
2016-05-08 08:32:48 -04:00
Evert Timberg
b35b246414
Merge branch 'master' into file-size-reduction
2016-05-08 08:11:16 -04:00
Evert Timberg
4ef5d942e6
Linear scale improvements
2016-05-08 07:55:29 -04:00
Evert Timberg
33d10374bb
Minor improvement to polar area controller
2016-05-07 21:37:24 -04:00
Evert Timberg
52a8654989
Ensure that when calculating tick width in the bar controller, we use the number of ticks in the scale, not the number of data points.
2016-05-07 21:28:13 -04:00
Evert Timberg
166801055e
Improvements to polar area controller. Moved common draw code up to core dataset controller
2016-05-07 21:04:39 -04:00
Evert Timberg
9d832cc39d
More donut improvements
2016-05-07 19:47:40 -04:00
Tom Loudon
5866f73562
Added helper to allow a CanvasPattern for hover. Updates chartjs/Chart.js#1323
...
When a hover background isn't specified in the config for a chart a modified version of the default color is used. If the background color is a CanvasPattern object an error is triggered.
With this change the default background color will no longer be modified if it is a CanvasPattern.
2016-05-07 22:24:00 +01:00
Evert Timberg
cf5c75ea9e
get a little more from the point element
2016-05-07 17:09:17 -04:00
Evert Timberg
5141c90c7b
Revert unnecessary changes
2016-05-07 17:04:34 -04:00
Evert Timberg
72c791f352
Revert "Reduce element.point size"
...
This reverts commit 09bcac9b5c699c75909b77dc40dc40b5a3af1030.
2016-05-07 17:00:00 -04:00
Evert Timberg
bc505b1a9d
beginAtZero and linear scales with no data should play nice
2016-05-07 16:56:04 -04:00
Evert Timberg
33c7dbafd6
Use local variables + don't include text width for vertical scales with mirrored text
2016-05-07 16:26:44 -04:00
Evert Timberg
d13e7905dc
Scales should have 0 cross size when not displayed
2016-05-07 14:18:36 -04:00
Evert Timberg
fc4c23c8d2
Allow updating scale defaults
2016-05-07 11:43:24 -04:00
Evert Timberg
8d88e9c3b7
Fix time scale grid lines
2016-05-06 07:57:28 -04:00
Evert Timberg
c4bff1602e
Fix line tension drawing, especially when set to 0
2016-05-06 07:19:38 -04:00
Evert Timberg
1b6ffd623c
Core.Title reductions
2016-05-05 21:01:48 -04:00
Evert Timberg
655163a7f5
Doughnut controller size reductions
2016-05-05 20:47:33 -04:00
Evert Timberg
09bcac9b5c
Reduce element.point size
2016-05-05 20:00:11 -04:00
Evert Timberg
8f6f882068
Fix jshint issue
2016-05-04 22:16:07 -04:00
Evert Timberg
4258137171
Size reduction for elements
2016-05-04 22:08:55 -04:00
Evert Timberg
3c33cdf760
core dataset controller update
2016-05-04 21:32:40 -04:00
Evert Timberg
4068836a42
Reduce core.title.js size
2016-05-04 21:08:59 -04:00
Evert Timberg
5ca07b84f0
Minor legend fix when going to next line
2016-05-04 21:06:19 -04:00
Evert Timberg
7de70c292d
Plugin system is slightly smaller
2016-05-04 19:35:01 -04:00
Evert Timberg
eeae8a6a16
Reduce size of on-canvas legend
2016-05-04 19:28:22 -04:00