In our team project we are using the KendoUI controls here issue while minimize the window chart size not decreasing.How to increase/decrease the size of chart while maximize/minimize the window of browser.?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
Try this...
You can attach to the resize event of the window and when it changes, reset the width option on the chart.
One more point. Also you may want to disable the animation before the redraw and enable it after
Try this works to me: