list of marker color symbols and sizes in jsl
Hi all,I would like to select some markers for selected rows in JSL. So this works: dt<<select where (:col== 11);
dt<<colors("Blue")<<Markers("star")<<Label;
However I had to guess that "Red" was an available color, "star" was a possible symbol and I have not guessed so far how to change the marker size. Is there a list available in some manual for these options?So what I am looking for is the ref...