Change Color of ES Tile

void0703
New Contributor II
New Contributor II

Hi Experts,

We are configuring the dashboard , so we have used ES-Tile, we are using green color for the tiles but its getting automatically red color once converted to ES-Tile.

We got the below note from Saviynt Dashboard document(https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter19-Dashboards/Dashboards.htm), 

void0703_1-1693466975542.png

 So we have Managed to do the Color tile to green , but is it possible to change the color of the RELOAD button if yes Please help.

 

Thank you in advance.

1 REPLY 1

void0703
New Contributor II
New Contributor II

I got the solution i used 

[{"tileType":,"data":,"displayName":"","clickable":"","chartType":"","objectName":"","className":"","category":"","clickType":"","color":"green"}]

Instead of this use the below code it will work
[{"tileType":,"data":,"displayName":"","clickable":"","chartType":"","objectName":"","className":"","category":"","clickType":"","colorClass":"dashboard-stat green-dark"}]