<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/explore/help-forums/enterprise-professional/f/enterprise-professional-questions/5097/chart-color-scheme</link><description>It would be really nice to be able to adjust dashlet chart color schemes as an administrator without having to go to a developer to code it. Some of the defualt color scheme&amp;#39;s do not have enough variation.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/32257?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 14:04:57 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:62204342-3f67-4403-82e8-009c0b674a8a</guid><dc:creator>Rafael Fernandes</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/rifa"&gt;Chris Raffle&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;just as an FYI, I have added this to&amp;nbsp;our Developer Guide documentation:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://support.sugarcrm.com/documentation/sugar_developer/sugar_developer_guide_14.1/architecture/extensions/dropdownsstyle/"&gt;https://support.sugarcrm.com/documentation/sugar_developer/sugar_developer_guide_14.1/architecture/extensions/dropdownsstyle/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s more coming in the next releases, so when we finalize that I&amp;#39;ll add more to it as it becomes available.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/32014?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 12:27:03 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:d06121ae-18dd-495d-a35a-888c8c0b284d</guid><dc:creator>Rafael Fernandes</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/rifa"&gt;Chris Raffle&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;you are absolutely right, I&amp;#39;m trying to understand why that feature wasn&amp;#39;t documented, but if it is supposed to be, I&amp;#39;ll make sure to add that to our guides..&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for digging..&lt;/p&gt;
&lt;p&gt;rafa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/32011?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 10:32:18 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:86eb58d5-80d8-4a01-a852-a7ad57fac921</guid><dc:creator>Chris Raffle</dc:creator><description>&lt;p&gt;I was looking into an issue where some chart colors were the same for multiple dropdown options in a list. I was thinking it may be a customization affecting the issue, but what I found looks to be some new functionality introduced as part of the upgrade to 14.1.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks like on that upgrade, a new directory was added to the Extension framework:&lt;/p&gt;
&lt;p&gt;./custom/Extension/application/Ext/DropdownsStyle&lt;/p&gt;
&lt;p&gt;What I found in that directory is a file for each dropdown list in the format of &amp;lt;dropdown list name&amp;gt;_style.php (e.g.&amp;nbsp;call_status_dom_style.php) which has a color designation for each dropdown entry defined:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="php"&gt;&amp;lt;?php
 // created: 2024-09-27 20:27:37

