Skip to content

Commit

Permalink
fix(chart): add chart wrapper border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
VicKun4937 committed Nov 5, 2024
1 parent 114f6dc commit 920604e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export class SheetCanvasFloatDomManagerService extends Disposable {
imageConfig.paintFirst = 'stroke';
imageConfig.strokeWidth = 1;
imageConfig.borderEnabled = false;
imageConfig.radius = 8;
}

const rect = new Rect(rectShapeKey, imageConfig);
Expand Down

0 comments on commit 920604e

Please sign in to comment.