Chart.js/src
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
..
charts Remove commented code 2015-11-19 21:20:04 -05:00
controllers Merge pull request #1647 from nnnick/fix/1324 2015-11-16 16:09:53 -07:00
core Bug in handler event.type='touchend' 2015-11-27 11:16:54 +08:00
elements Can now skip in all cases (start, mid, end) whether or not there is a look 2015-11-15 11:16:41 -05:00
scales 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