Skip to content

Commit

Permalink
Added type for D3Scaling Function issue elastic#63592 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvkurup committed Apr 29, 2020
1 parent 37c4b3e commit c16389f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plugins/vis_type_tagcloud/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ export interface LabelComponentState {
label: string;
shouldShowLabel: boolean;
}

export interface D3ScalingFunction {
linear: any;
log: any;
'square root': any;
}

0 comments on commit c16389f

Please sign in to comment.