无论如何,是否可以在 2 个节点之间的 google 组织图表 API 中显示虚线?
我正在考虑使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不——这是非常基本的。您可以使图表中的特定节点具有虚线边框,例如:
No - it is pretty basic. You can make specific nodes in the chart have a dotted border though, eg:
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');