GetOrgChart 1.2.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
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.
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.
// Install GetOrgChart as a Cake Addin
#addin nuget:?package=GetOrgChart&version=1.2.1

// Install GetOrgChart as a Cake Tool
#tool nuget:?package=GetOrgChart&version=1.2.1

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.

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

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.