]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix spaces -> tabs
authorDamian Silbergleith Cunniff <dcunniff@gmail.com>
Sat, 26 Dec 2015 17:01:06 +0000 (10:01 -0700)
committerDamian Silbergleith Cunniff <dcunniff@gmail.com>
Sat, 26 Dec 2015 17:01:06 +0000 (10:01 -0700)
src/Chart.Doughnut.js

index 0073f9e8a7266555585e2930161599a87b875ae6..da8fbb0436782cf9c9d9ba976df1dcbd553a7cc7 100644 (file)
@@ -93,8 +93,8 @@
                addData : function(segment, atIndex, silent){
                        var index = atIndex !== undefined ? atIndex : this.segments.length;
                        if ( typeof(segment.color) === "undefined" ) {
-                segment.color = Chart.defaults.global.segmentColorDefault[index];
-                segment.highlight = Chart.defaults.global.segmentHighlightColorDefaults[index];                                
+                               segment.color = Chart.defaults.global.segmentColorDefault[index];
+                               segment.highlight = Chart.defaults.global.segmentHighlightColorDefaults[index];                         
                        }
                        this.segments.splice(index, 0, new this.SegmentArc({
                                value : segment.value,