mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 23:14:00 +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()}
|
fill={entityChartColor(i) ?? getRandomHexColor()}
|
||||||
key={label}
|
key={label}
|
||||||
name={label}
|
name={label}
|
||||||
|
stackId="data"
|
||||||
stroke={entityChartColor(i) ?? getRandomHexColor()}
|
stroke={entityChartColor(i) ?? getRandomHexColor()}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user