gojs
Version:
Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams
19 lines (16 loc) • 622 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>GoJS® Extensions of Diagramming for HTML and Canvas by Northwoods Software®</title>
<meta name="description" content="TypeScript: Redirect to the Fishbone extension sample page." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Copyright 1998-2020 by Northwoods Software Corporation. -->
<script>
window.location = "Fishbone.html"
</script>
</head>
<body>
You should be redirected to the Fishbone Layout sample. If not, please <a href="Fishbone.html">click here.</a>
</body>
</html>