{
  "title":{
    "text":"Fruit distribution",
    "style":"{font-size: 12px;}"
  },

	"elements":[
	{
		"type":      "area",
		"colour":    "#FA3D37",
		"fill":      "#FA3D37",
		"fill-alpha": 0.2,
		"text":      "Oranges",
		"width":     3,
		"font-size": 10,
		"dot-style": {
			"type":			"dot",
			"tip":			"Orange<br>#val#",
			"dot-size":		5},
		
		"loop":      true,
		"values" :   [3,3,9,9,9,3,3]
	},

	{
		"type":      "area",
		"colour":    "#C9C738",
		"fill":      "#C9C738",
		"fill-alpha": 0.2,
		"text":      "Limes",
		"width":     3,
		"font-size": 10,
		"dot-style": {
			"type":		"hollow-dot",
			"tip":		"Lime<br>#val#",
			"dot-size":	5},
		
		"loop":      true,
		"values" :   [9,9,3,3,3,9,9]
	}
  ],
  "radar_axis": {
    "max":         11,
    "stroke":      2,
    "colour":      "#A1D4B5",
    "grid-colour": "#C0DEBF"
  },

  "bg_colour": "#ffffff"
}