Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush2303 committed Dec 16, 2024
1 parent 3fe6fbc commit d0fe36f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,11 @@ exports[`HorizontalBarChartWithAxis snapShot testing renders showToolTipForYAxis
<rect
aria-label="1000. String One."
aria-labelledby="toolTipcallout0"
className=
{
opacity: ;
}
data-is-focusable={true}
fill="#0078d4"
height={32}
Expand Down Expand Up @@ -2739,6 +2744,11 @@ exports[`HorizontalBarChartWithAxis snapShot testing renders showYAxisLables cor
<rect
aria-label="1000. String One."
aria-labelledby="toolTipcallout0"
className=
{
opacity: ;
}
data-is-focusable={true}
fill="#0078d4"
height={32}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4389,6 +4389,11 @@ exports[`Horizontal bar chart with axis rendering Should render the Horizontal b
<rect
aria-label="1000. String One."
aria-labelledby="toolTipcallout0"
class=
{
opacity: ;
}
data-is-focusable="true"
fill="#0078d4"
height="32"
Expand All @@ -4403,6 +4408,11 @@ exports[`Horizontal bar chart with axis rendering Should render the Horizontal b
<rect
aria-label="5000. String Two."
aria-labelledby="toolTipcallout0"
class=
{
opacity: ;
}
data-is-focusable="true"
fill="#002050"
height="32"
Expand All @@ -4417,6 +4427,11 @@ exports[`Horizontal bar chart with axis rendering Should render the Horizontal b
<rect
aria-label="3000. String Three."
aria-labelledby="toolTipcallout0"
class=
{
opacity: ;
}
data-is-focusable="true"
fill="#00188f"
height="32"
Expand All @@ -4431,6 +4446,11 @@ exports[`Horizontal bar chart with axis rendering Should render the Horizontal b
<rect
aria-label="2000. String Four."
aria-labelledby="toolTipcallout0"
class=
{
opacity: ;
}
data-is-focusable="true"
fill="#0078d4"
height="32"
Expand Down

0 comments on commit d0fe36f

Please sign in to comment.