$app_dropdowns_style[&amp;#39;call_status_dom_style&amp;#39;]=array (
  &amp;#39;Scheduled&amp;#39; =&amp;gt;
  array (
    &amp;#39;backgroundColor&amp;#39; =&amp;gt; &amp;#39;#517bf8&amp;#39;,
  ),
  &amp;#39;Held&amp;#39; =&amp;gt;
  array (
    &amp;#39;backgroundColor&amp;#39; =&amp;gt; &amp;#39;#00e0e0&amp;#39;,
  ),
  &amp;#39;Canceled&amp;#39; =&amp;gt;
  array (
    &amp;#39;backgroundColor&amp;#39; =&amp;gt; &amp;#39;#36b0ff&amp;#39;,
  ),
);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I confirmed that adding / removing entries from a dropdown list&amp;nbsp;modifies the respective file. While it isn&amp;#39;t UI-accessible, it does at least provide a safer way to modify chart colors where you are grouping by dropdown lists.&lt;/p&gt;
&lt;p&gt;&lt;a href="/members/rafael-fernandes"&gt;Rafael Fernandes&lt;/a&gt;&amp;nbsp;- are there plans to add information about this to the Extension framework documentation in the developer guide?&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/31694?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 08:12:26 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:bdd7bda0-c712-4af0-91b6-c8cf2c77aabe</guid><dc:creator>Peter Fuhrmann</dc:creator><description>[quote userid="3731" url="~/explore/help-forums/enterprise-professional/f/enterprise-professional-questions/5097/chart-color-scheme/24779"]selection of different themes you could pick from and then have a custom option.[/quote]
&lt;p&gt;I would wish to have this in the personal profile settings, as every user has different preferences.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/31668?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 19:44:42 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:b2f8af56-5884-479a-b12c-6f99301ccdf5</guid><dc:creator>Andr&amp;#233; Lopes</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/anassi"&gt;Alex Nassi&lt;/a&gt;&amp;nbsp;, I would love to contribute to this improvement since several customers here in Brazil ask exactly the same feature.&lt;/p&gt;
&lt;p&gt;Let me know if you would like an extra hand in this challenge.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/31667?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 19:25:14 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:7d629262-ef13-4a95-9667-01181d4ddfa1</guid><dc:creator>Alex Nassi</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry, but this idea has been reopened since it was not fully implemented. We now have consistent chart coloring, but the chart colors are not yet configurable. Please continue to refer to Idea 46555 for the configuration options request.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/31629?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 18:19:17 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:0f3e18db-6451-4d37-a110-dec1abc562f1</guid><dc:creator>Alex Nassi</dc:creator><description>&lt;p&gt;Good news! This Idea that &lt;a href="/members/brendarossetto307961"&gt;Brenda Rossetto&lt;/a&gt;&amp;nbsp;referenced has been implemented in the most recent Sugar release, &lt;a href="https://sugarclub.sugarcrm.com/explore/product-updates/b/sugar-sell-updates/posts/sugar-sell-q3-2024-is-live"&gt;Sugar Sell Q3 2024&lt;/a&gt;&amp;nbsp;. Please see the release notes for additional information:&amp;nbsp;&lt;a href="https://support.sugarcrm.com/documentation/sugar_versions/14.1/sell/sugar_14.1.0_release_notes/#Reports"&gt;https://support.sugarcrm.com/documentation/sugar_versions/14.1/sell/sugar_14.1.0_release_notes/#Reports&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/24779?ContentTypeID=1</link><pubDate>Tue, 07 Sep 2021 07:31:49 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:b1e13d72-06e9-4575-9e8d-9226427ed73f</guid><dc:creator>Andrew Yeates</dc:creator><description>&lt;p&gt;Hi Leaya, i&amp;#39;m with you here -&amp;nbsp;I work in Presales at Sugar and this comes up quite a bit. Be great if there was a selection of different themes you could pick from and then have a custom option.&lt;/p&gt;
&lt;p&gt;In the meantime, here is an example custom.less file you can use to edit the colours. It needs to be put in the instance name/custom/themes directory of your instance. You will need to check/match up the elements to your instance but it might point you in the right direction.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="less"&gt;@cstm_purple1 : #5955a5;
@cstm_purple2 : #42468c;
@cstm_purple3: #7b7da6;
@cstm_purple4: #606ba6;
@cstm_purple5: #a4a6bf;
@cstm_purple6: #e6e6f2;
@cstm_purple7: #f5f5f5;
@cstm_purple8: #9997c9;
@cstm_purple9: #8c88d8;
@cstm_purple10: #5955a5;
@cstm_purple11: #353262;
@cstm_purple11: #474483;
@cstm_purple12: #a5a1f1;
@cstm_purple13: #6955a5;
@cstm_purple14: #7955a5;
@cstm_white: #ffffff;
@cstm_grey1: #747474;
@cstm_grey2: #d9d4d0;

// @mint =&amp;gt; @sc-fill00, @sc-stroke00
.sc-fill00, .sc-stroke00 {
  fill: @cstm_purple1;
  background-color: @cstm_purple1;
  color:  @cstm_purple1;
  stroke:  @cstm_purple1;
}
// @green =&amp;gt; @sc-fill01, @sc-stroke01
.sc-fill01, .sc-stroke01 {
  fill: @cstm_purple4;
  background-color: @cstm_purple4;
  color:  @cstm_purple4;
  stroke:  @cstm_purple4;
}
// @army =&amp;gt; @sc-fill02, @sc-stroke02
.sc-fill02, .sc-stroke02 {
  fill: @cstm_grey1;
  background-color: @cstm_grey1;
  color:  @cstm_grey1;
  stroke:  @cstm_grey1;
}
// @yellow =&amp;gt; @sc-fill03, @sc-stroke03
.sc-fill03, .sc-stroke03 {
  fill: @cstm_purple5;
  background-color: @cstm_purple5;
  color:  @cstm_purple5;
  stroke:  @cstm_purple5;
}
// @orange =&amp;gt; @sc-fill04, @sc-stroke04
.sc-fill04, .sc-stroke04 {
  fill: @cstm_purple8;
  background-color: @cstm_purple8;
  color:  @cstm_purple8;
  stroke:  @cstm_purple8;
}
// @red =&amp;gt; @sc-fill05, @sc-stroke05
.sc-fill05, .sc-stroke05 {
  fill: @cstm_purple2;
  background-color: @cstm_purple2;
  color:  @cstm_purple2;
  stroke:  @cstm_purple2;
 }
