StyleCode - Plot Color Pipeline
When plotting multiple series, each must receive its own recognizable color. This pipeline computes a color for each series
, using the color
.
- For N series, an N-color gradient is created from the
tileColor
. If series i hascolor: gradient
it uses color i from this gradient. - If the
color
property is a color, the corresponding series uses that color.