We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Change the color of ES tile

rahul_p
Regular Contributor II
Regular Contributor II

Dear Experts,

Greetings!!!

We are configuring the dashboard with redirection feature 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), 

  • The color shades mentioned below are applicable for only for Non-ES tiles and non-ES charts.

  • Colors are not configurable for any ES charts

Still checking if anyone has managed to change the color of ES tile/ ES Charts?

Thank you in advance.

Cheers,

Rahul

4 REPLIES 4

RakeshMG
Saviynt Employee
Saviynt Employee

Please try adding following attribute : "color":"#0000FF"

[{"tileType":1,"data":0,"displayName":"View Roles & Access","clickable":"yes","chartType":"","objectName":"","category":"","clickType":"analytics","color":"#0000FF"}]

or

[{"tileType":1,"data":0,"displayName":"View Roles & Access","clickable":"yes","chartType":"","objectName":"","className":"dashboard-stat yellow-crusta","category":"","clickType":"analytics","color":"#0000FF"}]

RakeshMG_0-1681901486207.png

 


​Regards

Rakesh M Goudar

dgandhi
All-Star
All-Star

Hi @rahul_p 

Can you try below and see if it works in your case?

Dashboard Details for Specifying Tile Colors

Key attributes in Chart Properties:

colorClass

Class to which the color belongs.

Sample value: dashboard-stat green-meadow

color

Number of the color.

Sample value: #990099

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

Yes it supports on ES Tile too.

Config

[{"tileType":1,"data":75,"displayName":"Active users with No managers","clickable":"yes","chartType":"icon-warning-sign","objectName":"Users_Without Managers","className":"dashboard-stat red-intense","clickType":"analytics","color":"#0000FF"}]

rushikeshvartak_0-1681961095227.png

rushikeshvartak_1-1681961117368.png

 

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

rahul_p
Regular Contributor II
Regular Contributor II

Thank you @rushikeshvartak @dgandhi @RakeshMG for your response.

All the response pointing to same solution which is working.

Thank you again.

 

Cheers,

Rahul