我使用的是Kendo的范围图,我希望在图的底部显示x轴标签(“月份”),但是它在中心和底部都出现了两次。
有什么想法我想念的吗?
图表:
轴标记:
<kendo-chart-category-axis>
<kendo-chart-category-axis-item [labels]="{ rotation: 'auto' }" [title]="{ text: 'Months' }">
<kendo-chart-category-axis-item-labels position="start">
</kendo-chart-category-axis-item-labels>
</kendo-chart-category-axis-item>
</kendo-chart-category-axis>
在此处查看plnkr: https://plnkr.co/edit/qdOmYYAwFUHvxi9ldaiA?p=preview