Merge pull request #3686 from backstage/disable-product-chart-animation
fix(cost-insights): Disable animation for product breakdown chart
This commit is contained in:
@@ -130,6 +130,7 @@ export const CostOverviewByProductChart = ({
|
||||
return ['Other', ...sortedProducts].map((product, i) => (
|
||||
<Area
|
||||
dataKey={product}
|
||||
isAnimationActive={false}
|
||||
stackId="1"
|
||||
stroke={theme.palette.dataViz[sortedProducts.length - i]}
|
||||
fill={theme.palette.dataViz[sortedProducts.length - i]}
|
||||
|
||||
Reference in New Issue
Block a user