Add missing Data attribute for Treemap component

This commit is contained in:
Xinyang Li
2017-09-17 23:06:26 +08:00
committed by GitHub
parent d537c6b050
commit 755d4941fc
+1
View File
@@ -699,6 +699,7 @@ export interface TooltipProps {
export class Tooltip extends React.Component<TooltipProps> { }
export interface TreemapProps {
data: any[];
width: number;
height: number;
dataKey?: string;