Version
5.1.2
Steps to reproduce
xAxis: [
{
type: "category",
axisTick: {
alignWithLabel: true,
},
axisLabel: {
show: true,
width: 100,
height:30,
overflow: "break",
lineOverflow:'truncate',
interval: 0,
showMinLabel: false,
align: "center",
},
},
],
What is expected?
Displaying ellipsis by truncation of the height set
What is actually happening?
Set height text overflow, ellipsis not displayed
Version
5.1.2
Steps to reproduce
What is expected?
Displaying ellipsis by truncation of the height set
What is actually happening?
Set height text overflow, ellipsis not displayed