Open liuhaosheng opened 2 years ago
5.3.0
No response
option = { title: { text: 'Basic Radar Chart' }, legend: { data: ['Allocated Budget', 'Actual Spending'] }, radar: { // shape: 'circle', indicator: [ { name: 'Administration', max: 6500 }, { name: 'Administration', max: 16000 }, { name: 'Information Technology', max: 30000 }, { name: 'Customer Support', max: 38000 }, { name: 'Development', max: 52000 }, { name: 'Marketing', max: 25000 } ], axisName: { color: "red", width: 10, overflow: "truncate", }, }, series: [ { name: 'Budget vs spending', type: 'radar', data: [ { value: [4200, 3000, 20000, 35000, 50000, 18000], name: 'Allocated Budget' }, { value: [5000, 14000, 28000, 26000, 42000, 21000], name: 'Actual Spending' } ] } ] };
axisName 设置 width: 10, 和 overflow: "truncate", 完全不起作用
axisName 设置 width: 10, 和 overflow: "truncate", 应该超出部分默认显示 ...
- OS: intel i7 - Browser: 103.0.5060.114 - Framework: vue@2
+1
+2
Any have a alternative?
+10086, i have a this probleam.
+Number.MAX_VALUE
+1,the same probleam in v5.4.3
Version
5.3.0
Link to Minimal Reproduction
No response
Steps to Reproduce
option = { title: { text: 'Basic Radar Chart' }, legend: { data: ['Allocated Budget', 'Actual Spending'] }, radar: { // shape: 'circle', indicator: [ { name: 'Administration', max: 6500 }, { name: 'Administration', max: 16000 }, { name: 'Information Technology', max: 30000 }, { name: 'Customer Support', max: 38000 }, { name: 'Development', max: 52000 }, { name: 'Marketing', max: 25000 } ], axisName: { color: "red", width: 10, overflow: "truncate", }, }, series: [ { name: 'Budget vs spending', type: 'radar', data: [ { value: [4200, 3000, 20000, 35000, 50000, 18000], name: 'Allocated Budget' }, { value: [5000, 14000, 28000, 26000, 42000, 21000], name: 'Actual Spending' } ] } ] };
Current Behavior
axisName 设置 width: 10, 和 overflow: "truncate", 完全不起作用
Expected Behavior
axisName 设置 width: 10, 和 overflow: "truncate", 应该超出部分默认显示 ...
Environment
Any additional comments?
No response