chartColors

Contents

This query allows administrators access to the defined enterprise chart colors.

This query is only accessible to enterprise administrators.

Results are sorted by each colors precedence: i.e.: the first color will correspond to the first series in a chart, etc. Results will be returned as a list of hex codes.

If chart colors have not yet been explicitly configured in the enterprise, then the enterprise is using the HighCharts default colors which the API will explicitly return.

Example

{
    chartColors
}
{
  "data": {
    "chartColors": [
      "#7cb5ec",
      "#434348",
      "#90ed7d",
      "#f7a35c",
      "#8085e9",
      "#6fa2d4",
      "#55555a",
      "#81d570",
      "#de9252",
      "#7377d1",
      "#6390bc",
      "#68686c",
      "#73bd64",
      "#c58249",
      "#666aba",
      "#567ea5",
      "#7b7b7e",
      "#64a557",
      "#ac7240",
      "#595da3",
      "#4a6c8d",
      "#8e8e91",
      "#568e4b",
      "#946137",
      "#4c4f8b",
      "#3e5a76",
      "#a1a1a3",
      "#48763e",
      "#7b512e",
      "#404274",
      "#31485e",
      "#b3b3b5",
      "#395e32",
      "#624124",
      "#33355d",
      "#253646",
      "#c6c6c8",
      "#2b4725"
    ]
  }
}
Updated on September 9, 2025

Related Articles