Merge pull request #3686 from backstage/disable-product-chart-animation

fix(cost-insights): Disable animation for product breakdown chart
This commit is contained in:
Tim
2020-12-10 20:02:55 -07:00
committed by GitHub
@@ -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]}