Color examples
data = {
color: "#FF0000", // red
color2: "#00FF00", // green
color3: "#0000FF" // blue
};
Template
Result

ODT
templateManage
: get#00FFFF
reference color, to be replaced by#FF0000
coming from the{d.color}
markerdynamic
: get#FF00FF
reference color, to be replaced by#00FF00
coming from the{d.color2}
markercolor
: get#0000FF
reference color in the background, to be replaced by#00FF00
coming from the{d.color3}
marker

Basic dynamic color result from
ODT
templateLast modified 1yr ago