Kendo UI chart not resizing?

后端 未结 6 1819
温柔的废话
温柔的废话 2021-01-17 23:55

\"enter

I have a Kendo ui chart which displays a column chart from a dynamic data sour

6条回答
  •  轮回少年
    2021-01-18 00:14

    When you have got all the necessary data in the controller you can call a Javascript CallBack function in which you can set the transition to false and then redraw the chart and set transition to true, also you can hide the chart by default and make it visible on Javascript CallBack function

提交回复
热议问题