Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inhalt:

Anchor
Data
Data

Optimale Datenstruktur (Datenbank):

Kategorie /

Beschriftung

Eltern KategorieTooltip
"Company""""Company"
"QA""Company""QA"
"Marketing""Company""Marketing"
"Employee 1""Marketing""Employee 1"
"Employee 2""Marketing""Employee 2"

...

Anchor
Properties
Properties

API und Methoden:


Properties

...

mapsChart.setMapType("normal");

...

If set to true, shows the location description in a separate window when a point marker is selected by the user.

...


AllowCollapse

Event triggered when allowCollapse is set to true and the user double clicks on a node with children.

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setAllowCollapse(true);

...

The type of map to show. Possible values are 'normal', 'terrain', 'satellite', 'hybrid', or the ID of a custom map type, if any were created.


AllowHTML

If set to true, names that includes HTML tags will be rendered as HTML.

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setAllowHtml(true);


Size

'small', 'medium' or 'large'

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setSize(Size.MEDIUM);


NodeClass

A class name to assign to node elements. Apply CSS to this class name to specify colors or styles for the chart elements.

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setNodeClass("...");


SelectedNodeClass

A class name to assign to selected node elements. Apply CSS to this class name to specify colors or styles for selected chart elements.

Code Block
languagejava
themeEclipse
linenumberstrue
this.orgChart.setSelectedNodeClass("...");