I have customized the specific colors that I want displayed on a sales pipeline. It works great as long I have open opportunities in each phase. The problem occurs when there are no open opportunities in one or more phases.
I need the final phase to be green, but the system automatically fills the color from the top down. An okay solution would be finding a way to fill the colors from the bottom up. The best solution would be assigning specific colors to specific phases.
Thanks!
Here is the section of my current code:
<presentationdescription>
<Chart Palette="None" PaletteCustomColors="254,0,0; 1,1,249; 169,101,162; 255,255,0; 2,166,79">
<Series>
<Series ShadowOffset="0" IsValueShownAsLabel="True" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" ChartType="Funnel" CustomProperties="FunnelLabelStyle=Outside, FunnelNeckHeight=0, FunnelPointGap=1, FunnelNeckWidth=5 ">
<SmartLabelStyle Enabled="True" />
</Series>
</Series>
<ChartAreas>
<ChartArea>
<Area3DStyle Enable3D="True" />
</ChartArea>
</ChartAreas>
<Legends>
<Legend Alignment="Center" LegendStyle="Table" Docking="right" IsEquallySpacedItems="True" Font="{0}, 11px" ShadowColor="0, 0, 0, 0" ForeColor="59, 59, 59" />
</Legends>
<Titles>
<Title Alignment="TopLeft" DockingOffset="-3" Font="{0}, 13px" ForeColor="0, 0, 0"></Title>
</Titles>
</Chart>
</presentationdescription>