// @pink =&amp;gt; @sc-fill06, @sc-stroke06
.sc-fill06, .sc-stroke06 {
  fill: @cstm_purple9;
  background-color: @cstm_purple9;
  color:  @cstm_purple9;
  stroke:  @cstm_purple9;
}
// @purple =&amp;gt; @sc-fill07, @sc-stroke07
.sc-fill07, .sc-stroke07 {
  fill: @cstm_grey2;
  background-color: @cstm_grey2;
  color:  @cstm_grey2;
  stroke:  @cstm_grey2;
}
// @night =&amp;gt; @sc-fill08, @sc-stroke08
.sc-fill08, .sc-stroke08 {
  fill: @cstm_purple10;
  background-color: @cstm_purple10;
  color:  @cstm_purple10;
  stroke:  @cstm_purple10;
}
// @blue =&amp;gt; @sc-fill09, @sc-stroke09
.sc-fill09, .sc-stroke09 {
  fill: @cstm_purple3;
  background-color: @cstm_purple3;
  color:  @cstm_purple3;
  stroke:  @cstm_purple3;
}
//@ocean =&amp;gt; @sc-fill10, @sc-stroke10
.sc-fill10, .sc-stroke10 {
  fill: @cstm_purple11;
  background-color: @cstm_purple11;
  color:  @cstm_purple11;
  stroke:  @cstm_purple11;
}
//@pacific =&amp;gt; @sc-fill11, @sc-stroke11
.sc-fill11, .sc-stroke11 {
  fill: @cstm_purple12;
  background-color: @cstm_purple12;
  color:  @cstm_purple12;
  stroke:  @cstm_purple12;
}
//@teal =&amp;gt; @sc-fill12, @sc-stroke12
.sc-fill12, .sc-stroke12 {
  fill: @cstm_purple13;
  background-color: @cstm_purple13;
  color:  @cstm_purple13;
  stroke:  @cstm_purple13;
}
//@coral =&amp;gt; @sc-fill13, @sc-stroke13
.sc-fill13, .sc-stroke13 {
  fill: @cstm_purple14;
  background-color: @cstm_purple14;
  color:  @cstm_purple14;
  stroke:  @cstm_purple14;
}

.module-list .megamenu&amp;gt;.dropdown .module-name {
  color: @cstm_grey1;
}

