@pissang 好像还是不行。。
option = {
xAxis: {
data: ['2017-10-24', '2017-10-25', '2017-10-26', '2017-10-27']
},
yAxis: {
scale: true
},
backgroundColor : '#fff',
series: [{
type: 'k',
data: [
[97.05, 98.95, 99.00, 97.05],
[99.50, 98.50, 99.50, 98.15],
[97.50, 97.30, 98.50, 96.85],
[96.55, 97.25, 97.30, 95.75]
],
// data: [
// [20, 30, 10, 35],
// [40, 35, 30, 55],
// [33, 38, 33, 40],
// [40, 40, 32, 42]
// ],
itemStyle: {
color: '#fff',
color0: 'green',
borderColor: 'red',
borderColor0: 'green'
}
}]
};
[ Full content available at:
https://github.com/apache/incubator-echarts/issues/9121 ]
This message was relayed via gitbox.apache.org for [email protected]