JS Sencha Touch Charts:轴上标签的最大长度

发布于 2024-12-09 18:03:35 字数 129 浏览 1 评论 0原文

我正在使用 sencha 触摸图。折线图如果正确的话。我的轴标签值为“类别”。是否有任何属性可以设置标签的最大长度?假设有 5 个符号。并且id标签值超过5个符号,则最后显示'...'。因为有时标签太长,如果是这样,它们就会消失。提前致谢...

i'm working with sencha touch charts. Line chart if to be correctly. My axis labels values is 'Category'. Is there any property to set max length of label ? Lets say 5 symbols. And id label value is more than 5 symbols, then display '...' in the end. Because some times labels a too long, and if so, than they disappear. Thanks in advance...

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

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

发布评论

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

评论(1

巷子口的你 2024-12-16 18:03:35

看一下

com.sencha.gxt.chart.client.chart.axis.NumericAxis.createLabels()

创建的标签。

Have a look at

com.sencha.gxt.chart.client.chart.axis.NumericAxis.createLabels()

there are the labels created.

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