markgojs
Version:
Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams
20 lines (18 loc) • 300 B
CSS
.diagramsPanel {
width:100%;
white-space:nowrap;
}
.diagramDiv {
border: 1px solid black;
display: inline-block;
vertical-align: top;
width: 80%;
height: 400px;
}
.paletteDiv {
border: 1px solid black;
display: inline-block;
vertical-align: top;
width: 19%;
height: 400px;
}