GetOrgChart 1.2.1
dotnet add package GetOrgChart --version 1.2.1
NuGet\Install-Package GetOrgChart -Version 1.2.1
<PackageReference Include="GetOrgChart" Version="1.2.1" />
paket add GetOrgChart --version 1.2.1
#r "nuget: GetOrgChart, 1.2.1"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 2.1.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
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.