.module-list .megamenu&amp;gt;.dropdown.active .module-name {
  color: @cstm_purple1;
  font-weight: 500;
  text-decoration: none;
  font-family: &amp;quot;OpenSans&amp;quot;, Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.navbar .megamenu&amp;gt;.dropdown:hover {
  background: @cstm_white;
  color: @cstm_purple1;
}

.navbar .megamenu&amp;gt;.dropdown.active .btn-group:not(.open):not(.home) {
  background-color: @cstm_white;
}

// Option 1
//.btn-primary {
//  color: #fff;
//  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
//  background-color: @cstm_purple2;
//  background-image: linear-gradient(to bottom, @cstm_purple1, @cstm_purple1);
//  background-repeat: repeat-x;
//  border-color: @cstm_purple1 @cstm_purple1 @cstm_purple2;
//  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
//}
//
//.btn-primary:not(.disabled):not(.btn-invisible):hover {
//  box-shadow: none;
//  border: solid 1px @cstm_purple4;
//  background: @cstm_purple3;
//};

// Option 2

.btn-primary {
  color: @cstm_purple1;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: @cstm_purple1;
  background-image: linear-gradient(to bottom, @cstm_white, @cstm_white);
  background-repeat: repeat-x;
  border-color: @cstm_purple1;
}

.btn-primary:not(.disabled):not(.btn-invisible):hover {
  box-shadow: none;
  border: solid 1px @cstm_purple2;
  background: @cstm_purple1;
}

.navbar .megamenu&amp;gt;.dropdown .dropdown-menu li a:focus, .navbar .megamenu&amp;gt;.dropdown .dropdown-menu li a:hover {
  color: #fff;
  background: @cstm_purple1;
}

a, a:hover{
  color: @cstm_purple1;
}

.headerpane .btn-toolbar .btn-group .btn:not(.btn-primary), .headerpane .btn-toolbar .btn-group .btn:not(.btn-primary).dropdown-toggle .fa {
  color:@cstm_purple1;
}

.dropdown-menu li&amp;gt;a:hover, .dropdown-menu li&amp;gt;a:focus, .dropdown-menu li&amp;gt;button:hover, .dropdown-menu li&amp;gt;button:focus, .dropdown-menu li&amp;gt;span&amp;gt;button:hover, .dropdown-menu li&amp;gt;span&amp;gt;button:focus, .dropdown-menu li&amp;gt;span&amp;gt;a:hover, .dropdown-menu li&amp;gt;span&amp;gt;a:focus, .dropdown-menu .active&amp;gt;a, .dropdown-menu .active&amp;gt;span&amp;gt;a, .dropdown-menu .active&amp;gt;a:hover, .dropdown-menu .active&amp;gt;a:focus, .dropdown-menu .active&amp;gt;span&amp;gt;a:hover, .dropdown-menu .active&amp;gt;span&amp;gt;a:focus {
  color: #fff;
  text-decoration: none;
  background: @cstm_purple1;
  filter: none;
}

.btn.btn-link {
  color: @cstm_purple1;
}

.btn-group .dropdown-toggle:active .btn.btn-primary.dropdown-toggle, .btn-group.open .btn.btn-primary.dropdown-toggle {
  background-color: @cstm_purple1;
}

.filter-view .choice-related, .filter-view .choice-filter {
  background: @cstm_purple1;
}

.megamenu&amp;gt;.dropdown .btn-group:not(.open)&amp;gt;.btn:focus, .megamenu&amp;gt;.dropdown .btn-group:not(.open) .btn.module-name:focus {
  outline: dotted 1px @cstm_purple1;
}

.module-list .megamenu&amp;gt;.dropdown .module-name:focus, .module-list .megamenu&amp;gt;.dropdown .module-name:hover {
  color: @cstm_purple1;
}

a:link, a:visited {
  color: @cstm_purple1;
}

.btn.btn-link:not(.disabled):hover {
  color: @cstm_purple1;
}

.btn&amp;gt;.fa {
  color: @cstm_purple1;
}

.navbar .megamenu&amp;gt;.dropdown:hover .btn-group&amp;gt;.btn, .navbar .megamenu&amp;gt;.dropdown:hover .btn-group&amp;gt;.btn:hover {
  color: @cstm_purple1;
}

.select2-results li div:hover, .select2-results .select2-highlighted {
  background: @cstm_purple1;
}

textarea:focus, input[type=&amp;quot;text&amp;quot;]:focus, input[type=&amp;quot;password&amp;quot;]:focus, input[type=&amp;quot;datetime&amp;quot;]:focus, input[type=&amp;quot;datetime-local&amp;quot;]:focus, input[type=&amp;quot;date&amp;quot;]:focus, input[type=&amp;quot;month&amp;quot;]:focus, input[type=&amp;quot;time&amp;quot;]:focus, input[type=&amp;quot;week&amp;quot;]:focus, input[type=&amp;quot;number&amp;quot;]:focus, input[type=&amp;quot;email&amp;quot;]:focus, input[type=&amp;quot;url&amp;quot;]:focus, input[type=&amp;quot;search&amp;quot;]:focus, input[type=&amp;quot;tel&amp;quot;]:focus, input[type=&amp;quot;color&amp;quot;]:focus, .uneditable-input:focus {
  border-color: @cstm_purple1 !important;
}

footer .logo img {
  max-height: 29px;
}
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/24755?ContentTypeID=1</link><pubDate>Thu, 02 Sep 2021 15:43:20 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:11eeff06-180d-4ae3-aacf-1d8ea85ee80f</guid><dc:creator>Michael Attea</dc:creator><description>&lt;p&gt;this enhancement seems like a no brainers that nearly all sugar users would want to see in play.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And really shouldn&amp;#39;t be too complex? Not sure why it&amp;nbsp; hasn&amp;#39;t been implemented.&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chart Color Scheme</title><link>https://sugarclub.sugarcrm.com/thread/24746?ContentTypeID=1</link><pubDate>Thu, 02 Sep 2021 14:05:45 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3deca870-4844-496f-83ff-712b419cac97</guid><dc:creator>Brenda Rossetto</dc:creator><description>&lt;p&gt;Hi Leaya, that would definitely be helpful! There is actually an open enhancement request for this feature: &lt;a href="https://portal.sugarondemand.com/#supp_Bugs/46555"&gt;bug #46555&lt;/a&gt;. If you want to share your desire for the feature, you could contact Support so they can add your request for tracking purposes. Then&amp;nbsp;Sugar will have a more accurate understanding of how many people are interested. &lt;span class="emoticon" data-url="https://sugarclub.sugarcrm.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Brenda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>