zeMingGit opened a new issue, #20173:
URL: https://github.com/apache/echarts/issues/20173
### Version
5.4.3
### Link to Minimal Reproduction
no
### Steps to Reproduce
const statisticsOptions = computed(() => {
return {
// grid: {
// top: '4%',
// left: '2%',
// right: '4%',
// bottom: '4%',
// containLabel: true
// },
tooltip: {
formatter: '{a} <br/>{b} : {c}'
},
angleAxis: {
type: 'category',
data: ["北", "北东北", "东北", "东东北", "东", "东东南", "东南", "南东南", "南", "南西南",
"西南", "西西南", "西", "西西北", "西北", "北西北"],
z: 0,
boundaryGap: false,
axisTick: {
alignWithLabel: true
},
axisLine: {
lineStyle: {
color: '#30465D'
}
},
splitLine: {
show: true
}
},
radiusAxis: {
axisLine: {
show: false
},
axisTick: {
show: false
},
axisLabel: {
formatter: '{value}%',
showMaxLabel: false,
color: '#30465D'
},
z: 10
},
series: [{
type: 'bar',
data: [6.16],
coordinateSystem: 'polar',
// name: '0.5m/s',
// stack: 'a'
}]
}
})
### Current Behavior

### Expected Behavior

help
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
--
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]