LijaHarris
7 months agoQrew Cadet
Document Template not showing Rich Text Formula Field Pie Chart
Hello everyone, I have a rich text formula field that I would like to show on the Document Template - what is interesting is that the "legend" is showing but not the pie chart itself. I am wonderin...
- 6 months ago
Replace the color section with this one:
var text ACOL = "#87CEFA"; // LightSkyBlue var text BCOL = "#FFD700"; // Gold var text CCOL = "#FF69B4"; // HotPink var text DCOL = "#BA55D3"; // MediumOrchid var text ECOL = "#6495ED"; // CornflowerBlue var text FCOL = "#32CD32"; // LimeGreen var text GCOL = "#FFFF00"; // Yellow var text HCOL = "#9400D3"; // DarkViolet var text ICOL = "#FF0000"; // Red var text JCOL = "#FFA500"; // OrangeProblem in existing formula is space after each color name.