# Function boxWhiskerProcessResult
boxWhiskerProcessResult(
boxWhiskerData
,outliersData
,dataOptions
?):QueryResultData
Processes box whisker data and outliers data to combine them into a single data set.
# Parameters
Parameter | Type | Description |
---|---|---|
boxWhiskerData | QueryResultData | The data for the box whisker. |
outliersData | QueryResultData | The data for the outliers. |
dataOptions ? | BoxplotChartCustomDataOptions | Optional data options for customizing data processing. |
# Returns
The combined data with outliers included in the box whisker plot.