无论如何,是否可以在 2 个节点之间的 google 组织图表 API 中显示虚线?

发布于 2024-10-12 11:42:32 字数 168 浏览 7 评论 0原文

我正在考虑使用 Google 组织结构图来显示我的组织结构图。这是否支持在关系之间使用虚线而不是默认的常规线

i was looking at using the google org chart to display my org chart. Does this support having dotted lines between relationships as opposed to the default regular line

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

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

发布评论

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

评论(2

七度光 2024-10-19 11:42:32

不——这是非常基本的。您可以使图表中的特定节点具有虚线边框,例如:

data.setRowProperty(2, 'style', 'border-style: dotted');

No - it is pretty basic. You can make specific nodes in the chart have a dotted border though, eg:

data.setRowProperty(2, 'style', 'border-style: dotted');
裂开嘴轻声笑有多痛 2024-10-19 11:42:32

jQuery('.google-visualization-orgchart-linebottom, .google-visualization-orgchart-lineleft, .google-visualization-orgchart-lineright').css('border','1px 点线 #cccccc');

jQuery('.google-visualization-orgchart-linebottom, .google-visualization-orgchart-lineleft, .google-visualization-orgchart-lineright').css('border','1px dotted #cccccc');

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