Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我搜索了 GoJS 的文档,但没有找到。可能吗?
从图表 div 中的所有 HTML Canvas 元素中删除大纲。将此添加到您的 CSS 中:
#myDiagram canvas { outline: none; }
GoJS 中的实时示例:
http://codepen.io/simonsarris/pen/FviEw