Skip to content

Commit a16b586

Browse files
committed
[fix] height of snippets for editor type config
1 parent 9c12344 commit a16b586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/editor/type_property.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Diagram Editor can be initialized in one of three modes:
2222

2323
- **type:"default"** is used to initialize the editor in the default mode:
2424

25-
<iframe src="https://snippet.dhtmlx.com/xshe9ut7?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="200"></iframe>
25+
<iframe src="https://snippet.dhtmlx.com/xshe9ut7?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
2626

2727
- **type:"org"** is used to initialize the editor in the org chart mode:
2828

29-
<iframe src="https://snippet.dhtmlx.com/og4qm3ja?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="200"></iframe>
29+
<iframe src="https://snippet.dhtmlx.com/og4qm3ja?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
3030

3131
- **type:"mindmap"** is used to initialize the editor in the mindmap mode:
3232

33-
<iframe src="https://snippet.dhtmlx.com/lo1vm0e8?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="200"></iframe>
33+
<iframe src="https://snippet.dhtmlx.com/lo1vm0e8?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
3434

3535

3636
**Related articles**:

0 commit comments

Comments
 (0)