Vertical singleaxis position#13904
Conversation
|
Thanks for your contribution! The pull request is marked to be |
|
This change will put the axis in the center of rect, which is not expected I think. The axis should be on the left when vertical, as it should be on the bottom when horizontal. Also, I noticed the issue is about the NaN value in SVG render mode. I'm not sure about the relationship between this fix and the issue. |
@pissang {
id: idx,
orient: 'vertical',
top: 6,
//bottom:0,
type: 'category',
boundaryGap: false,
data: hours,
left: idx * (100),
//height: 80,
axisLabel: {
interval: 2
},
width: 400,
position: 'left'
} |
@pissang The simple way to solve this issue it's add a new option PS: only for |
Brief Information
This pull request is in the type of:
What does this PR do?
The
widthofrectshould have affect on verticalsingle axislayour.Fixed issues
Close #13784
Details
Before: What was the problem?
After: How is it fixed in this PR?
Usage
Are there any API changes?
Related test cases or examples to use the new APIs
NA.
Others
Merging options
Other information