npsecoding
|
164671ffeb
|
Realized minRotaion not needed, removed as an option and removed from tests
|
2015-12-01 22:29:19 -08:00 |
|
Evert Timberg
|
e91e6be851
|
Merge pull request #1696 from nnnick/fix/1688
When tooltip opacity is less than 1e-3, round to 0.
|
2015-11-29 10:16:25 -05:00 |
|
Evert Timberg
|
349586e14c
|
Merge pull request #1695 from nnnick/fix/consistent-display-parameters
Fix inconsistent display parameters
|
2015-11-29 10:16:20 -05:00 |
|
wuchangming
|
7aa2fd1af3
|
Bug in handler event.type='touchend'
In Chorme.
while event.type = "touchend” , event.touches is a empty TouchList,
event.touches.length === 0
|
2015-11-27 11:16:54 +08:00 |
|
Evert Timberg
|
55670b0cf7
|
When opacity is less than 1e-3, round to 0. IE11/Edge had problems with very small opacities on the order of 1e-10.
|
2015-11-25 19:31:26 -05:00 |
|
Evert Timberg
|
a90aac7b26
|
Change scale show properties to display and update tests
|
2015-11-24 19:18:15 -05:00 |
|
Cedric van Putten
|
ae51789c32
|
Stored pixel ratio in a variable with a fallback value for browsers that doesn't support window.devicePixelRatio fixing rendering issues for IE10 and IE9. (issue #1622)
|
2015-11-24 11:26:24 +01:00 |
|
Evert Timberg
|
800246660a
|
Remove commented code
|
2015-11-19 21:20:04 -05:00 |
|
Evert Timberg
|
ca2e017f80
|
Update default tooltip configs for scatter charts. Made scatter charts a first class chart type.
|
2015-11-19 21:15:59 -05:00 |
|
Evert Timberg
|
1471a61609
|
Update default tooltip callbacks for bubble charts
|
2015-11-19 21:12:23 -05:00 |
|
Evert Timberg
|
82a74701a7
|
Merge pull request #1667 from nnnick/fix/pie-legend
Pie and Polar area legend functions
|
2015-11-18 21:38:52 -05:00 |
|
etimberg
|
7edcc0659b
|
Fix polar area legends
|
2015-11-18 21:30:16 -05:00 |
|
etimberg
|
673e5d59a5
|
fix pie & doughnut legend
|
2015-11-18 21:24:49 -05:00 |
|
Evert Timberg
|
ead6247cd8
|
Make sure data is converted to a number in scales when determining min and max. Add tests for this condition to linear, radialLinear, and logarithmic scales.
|
2015-11-17 18:43:18 -05:00 |
|
Tanner Linsley
|
5a80b9e501
|
Merge pull request #1645 from nnnick/fix/null-callback
Hide lines for which the tick label callback returns null or undefined
|
2015-11-16 16:10:16 -07:00 |
|
Tanner Linsley
|
ae9db841f9
|
Merge pull request #1646 from nnnick/fix/1640
Can now replace entire chart data object on the fly
|
2015-11-16 16:10:01 -07:00 |
|
Tanner Linsley
|
937d866bd3
|
Merge pull request #1647 from nnnick/fix/1324
Fall back to line settings for points if necessary
|
2015-11-16 16:09:53 -07:00 |
|
Tanner Linsley
|
592414330b
|
Merge pull request #1644 from nnnick/fix/touch-events
Do not bind to touchend events for tooltips
|
2015-11-16 16:09:41 -07:00 |
|
Evert Timberg
|
0495e45ff7
|
Can now skip in all cases (start, mid, end) whether or not there is a look
|
2015-11-15 11:16:41 -05:00 |
|
Evert Timberg
|
045d8f6c2a
|
Keep this as NaN so point._view.skip is set correctly
|
2015-11-15 11:16:17 -05:00 |
|
Evert Timberg
|
d61745a311
|
Handle transitioning NaNs
|
2015-11-14 22:49:53 -05:00 |
|
Evert Timberg
|
55c7d6872a
|
Prevent NaN results when previous, point, and next are all the same
|
2015-11-14 22:49:08 -05:00 |
|
Evert Timberg
|
3bd9120a3a
|
some duplicate code cleanup
|
2015-11-14 22:06:37 -05:00 |
|
Evert Timberg
|
01fe535594
|
Refactor the lineToNextPoint functionality to give the correct draw line behaviour. Makes the code a little cleaner too.
|
2015-11-14 21:57:22 -05:00 |
|
Evert Timberg
|
f6ac7d9369
|
Typo
|
2015-11-13 22:42:42 -05:00 |
|
Evert Timberg
|
0e02d216aa
|
Cleanup
|
2015-11-13 22:42:33 -05:00 |
|
Evert Timberg
|
108c4fcd56
|
Simplify code for capping bezier control points. Cap the X direction as well.
|
2015-11-13 22:15:23 -05:00 |
|
Evert Timberg
|
05523b01b0
|
Refactor the line drawing code. Tests are broken.
|
2015-11-13 22:04:38 -05:00 |
|
Evert Timberg
|
7f34d8dd2f
|
Always include padding to ensure that we can always see the tick labels of vertical axes
|
2015-11-13 13:24:22 -05:00 |
|
Evert Timberg
|
f85ffbc09c
|
Use the dataset backgroundColor, borderWidth, and borderColor, if specified, for points. Added tests for this case.
|
2015-11-13 11:21:44 -05:00 |
|
Evert Timberg
|
66bc1dc492
|
Reference data from the main controller wherever possible. Updated tests to account for this.
|
2015-11-13 09:38:35 -05:00 |
|
Evert Timberg
|
8e3ba9d88e
|
Update tooltip colour draw code
|
2015-11-13 08:20:39 -05:00 |
|
Evert Timberg
|
14b6fdd51e
|
Bail out, same as the x axis
|
2015-11-11 21:40:29 -05:00 |
|
Evert Timberg
|
3099d967da
|
Do not bind to touchend events. This is the same as v1.x
|
2015-11-11 21:21:25 -05:00 |
|
Pascoual
|
234efc5267
|
Fix: tooltips checks indent
|
2015-11-10 01:00:30 +01:00 |
|
Pascoual
|
c4d02a8f96
|
Fix: no tooltips when missing data for one or more dataset
|
2015-11-10 00:53:08 +01:00 |
|
Pascal Richier
|
d5d63070c6
|
Add options.ticks.maxTicksLimit
To be able to change default '11' value
|
2015-11-07 01:39:30 +01:00 |
|
Pascal Richier
|
97da3347be
|
Add options.ticks.maxTicksLimit
To be able to change default '11' value
|
2015-11-07 01:37:09 +01:00 |
|
Evert Timberg
|
d6252df4cd
|
Merge pull request #1601 from nnnick/fix/stacked-bar-line-scale
Fixed stacked scale calculation for combo charts
|
2015-11-03 18:14:37 -05:00 |
|
Derek Perkins
|
29c3bd3746
|
Merge pull request #1603 from nnnick/fix-tooltips
Only call custom tooltips when elements have changed. But be sure to call update internally any time that tooltips need to be redrawn.
|
2015-11-01 22:52:46 -07:00 |
|
Tanner Linsley
|
b0380d4ede
|
Check if dataset is visible when adding active elements to a tooltip
|
2015-11-01 22:50:16 -07:00 |
|
Tanner Linsley
|
28bc80e439
|
ElementsAtLabel now returns all datasets' elements at the found index
|
2015-11-01 22:44:31 -07:00 |
|
Tanner Linsley
|
d46524aedc
|
Tooltip's label mode now uses average position of all points
|
2015-11-01 22:43:44 -07:00 |
|
Evert Timberg
|
2c04a816d7
|
Use correct option to detect stacked mode along x axis.
|
2015-11-01 20:26:58 -05:00 |
|
Tanner Linsley
|
f4a5a30451
|
Only call custom tooltips when elements have changed. But be sure to call update internally any time that tooltips need to be redrawn.
|
2015-11-01 13:56:36 -07:00 |
|
Evert Timberg
|
4267d01bc2
|
Log scale + tests
|
2015-11-01 09:07:18 -05:00 |
|
Evert Timberg
|
8324b35506
|
Update linear scale + tests
|
2015-11-01 08:45:12 -05:00 |
|
Derek Perkins
|
b823bae63e
|
Merge pull request #1600 from nnnick/fix-line-stacked-area
Fix line stacked area
|
2015-10-31 22:48:29 -06:00 |
|
Tanner Linsley
|
334ba44e95
|
Allow line controller to calculate stacked values
|
2015-10-31 22:45:25 -06:00 |
|
Evert Timberg
|
cf587122da
|
Merge pull request #1586 from nnnick/fix/begin-at-zero-issue-with-constant-data
Scale expansion if min === max will only occur after ticks.beginAtZero is handled
|
2015-10-31 20:23:57 -04:00 |
|