KendoUI 限制 SVG 和路径的尺寸

发布于 2024-12-09 22:26:14 字数 145 浏览 1 评论 0原文

我在将 KendoUI 线图的尺寸限制到父 div 时遇到问题。对于某些图表,它工作得很好,但对于沿 x 轴具有更多数据值的图表,svg 的像素尺寸大于其父级的尺寸。路径尺寸也是如此。这会在 x 和 y 中产生溢出。有没有办法强制 svg 和各种路径缩放到父 div 的尺寸?

I am having trouble constraining the dimensions of a KendoUI line graph to the parent div. For some graphs it works fine, but for charts with more data values along the x-axis, the svg is fed pixel dimensions greater than the dimensions of its parent. The same is true for the path dimensions. This creates overflow in both x and y. Is there a way to force the svg and various paths to scale to the dimensions of the parent div?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

下壹個目標 2024-12-16 22:26:14

设置图表 div 本身的宽度。我在这里约束了一个。它看起来很糟糕,但只是为了表明你可以把它压下去..

http://jsfiddle.net/burkeholland/ drXnR/

Set the width on the chart div itself. I constrained one here. It looks terrible, but just to show that you can squeeze it down..

http://jsfiddle.net/burkeholland/drXnR/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文