🐛 [BUG] 双轴图 设置 autoRotate: true 之后,存在旋转过的x轴文字把图例盖住的情况
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 591
- PR merge metrics
- No merged PRs in 30d
Description
### 双轴图 设置 autoRotate: true 之后,部分图表存在旋转过的x轴文字把图例盖住的情况
### 📷 Step to reproduce
在xAxis 中 设置 autoRotate
xAxis: {
label: {
autoRotate: true,
autoHide: true,
autoEllipsis: false,
},
},
### 🚑 Any additional [like screenshots]


Contributor guide
Research direction
Start by reproducing the dual-axis chart with the shown xAxis label settings, especially autoRotate, autoHide, and autoEllipsis. Trace the chart layout around rotated x-axis labels and the legend; done means rotated labels no longer cover the legend in the reported cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100