Skip to content

Commit

Permalink
fix(react-charting): Adding transform prop to svg rect (#33748)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmukher authored Jan 30, 2025
1 parent 18595df commit 5a9a15f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Adding transform prop to svg rect",
"packageName": "@fluentui/react-charting",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export class SVGTooltipText
width={(textWidth ?? 0) + 2 * PADDING}
height={(textHeight ?? 0) + 2 * PADDING}
fill={backgroundColor}
transform={textProps?.transform}
/>
<text
{...textProps}
Expand Down

0 comments on commit 5a9a15f

Please sign in to comment.