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.
1 parent 111de66 commit 989c0b8Copy full SHA for 989c0b8
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