OrgChartJS 3.1.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package OrgChartJS --version 3.1.9                
NuGet\Install-Package OrgChartJS -Version 3.1.9                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OrgChartJS" Version="3.1.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OrgChartJS --version 3.1.9                
#r "nuget: OrgChartJS, 3.1.9"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OrgChartJS as a Cake Addin
#addin nuget:?package=OrgChartJS&version=3.1.9

// Install OrgChartJS as a Cake Tool
#tool nuget:?package=OrgChartJS&version=3.1.9                

OrgChart OrgChart JS

OrgChart 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.

OrgChart

Demos      Docs      Download      Support

Features

  • Supports both local data and remote data (JSON)
  • Smooth expand/collapse effects
  • Align the chart in 8 orientations
  • Allows user to change orgchart structure by drag/drop nodes
  • Supports pan and zoom
  • Edit Form
  • Node Customization
  • Search
  • Scroll Bars
  • Lazy Loading
  • Mixed Hierarchy
  • Exporting

Installation

Option 1 - standalone build

Option 2 - NPM

npm i @balkangraph/orgchart.js

Option 3 - Bower

bower install orgchart.js

Option 4 - NuGet

Install-Package OrgChartJS 

Usage

        <div id="tree"/>
        <script>
 
        var chart = new OrgChart(document.getElementById("tree"), {
            nodeBinding: {
                field_0: "name"
            },
            links: [
                { from: "2", to: "1" },
                { from: "3", to: "1" }
            ],
            nodes: [
                { id: "1", name: "Amber McKenzie" },
                { id: "2", name: "Ava Field" },
                { id: "3", name: "Peter Stevens" }
            ]
        });
        </script>

1 click to talk 2 us

OrgChart

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.2 2,556 3/2/2019
3.8.6 693 2/3/2019
3.8.5 646 2/2/2019
3.8.3 661 1/29/2019
3.8.2 661 1/28/2019
3.8.1 645 1/27/2019
3.8.0 668 1/25/2019
3.7.4 674 1/4/2019
3.7.3 637 1/3/2019
3.7.0 679 12/29/2018
3.5.9 715 12/19/2018
3.5.8 652 12/17/2018
3.5.6 724 12/13/2018
3.5.5 678 12/13/2018
3.5.4 691 12/13/2018
3.5.3 698 12/11/2018
3.5.2 776 12/11/2018
3.5.1 726 12/11/2018
3.3.5 716 12/10/2018
3.3.0 997 11/23/2018
3.2.9 685 11/22/2018
3.2.8 724 11/22/2018
3.2.7 702 11/14/2018
3.2.6 707 11/13/2018
3.2.5 700 11/13/2018
3.2.4 706 11/2/2018
3.2.3 720 11/1/2018
3.2.2 699 11/1/2018
3.2.1 715 10/30/2018
3.2.0 724 10/26/2018
3.1.9 728 10/25/2018

New Feature - Assistant node