08/31/2023 12:30 AM
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),
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.
Solved! Go to Solution.
08/31/2023 12:50 AM
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"}]