ISSUE-21970: make TotalDataAssetsWidget a stacked graph (#22012)

Co-authored-by: Antoine Glacet <glacet.antoine@kansai-airports.co.jp>
This commit is contained in:
AntoineGlacet 2025-07-01 18:10:53 +09:00 committed by GitHub
parent d400da478f
commit 32471b095e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,6 +231,7 @@ const TotalDataAssetsWidget = ({
fill={entityChartColor(i) ?? getRandomHexColor()}
key={label}
name={label}
stackId="data"
stroke={entityChartColor(i) ?? getRandomHexColor()}
/>
))}