KendoUI 限制 SVG 和路径的尺寸
我在将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置图表 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/