dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
21 lines (20 loc) • 298 B
JSON
{
"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"
}]
}