JSL - How to Assign Marker Color based on Conditional Value
I am trying to figure out how to script marker colors to specific rows based on a conditional value within one of the columns. For instance, how would I make the marker color red for all rows with a "Hold Time" (column name) value of < 6 hours. Note that I know how to do this from within a graph/graph builder, but I am trying to figure out to put it in a script to pre-emptively search for all valu...