React
Is new design vision part implemented using new tokens?
React
Is new design vision part implemented using new tokens?
Name |
Description |
Type |
Default |
---|---|---|---|
chart? |
Chart configuration object needed for render the card chart. |
TreemapChartCardProps |
undefined |
empty? |
Sets empty state of chart with default message or you can define custom message |
boolean | { message: ReactNode } |
undefined |
error? |
Sets empty state of chart with default message or you can define custom message |
boolean | { message: ReactNode } |
undefined |
id |
Card id, used internally for AA |
string |
- |
menuActions? |
Collection of actions rendered inside the top right dropdown menu |
ChartCardActions |
undefined |
loading? |
Show skeleton loader |
boolean |
undefined |
subtitle? |
Card subtitle rendered in the card header. Ellipsis is set to render two lines. A width has to be defined in the parent component in order the text-overflow works properly. |
string |
undefined |
title |
Card title rendered in the card header. Ellipsis is set to render one line. A width has to be defined in the parent component in order the text-overflow works properly. |
string |
- |