Skip to content

Commit

Permalink
AG-5716 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp100 committed Jan 8, 2024
1 parent 797744e commit 76129e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export function getRectConfig<
lineDash,
lineDashOffset,
fillShadow,
// @ts-expect-error Remove once corner radius is officially added
cornerRadius: format?.cornerRadius ?? cornerRadius,
topLeftCornerRadius,
topRightCornerRadius,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { PixelSize } from '../../agChartOptions';
import type { AgChartCallbackParams } from '../../chart/callbackOptions';
import type { AgDropShadowOptions } from '../../chart/dropShadowOptions';
import type { AgErrorBarOptions, AgErrorBarThemeableOptions } from '../../chart/errorBarOptions';
Expand Down

0 comments on commit 76129e9

Please sign in to comment.