我没有得到正确的日期在x轴的我得到6月3日的日期后,6月9日在x轴上。。我用剑道用户界面在角我附加代码沙盒链接。https://codesandbox.io/s/cranky-paper-7sq8s8?file=/src/app/app.component.ts:1550-1578
6月2日之后,我想知道怎么才能得到6月3日的答案。
我没有得到正确的日期在x轴的我得到6月3日的日期后,6月9日在x轴上。。我用剑道用户界面在角我附加代码沙盒链接。https://codesandbox.io/s/cranky-paper-7sq8s8?file=/src/app/app.component.ts:1550-1578
6月2日之后,我想知道怎么才能得到6月3日的答案。
1条答案
按热度按时间rqmkfv5c1#
如果你将
{ RequestedUpdatedDate: "Jun 03", RequestCount: null },
添加到newRequestChartData,它应该会显示出来。https://codesandbox.io/s/vibrant-mcclintock-7l8g8w?file=/src/app/app.component.ts:550-568
Kendo首先从newRequestChartData创建x轴标签,然后在最后从ModificationRequestChartData添加所需的任何其他x轴标签。
如果可能的话,您可以尝试让两个数据集都具有匹配的categoryField,并且其值为空。