Skip to content

Commit

Permalink
fix: chart render type (#4853)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepper-nice committed Apr 3, 2023
1 parent 1ec5d0e commit 0f10bbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ export type ChartOptions = ViewComposition & {
type ChartProps = Concrete<ViewComposition>;

export interface Chart extends Composition, Mark {
render(): void;
node(): HTMLElement;
data: ValueAttribute<ChartProps['data'], Chart>;
width: ValueAttribute<ChartProps['width'], Chart>;
height: ValueAttribute<ChartProps['height'], Chart>;
Expand Down

0 comments on commit 0f10bbf

Please sign in to comment.