Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<tableBackgroundColors>
  <timeZone>PST</timeZone>
  <background startTime="07:00:00" endTime="23:00:00" dayOfWeek="Sunday" color="gray80"/>
  <background startTime="07:00:00" endTime="23:00:00" dayOfWeek="Monday" color="gray80"/>
  ...
  <background startTime="07:00:00" endTime="23:00:00" dayOfWeek="Saturday" color="gray80"/>
</tableBackgroundColors>

defaultColorsList

Since 2021.01 it is possible to a just the default colors. A default color is used when no color is configured for a a series or to prevent duplicate colors for non-predefined plots. The colors are used in the order as configured. The list below is used when no default colors are configured.

Code Block
xml
xml
<defaultColorList>
    <color>blue</color>
    <color>red</color>
    <color>green</color>
    <color>aquamarine</color>
    <color>brown</color>
    <color>cadet blue</color>
    <color>coral</color>
    <color>cornflower blue</color>
    <color>cyan</color>
    <color>dark goldenrod</color>
    <color>dark green</color>
    <color>deep pink</color>
    <color>deep sky blue</color>
    <color>firebrick</color>
    <color>gold</color>
    <color>light coral</color>
    <color>blue violet</color>
    <color>magenta</color>
    <color>medium orchid</color>
    <color>medium violet red</color>
    <color>medium spring green</color>
    <color>orange</color>
    <color>royal blue</color>
    <color>sea green</color>
    <color>sky blue</color>
    <color>violet</color>
    <color>chocolate</color>
</defaultColorList>

Parameters display configuration

...