summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/geo/charting/resources/data/series.json
blob: 7d0b807b3cd78d93d607bdb8c3fc8ea13a0c2e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"series": [{
		name: "Low sales state(0~$3.0M)",
		min: "0.0",
		max: "3.0",
		color: "#FFCE52"
	},
	{
		name: "Normal sales state($3.0M~$6.0M)",
		min: "3.0",
		max: "6.0",
		color: "#63A584"
	},
	{
		name: "High sales state($6.0M~$10.0M)",
		min: "6.0",
		max: "9.0",
		color: "#CE6342"
	}]
}