Core improvements, arc & doughnut partially working

This commit is contained in:
Tanner Linsley
2015-06-15 19:14:11 -06:00
parent 9f9237905a
commit 74f161b548
4 changed files with 223 additions and 138 deletions

View File

@@ -23,7 +23,7 @@
borderWidth: 2
};
Chart.Arc = Chart.Element.extend({
Chart.elements.Arc = Chart.Element.extend({
inLabelRange: function(mouseX) {
var vm = this._view;