Package Exports
- @balkangraph/flowchart.js
- @balkangraph/flowchart.js/flowchart.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@balkangraph/flowchart.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Flow Chart JS
Flow Chart JS is a simple, flexible and highly customizable organization chart plugin for presenting the structure of your organization and the relationships in an elegant way.

Demos Docs Download Support
Features
- Supports both local data and remote data (JSON)
Installation
Option 1 - standalone build
Option 2 - NPM
npm i @balkangraph/flowchart.jsUsage
<script src="https://balkan.app/js/flowchart.js"></script>
<div id="tree"/>
<script>
</script>