vendredi 25 avril 2014

Color plots depending of value


Vote count:

0




How can I set color of a specific plot if your value is <= 3 in Highcharts? I'm trying to apply here.



jQuery("#container").highcharts({

"chart": {
"polar": true,
"type": "line"
},

"title": {
"text": "VIDA PESSOAL" },

"legend": {
"enabled": false
},

"pane": {
"size": "80%"
},

"xAxis": {
"categories": ["fam\u00edlia\/amigos","moradia","sa\u00fade","dinheiro",
"crescimento pessoal","crescimento profissional","lazer"],
"tickmarkPlacement": "on",
"lineWidth": 0
},

"yAxis": {
"tickInterval": 1,
"min": 0,
"max": 6
},

"plotOptions": {
"line": {
"lineWidth": 0
},
"series": {
"animation": false,
"color": "red"
}
},

"series": [{
"name": "Pontuação",
"data": [2,1,5,3,1,3,3],
"pointPlacement": 'on'
}]


asked 31 secs ago






Aucun commentaire:

Enregistrer un commentaire