public class BoxPlot extends AbstractPlot
| Modifier and Type | Field and Description |
|---|---|
String |
boxFillColor
CSS fill color used for the box.
|
String |
boxLineColor
CSS line color used to outline the box.
|
Double |
maxValue
If minvalue and maxvalue are set then the scale of the plot is fixed.
|
String |
medianColor
CSS color used to draw the median line.
|
Double |
minValue
If minvalue and maxvalue are set then the scale of the plot is fixed.
|
Double |
outlierIQR
Set the inter-quartile range multiplier used to calculate values that qualify as an outlier.
|
String |
outlierLineColor
CSS color used to draw the outlier circles.
|
Boolean |
raw
If set to false, then the values supplied are used to calculate the box data points for you.
|
Boolean |
showOutliers
If true, then outliers (values > 1.5x the IQR) are marked with circles and the whiskers are
placed at Q1 and Q3 instead of the least and greatest value.
|
String |
spotRadius
Radius in pixels to draw the outlier circles.
|
Double |
target
If set to a value, then a small crosshair is drawn at that point to represent a target value.
|
String |
targetColor
CSS color used to draw the target crosshair.
|
String[] |
tooltipFormatFieldlist
An array of values specifying which fields to display in a tooltip and in what order.
|
String |
tooltipFormatFieldlistKey
Specifies which key holds the field name to reference above.
|
String |
whiskerColor
CSS color used to draw the whiskers.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BoxPlot() |
@Option public String boxFillColor
@Option public String boxLineColor
@Option public Double maxValue
@Option public String medianColor
@Option public Double minValue
@Option public Double outlierIQR
Default: 1.5
@Option public String outlierLineColor
@Option public Boolean raw
Default: false
@Option public Boolean showOutliers
Default: true
@Option public String spotRadius
@Option public Double target
@Option public String targetColor
@Option public String whiskerColor
@Option public String[] tooltipFormatFieldlist
@Option public String tooltipFormatFieldlistKey
Copyright © 2023 Fujion Framework. All rights reserved.