ILineChartBucketProps
Home > @gooddata/sdk-ui-charts > ILineChartBucketProps
ILineChartBucketProps interface
Signature:
export interface ILineChartBucketProps
Properties
Property | Type | Description |
---|---|---|
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
measures | AttributesMeasuresOrPlaceholders | Specify one or more measures whose values will be displayed on the line chart. |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
segmentBy? | AttributeOrPlaceholder | (Optional) Specify single attribute whose values will be used to segment the measure values. |
sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. |
trendBy? | AttributeOrPlaceholder | (Optional) Specify single attribute whose values will be used to slice the lines along the X axis. |