public class PlotSankey extends PlotOptions
A sankey diagram is a type of flow diagram, in which the width of the link between two nodes is shown proportionally to the flow quantity.
| Modifier and Type | Field and Description |
|---|---|
Double |
curveFactor
Higher numbers makes the links in a sankey diagram render more curved.
|
Double |
linkOpacity
Opacity for the links between nodes in the sankey diagram.
|
Integer |
nodePadding
The padding between nodes in a sankey diagram, in pixels.
|
Integer |
nodeWidth
The pixel width of each node in a sankey diagram, or the height in case the chart is
inverted.
|
allowPointSelect, animation, animationLimit, boostThreshold, className, color, colorByPoint, colorIndex, colors, connectEnds, connectNulls, cropThreshold, cursor, dashStyle, dataLabels, description, enableMouseTracking, exposeElementToA11y, findNearestPointBy, getExtremesFromAll, id, keys, label, linecap, lineWidth, linkedTo, marker, negativeColor, pointInterval, pointIntervalUnit, pointPlacement, pointStart, selected, shadow, showCheckbox, showInLegend, skipKeyboardNavigation, softThreshold, stacking, step, stickyTracking, threshold, tooltip, turboThreshold, type, visible, zoneAxis, zones| Constructor and Description |
|---|
PlotSankey() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Double curveFactor
@Option public Double linkOpacity
@Option public Integer nodePadding
Copyright © 2018 Fujion Framework. All rights reserved.