Skip to content
Kegan Holtzhausen edited this page Jun 8, 2015 · 2 revisions

Client Data Object

A json object consisting of:


{
  "metricName": {
    "charts": {
      "chart-name": {
        "chart": {
          "options": {
            "data": []
          }
        }
      }
    },
    "name": "metricName"
  },
  "something else": {
    "charts": [],
    "name": "something else"
  }
}

Clone this wiki locally