Skip to content

Commit 989c0b8

Browse files
committed
remove duplicate extends at GraphNodeItemOption
1 parent 111de66 commit 989c0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/graph/GraphSeries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ interface GraphEdgeStatesMixin {
8080
}
8181

8282
export interface GraphNodeItemOption extends SymbolOptionMixin, GraphNodeStateOption,
83-
GraphNodeStateOption, StatesOptionMixin<GraphNodeStateOption, GraphNodeStatesMixin> {
83+
StatesOptionMixin<GraphNodeStateOption, GraphNodeStatesMixin> {
8484

8585
id?: string
8686
name?: string

0 commit comments

Comments
 (0)