vendor/assets/javascripts/chart.js in flashgrid-ext-2.1.1 vs vendor/assets/javascripts/chart.js in flashgrid-ext-2.1.2

- old
+ new

@@ -2180,11 +2180,11 @@ //String - The colour of each segment stroke segmentStrokeColor : "rgba(255,255,255,1)", //Number - The width of each segment stroke - segmentStrokeWidth : 2, + segmentStrokeWidth : 1, //The percentage of the chart that we cut out of the middle. percentageInnerCutout : 50, //Number - Amount of animation steps @@ -2725,10 +2725,10 @@ //String - The colour of the stroke on each segement. segmentStrokeColor : "rgba(255,255,255,1)", //Number - The width of the stroke value in pixels - segmentStrokeWidth : 2, + segmentStrokeWidth : 1, //Number - Amount of animation steps animationSteps : 100, //String - Animation easing effect. \ No newline at end of file