GetOrgChart 1.2.1

dotnet add package GetOrgChart --version 1.2.1
                    
NuGet\Install-Package GetOrgChart -Version 1.2.1
                    
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="GetOrgChart" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GetOrgChart" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="GetOrgChart" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GetOrgChart --version 1.2.1
                    
#r "nuget: GetOrgChart, 1.2.1"
                    
#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.
#addin nuget:?package=GetOrgChart&version=1.2.1
                    
Install GetOrgChart as a Cake Addin
#tool nuget:?package=GetOrgChart&version=1.2.1
                    
Install GetOrgChart as a Cake Tool

GetOrgChart is a JavaScript library offering intuitive, interactive organization charts for your web site. Initialization from JSON and server editing.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 604 4/9/2014
1.1.4 56 4/2/2014
1.1.3 55 4/2/2014
1.1.2 52 3/18/2014
1.1.1 52 3/9/2014

orientation - 4 new options

scale -The scale factor determines what fraction of the entire scale is visible at one time.

renderBoxContentEvent - Before the GetOrgChart can be rendered, each box in the control must be bound to a record in the data source. The renderBoxContentEvent event is raised when a data (represented by a GetOrgChart object) is bound to data in the GetOrgChart control. This enables you to provide an event-handling method that performs a custom routine, such as modifying the values of the data bound to the box or modifying the box html, whenever this event occurs.