Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は剣道コントロールを使用して 1 つのプロジェクトを行っています。ほぼ完了していますが、1 つの問題が発生します。つまり、ウィンドウを最小化すると、すべてのアプリケーションがぎこちなくなるということです。私を助けてください?
あなたはこれを試してみてください
$(window).resize(function () { $("#chart svg").width(Number($('.k-content').width())); $("#chart svg").height(Number($('.k-content').height())); $("#chart").data("kendoChart").refresh(); });