sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Function boxWhiskerProcessResult

boxWhiskerProcessResult( boxWhiskerData, outliersData, dataOptions?): QueryResultData

Processes box whisker data and outliers data to combine them into a single data set.

Parameters

ParameterTypeDescription
boxWhiskerDataQueryResultDataThe data for the box whisker.
outliersDataQueryResultDataThe data for the outliers.
dataOptions?BoxplotChartCustomDataOptionsOptional data options for customizing data processing.

Returns

QueryResultData

The combined data with outliers included in the box whisker plot.

Last Updated: