You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried two different ways to customize a node into a card, so that I can have a title and a description on the same node. However both of them failed!
Override " mind.renderer.node ", this has no effect on anything
Describe the bug
I tried two different ways to customize a node into a card, so that I can have a title and a description on the same node. However both of them failed!
初始化 Mind-elixir
const mind = new MindElixir({
el: '#map',
direction: MindElixir.RIGHT, // 布局方向
data: data,
draggable: true, // 启用拖拽
editable: true // 启用编辑
});
重新渲染思维导图以应用自定义节点渲染
mind.refresh();
Add HTML to node description. This block the node event.( when I click on the node, the event is not trigged, and I found no way to get around it.
The text was updated successfully, but these errors were encountered: