lhywell edited a comment on issue #6691:
URL: https://github.com/apache/echarts/issues/6691#issuecomment-1000122013
```
option = {
xAxis: {
data: ['a', 'b', 'c', 'd']
},
yAxis: {
},
series: [{
type: 'line',
data:[1, 10, 4, 3],
markPoint: {
data: [{
type: 'min',
itemStyle: {
normal: {
color: 'green'
}
}
}]
}
},{
type: 'line',
data:[1.1, 10, 4, 3],
markPoint: {
data: [{
type: 'min',
itemStyle: {
normal: {
color: 'green'
}
}
}]
}
}]
};
```
5.0版本以上数字1,1.1穿透过去了,4.9.0版本是可以的
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]