We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d30ad commit de5aad5Copy full SHA for de5aad5
test/index.html
@@ -92,6 +92,8 @@ <h2>Visual Testing in Browser</h2>
92
document.write("<b>Get Colors For a specific number:</b>");
93
var series = cb.getSeries();
94
var colorCodes = cb.getColorCodes();
95
+
96
+ // create table
97
for(var c = 0; c < colorCodes.length; c++) {
98
cb.setColorCode(colorCodes[c]);
99
document.write("<b>Color Code set to</b> " + cb.getColorCode());
0 commit comments