{
  "title":{
    "text":"Ahhhh, sweet.",
    "style":"{font-size: 13px;}"
  },

  "elements":[
    {
      "type":      "line_hollow",
      "colour":    "#D41E47",
      "text":      "How I love thee",
      "font-size": 10,
      "width":     2,
      "dot-size":  6,
      "halo-size": 0,
      "loop":      true,
      "values" :   [4,4,4,4,4,3.5]
    }
  ],

  
  "radar_axis": {
    "max":         5,
    "stroke":      2,
    "colour":      "#A1D4B5",
    "grid-colour": "#C0DEBF",

    "labels":{
      "colour"  :"#ff0000",
      "labels": [
        "0","1","2",
        {"text":"3","colour":"#00D000"},
        "4",
        "5 Hello"
      ]
    }
  },

  "tooltip":{
    "mouse": 1
  }

}