Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
krkshitij committed Jan 29, 2025
1 parent eb776d6 commit 786dfec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ exports[`DeclarativeChart Should render donutchart in DeclarativeChart 1`] = `
height: 100%;
width: 100%;
}
style="width: 440px; height: 220px;"
style="height: 220px;"
>
<div
class=
Expand Down Expand Up @@ -24447,7 +24447,7 @@ exports[`DeclarativeChart Should render piechart in DeclarativeChart 1`] = `
height: 100%;
width: 100%;
}
style="width: 440px; height: 220px;"
style="height: 220px;"
>
<div
class=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Object {
"[class^=\\"arcLabel\\"]": Object {},
},
},
"width": 440,
"width": undefined,
}
`;

Expand Down Expand Up @@ -251,7 +251,7 @@ Object {
},
},
},
"width": 440,
"width": undefined,
}
`;

Expand Down

0 comments on commit 786dfec

Please sign in to comment.