I am using <cfchartseries type="pie"> tag correctly.
The pie looks great. However, I would like to use my own color
scheme. I haven't been successful entering my list of colors. I've
tried the folowing:
seriescolor=""##cc99cc;##cc0066;##999999;##cc9966;##cc99cc;##006600;## ffff00;##ff9900;##663399;##99ff66;##99ffff;##0000ff;##cc0033;##ff99cc"
and
seriescolor="##cc99cc,##cc0066,##999999,##cc9966,##cc99cc,##006600,##f fff00,##ff9900,##663399,##99ff66,##99ffff,##0000ff,##cc0033,##ff99cc"
Both give me the Color not supported error. MacromediaDocs say I can have 16 custom colors. What gives?
seriescolor=""##cc99cc;##cc0066;##999999;##cc9966;##cc99cc;##006600;## ffff00;##ff9900;##663399;##99ff66;##99ffff;##0000ff;##cc0033;##ff99cc"
and
seriescolor="##cc99cc,##cc0066,##999999,##cc9966,##cc99cc,##006600,##f fff00,##ff9900,##663399,##99ff66,##99ffff,##0000ff,##cc0033,##ff99cc"
Both give me the Color not supported error. MacromediaDocs say I can have 16 custom colors. What gives?