Recharts Typing Update

+ Many interfaces are partially shaped or wrongly shaped.
+ Replace tab with 4-spaces
This commit is contained in:
ZheyangSong
2017-11-07 16:37:43 -08:00
parent f0b1bb2464
commit bc20b02f4c
2 changed files with 743 additions and 651 deletions
+742 -651
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -97,6 +97,7 @@ class Component extends React.Component<{}, ComponentState> {
</LineChart>
<PieChart width={800} height={400}>
<Pie
dataKey="value"
activeIndex={this.state.activeIndex}
activeShape={renderActiveShape}
data={data}