Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
linkRace authored Mar 23, 2017
1 parent ad4c058 commit ab1a6cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/dist/DonutChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ var _react = require('react');

var _react2 = _interopRequireDefault(_react);

var _Arcs = require('./Arcs.js');
var _


s = require('./Arcs.js');

var _Arcs2 = _interopRequireDefault(_Arcs);

Expand Down Expand Up @@ -202,6 +205,7 @@ var DonutChart = function (_Component) {
className: arcsClassName,
data: checkData,
width: graphWidth,
colors: colors,
emptyColor: emptyColor,
strokeColor: strokeColor,
colorFunction: colorFunction,
Expand Down Expand Up @@ -298,4 +302,4 @@ DonutChart.defaultProps = {
return selected ? item : null;
},
legend: true
};
};

0 comments on commit ab1a6cd

Please sign in to comment.