ZoomCharts Documentation
ZoomCharts.Configuration.ItemsChartSettingsItemsLayerStyle
Inheritance hierarchy
This type is implemented by GeoChartSettingsNodesLayerStyle, GeoChartSettingsShapesLayerStyle, ItemsChartSettingsNodesLayerStyle and NetChartSettingsStyle.
Methods
Properties
An "all included" style function.
Parameters
all nodes that currently loaded on the chart
all links that are currently loaded on the chart
Return value
links and nodes that the style function has modified. Or null
to mark all objects as modified.
Properties
Which character is used to delimit multiple node or link classes in the class string for node and link data
Items are small UI elements that provide extra information. Items are attached to nodes or links and can display a label, image or both.
The class rules to apply individual style for link subset. Use known CSS class definition practice. Define one or more classes by specifying name and style and apply those by node definition. If multiple classes applied separate them with space and class rules will cascade in order of class definition.
Link decorations are not painted if link is shorter than this.
Link decoration size calculated as a product of the link radius and scale factor. The value lower than linkDecorationMinSize will take no effect.
Link details like labels, items are hidden if link width in pixels is below this value.
Link details like labels, items are not rendered if chart zoom is below this value.
Link text style
Base node size of link label that scales with link size.
An object defining one or more functions used to calculate node rendering style. Structure: { 'rule1':function1(nodeObj), 'rule2':function2(nodeObj) } The functions are executed in lexicographic order whenever node data or links change. Each function can modify the nodeObj to add specific style elements.
Additional style to apply when link is selected.
See also the selection
property that is applied to selected nodes and links.
See also
- Documentation: Style setting precedence
A a style function for links. Will be called whenever a link property or data has changed. Use to dynamically set link style fields.
Parameters
Default node anchor style.
The class rules to apply individual style for node subset. Use known CSS class definition practice. Define one or more classes by specifying name and style and apply those by node definition. If multiple classes applied separate them with space and class rules will cascade in order of class definition.
Node details like labels, items, images are hidden if node width in pixels is below this value.
Node details like labels, items, images are not rendered if chart zoom is below this value.
Node label style.
Base node size of node label that scales with node size.
Additional style to apply when a node position is locked.
See also
- Documentation: Style setting precedence
Additional style to apply when node data is not yet loaded.
See also
- Documentation: Style setting precedence
An object defining one or more functions used to calculate node rendering style.
See also
- Example: round image nodes
Additional style to apply when node is selected.
See also the selection
property that is applied to selected nodes and links.
See also
- Documentation: Style setting precedence
A a style function for nodes. Will be called whenever a node property or data has changed. Use to dynamically set node style fields.
Parameters
Color for fade out animation of removed objects.
Determines if link radius (width) is automatically scaled when the chart is zoomed in or out.
If set to null
, the value is inherited from scaleObjectsWithZoom
Determines if node radius is automatically scaled when the chart is zoomed in or out.
If scaleLinksWithZoom
is not set, this value also impacts links.
The common selection drawn for both links and nodes.
The difference between this and linkSelected
and nodeSelected
if that those are applied for each item
individually, while this selection
style is drawn as a background for all selected items. So if this
specifies a semi-transparent fill color, at no point will there be two overlapping selections visible -
instead one common background polygon will be drawn.
Properties
Specifies if the common selection style should be rendered. If this is set to false
, nodeSelected
and linkSelected
styles should be specified so that the selection can be visualized.
null
.The fill color of the selection shape. The default null
means that the same color as the chart background
will be used (assuming white
when transparent
is specified). The fill color is required if shadow color
is specified since otherwise the shadow might be invisible.
The outline color of the selection shape. Must be specified for the shadow to be rendered.
0.5
, for nodes the value is now affected by the zoom level.Specifies the size in pixels by which the shape size is increased. This value is further multiplied by the zoom level.
The multiplier by which the radius of node is increased to get the selection shape size. Value of 0.2 means that the size is increased by 20% (multiplied by 1.2).