gojs
Version:
Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams
18 lines (15 loc) • 596 B
HTML
<html>
<head>
<title>GoJS® Extensions of Diagramming for HTML and Canvas by Northwoods Software®</title>
<!-- Copyright 1998-2020 by Northwoods Software Corporation. -->
<meta name="description" content="TypeScript: Redirect to the Fishbone extension sample page." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>