Skip to content

Commit fc8b3cc

Browse files
committed
feat(sankey): remove nameKey type
1 parent 6567396 commit fc8b3cc

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/vchart-types/types/series/sankey/interface.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export type ISankeyLabelSpec = ILabelSpec & {
1515
limit?: number;
1616
};
1717
export interface ISankeySeriesSpec extends Omit<ISeriesSpec, 'data'>, IAnimationSpec<SankeyMark, SankeyAppearPreset> {
18-
nameKey: any;
1918
type: 'sankey';
2019
categoryField: string;
2120
valueField: string;

packages/vchart/src/series/sankey/interface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export type ISankeyLabelSpec = ILabelSpec & {
2424
};
2525

2626
export interface ISankeySeriesSpec extends Omit<ISeriesSpec, 'data'>, IAnimationSpec<SankeyMark, SankeyAppearPreset> {
27-
nameKey: any;
2827
type: 'sankey';
2928

3029
/**

0 commit comments

Comments
 (0)