When creating a Graph portlet with a stacked bar with the data and Consistent Chart Colors enabled for portlet, the legend does not show the correct colors to match the graph
STEPS TO REPRODUCE:
SELECT
--DIM 1
@SELECT:DIM:USER_DEF:IMPLIED:PRJ:P.ODF_PK:PRJINTID@,
@SELECT:DIM_PROP:USER_DEF:IMPLIED:PRJ:P.NAME:PRJNAME@,
--DIM 2
@SELECT:DIM:USER_DEF:IMPLIED:TASK:T.PRID:TASKID@,
@SELECT:DIM_PROP:USER_DEF:IMPLIED:TASK:T.PRNAME:TASKNAME@,
@SELECT:DIM_PROP:USER_DEF:IMPLIED:TASK:T.PRWBSSEQUENCE:SORTORDER@,
@SELECT:DIM_PROP:USER_DEF:IMPLIED:TASK:100-T.PRWBSSEQUENCE:ALTSORTORDER@,
@SELECT:DIM_PROP:USER_DEF:IMPLIED:TASK:CASE t.prexternalid WHEN 'scoping' THEN 12
WHEN 'leadership_appr' THEN 14
WHEN 'inqueue' THEN 12
WHEN 'predesign' THEN 5
WHEN 'design' THEN 1
WHEN 'const_docs' THEN 1
WHEN 'plan_check' THEN 0
WHEN 'bid' THEN 2
WHEN 'construction' THEN 15
WHEN 'fitup' THEN 3
WHEN 'licensing' THEN 4
WHEN 'movein' THEN 3
WHEN 'closeout' THEN 17 ELSE T.PRWBSSEQUENCE+6 END:DISPCOLOR@,
--METRIC
@SELECT:METRIC:USER_DEF:IMPLIED:T.PRDURATION:TASKDURATION@
FROM PRTASK T
INNER JOIN ODF_PROJECT_V2 P ON P.ODF_PK = T.PRPROJECTID
AND P.ODF_PK = 5005004
WHERE @FILTER@
Expected Results: The portlet to have Legend colors that show the correct corresponding colors
Actual Results: The Legend colors do not match the Bar graph colors
Clarity 16.2.3, 16.3.0, 16.3.1
DE158136
Workaround: Set Use Consistent Colors = No - this would help show matching Legend colors however will not use the Consistent colors feature which is required