Charts are drawn using seven predefined colors for the lines and seven fill colors for the box below the chart. Their values for the selected control can be changed by typing the definition in JSON format in the Configuration
field.
Example configuration:
{ "borderColors": [ "rgb(54, 162, 235)", "rgb(255, 99, 132)", "rgb(75, 192, 192)", "rgb(255, 159, 64)", "rgb(153, 102, 255)", "rgb(255, 205, 86)", "rgb(201, 203, 207)" ], "areaColors": [ "rgba(54, 162, 235, 0.2)", "rgba(255, 99, 132, 0.2)", "rgba(75, 192, 192, 0.2)", "rgba(255, 159, 64, 0.2)", "rgba(153, 102, 255, 0.2)", "rgba(255, 205, 86, 0.2)", "rgba(201, 203, 207, 0.2)" ], "multipliers": [] }