Skip to content

Commit ab14d46

Browse files
authored
Merge pull request #18901 from nenoNaninu/rm_duplicate_extends
fix(type): remove duplicate extends at `GraphNodeItemOption`
2 parents 42cb0cc + 989c0b8 commit ab14d46

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)