// RECOMMENDED: Leave BlendQuestionColors Uncommented to interpolate between startColor and endColor (defined above). BlendQuestionColors(1340, startColor, endColor); // Advanced: Comment Out BlendQuestionColors and uncomment the following lines to manually set bar colors. // AnswerFromID(1340, 5566).Color = "#0000CC"; // (Zelda: Ocarina of Time) // AnswerFromID(1340, 5567).Color = "#660066"; // (Diablo II) // Options: QuestionID, Width, Legend, BackColor(hex or named), ForeColor(hex or named), Title, Labels, sort (0 = default, 1 = Descending, 2 = Ascending), ShowFrequency // showPieChart(1340, 200, true, chartBGColor, chartFGColor, false, true, 0, false); // Options: QuestionID, height, barWidth, Legend, ShowCountLabel, sort (0 = default, 1 = Descending, 2 = Ascending), ShowFrequency // showBarGraphVertical(1340, 40, 20, true, true, 0, false); // Options: QuestionID, Width, BarHeight, Legend, AnswerLabels, ShowCountLabel, sort (0 = default, 1 = Descending, 2 = Ascending), ShowFrequencyCount showBarGraphHorizontal(1340, 500, 15, false, true, true, 0, true); Zelda: Ocarina of Time9748
Diablo II9955
This paste messed up and now I'm posting it to see what it will look like.
Edit: Awesome, if you sift through that you'll see diablo is winning zelda.
You can't stop evil.