示例节点隐藏隐藏可以使用 hidden 属性 隐藏节点和边缘。这可用于实现可展开/折叠的图表。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述暗黑模式