Skip to content

Commit

Permalink
fix(tree): change symbol type. close #17946
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Cheptea committed Dec 15, 2022
1 parent b76eff2 commit 4b4a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/tree/TreeSeries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface TreeSeriesLeavesOption

export interface TreeSeriesOption extends
SeriesOption<TreeSeriesStateOption, TreeStatesMixin>, TreeSeriesStateOption,
SymbolOptionMixin, BoxLayoutOptionMixin, RoamOptionMixin {
SymbolOptionMixin<CallbackDataParams>, BoxLayoutOptionMixin, RoamOptionMixin {
type?: 'tree'

layout?: 'orthogonal' | 'radial'
Expand Down

0 comments on commit 4b4a732

Please sign in to comment.