jqplot 和宽度

发布于 2024-10-22 23:03:52 字数 88 浏览 1 评论 0原文

我在 x 轴上刻度线的宽度方面遇到一些问题。看起来它们会自动调整以填充 div 的宽度 - 如果我想覆盖它怎么办?

问候,

雅各布

I am having some trouble with the width of the ticks on the xaxis. It seems that they are auto adjusted to fill the width of the div - what if I want to override that?

Regards,

Jacob

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

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

发布评论

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

评论(2

氛圍 2024-10-29 23:03:52

我遇到了同样的问题,但在文档中找不到任何有用的东西。我通过在绘制图表之前根据数据数组大小动态更改 div 的宽度来解决这个问题。

I had the same problem but could not find anything useful in the docs. I solved it by changing the width of the div dynamically, based on the data array size, before drawing the graph.

怎会甘心 2024-10-29 23:03:52

您可以使用 x 轴的“Ticks”选项,并为其指定一个要放入的值的数组。它解决了我的问题。

You could use the Ticks option for the x axis and give it an array of values you want to put in yours. it solve my problem.

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