We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42cb0cc + 989c0b8 commit ab14d46Copy full SHA for ab14d46
src/chart/graph/GraphSeries.ts
@@ -80,7 +80,7 @@ interface GraphEdgeStatesMixin {
80
}
81
82
export interface GraphNodeItemOption extends SymbolOptionMixin, GraphNodeStateOption,
83
- GraphNodeStateOption, StatesOptionMixin<GraphNodeStateOption, GraphNodeStatesMixin> {
+ StatesOptionMixin<GraphNodeStateOption, GraphNodeStatesMixin> {
84
85
id?: string
86
name?: string
0 commit comments