Quickly view the organizational hierarchy of any account or contact. Identify key decision makers and influencers using this handy dashlet. Know where a given contact fits in or how an account is structured.
I agree SugarCRM default colour for the OrgChart component lines could be darker.
Customizing that colour for our dashlet will also change it for the standard 'Organization Chart' dashlet available on the Home page.
To change the line colour please follow these steps:
1. Open the file custom/themes/custom.less or create it if it does not exists.
2. Add this CSS style at the end of the file:
.sc-tree path.link {
stroke: #ddd;
}
You can use any colour other than #ddd
3. Save the changes
4. Run a Quick Rebuild and Repair
5. Clear your browser cache if the changes does not appear at once
To cancel your change just delete the 3 lines from the custom.less file.
SugarCRM original coulour is #f6f6f6 on a v11 instance.
Thanks for reaching to us, and let us know if you have further questions or ideas for this add-on.
"Installed without a hitch.
It can't handle really large organisational charts with few hundred records however but it does work well for the organisa..."
- jeremycockram
3 years ago
Hello chrislaird,
I agree SugarCRM default colour for the OrgChart component lines could be darker.
Customizing that colour for our dashlet will also change it for the standard 'Organization Chart' dashlet available on the Home page.
To change the line colour please follow these steps: 1. Open the file custom/themes/custom.less or create it if it does not exists. 2. Add this CSS style at the end of the file:
You can use any colour other than #ddd 3. Save the changes 4. Run a Quick Rebuild and Repair 5. Clear your browser cache if the changes does not appear at once
To cancel your change just delete the 3 lines from the custom.less file. SugarCRM original coulour is #f6f6f6 on a v11 instance.
Thanks for reaching to us, and let us know if you have further questions or ideas for this add-on.
Cheers, Laurent, Synolia Support Team