public class PlotBubble extends PlotOptions
A bubble series is a three dimensional series type where each point renders an X, Y and Z value. Each points is drawn as a bubble where the position along the X and Y axes mark the X and Y values, and the size of the bubble relates to the Z value. Requires highcharts-more.js.
| Modifier and Type | Field and Description |
|---|---|
Boolean |
displayNegative
Whether to display negative sized bubbles.
|
String |
maxSize
Maximum bubble size.
|
String |
minSize
Minimum bubble size.
|
String |
sizeBy
Whether the bubble's value should be represented by the area or the width of the bubble.
|
Boolean |
sizeByAbsoluteValue
When this is true, the absolute value of z determines the size of the bubble.
|
Double |
zThreshold
When displayNegative is false, bubbles with lower Z values are skipped.
|
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 |
|---|
PlotBubble() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Boolean displayNegative
@Option public String maxSize
@Option public String minSize
@Option public String sizeBy
@Option public Boolean sizeByAbsoluteValue
Copyright © 2018 Fujion Framework. All rights reserved.