Skip to content

Commit

Permalink
Merge pull request #18901 from nenoNaninu/rm_duplicate_extends
Browse files Browse the repository at this point in the history
fix(type): remove duplicate extends at `GraphNodeItemOption`
  • Loading branch information
plainheart committed Jul 18, 2023
2 parents 42cb0cc + 989c0b8 commit ab14d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/graph/GraphSeries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface GraphEdgeStatesMixin {
}

export interface GraphNodeItemOption extends SymbolOptionMixin, GraphNodeStateOption,
GraphNodeStateOption, StatesOptionMixin<GraphNodeStateOption, GraphNodeStatesMixin> {
StatesOptionMixin<GraphNodeStateOption, GraphNodeStatesMixin> {

id?: string
name?: string
Expand Down

0 comments on commit ab14d46

Please sign in to comment.