Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom committed Oct 21, 2024
1 parent a19f4e7 commit 376f48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/d3/renderer/hooks/useSeries/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export type PreparedTreemapSeries = {
padding: number;
allowOverlap: boolean;
html: boolean;
align: 'left' | 'center' | 'right';
align: Required<Required<TreemapSeries>['dataLabels']>['align'];
};
layoutAlgorithm: `${LayoutAlgorithm}`;
} & BasePreparedSeries &
Expand Down

0 comments on commit 376f48d

Please sign in to comment.