```js
series: [{
type: 'bar',
data:[220, -182, 191, 234, -290, 330, 310],
itemStyle: {
color: function (p) {
return p.value > 0 ? 'red' : 'green';
}
}
}]
```http://gallery.echartsjs.com/editor.html?c=xGWbfRNIcn&v=1 [ Full content available at: https://github.com/apache/incubator-echarts/issues/9109 ] This message was relayed via gitbox.apache.org for [email protected]
