mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
ISSUE-21970: make TotalDataAssetsWidget a stacked graph (#22012)
Co-authored-by: Antoine Glacet <glacet.antoine@kansai-airports.co.jp>
This commit is contained in:
parent
d400da478f
commit
32471b095e
@ -231,6 +231,7 @@ const TotalDataAssetsWidget = ({
|
||||
fill={entityChartColor(i) ?? getRandomHexColor()}
|
||||
key={label}
|
||||
name={label}
|
||||
stackId="data"
|
||||
stroke={entityChartColor(i) ?? getRandomHexColor()}
|
||||
/>
|
||||
))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user