Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 869 Bytes

ChartDataBoxplotOptionsSchema.md

File metadata and controls

10 lines (8 loc) · 869 Bytes

SwaggerClient::ChartDataBoxplotOptionsSchema

Properties

Name Type Description Notes
groupby Array<String> [optional]
metrics Array<null> Aggregate expressions. Metrics can be passed as both references to datasource metrics (strings), or ad-hoc metricswhich are defined only within the query object. See `ChartDataAdhocMetricSchema` for the structure of ad-hoc metrics. When metrics is undefined or null, the query is executed without a groupby. However, when metrics is an array (length >= 0), a groupby clause is added to the query. [optional]
percentiles **** Upper and lower percentiles for percentile whisker type. [optional]
whisker_type String Whisker type. Any numpy function will work.