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

Type alias Convolution

Convolution: object

Configuration that defines the ability of the Pie chart to collapse (convolve) and hide part of the data under the single category "Others".

Type declaration

enabled

enabled: boolean

Boolean flag that defines if convolution ability should be enabled on chart


independentSlicesCount

independentSlicesCount?: number

Number that defines of how many independent slices should be present in chart (other will be convolved)


minimalIndependentSlicePercentage

minimalIndependentSlicePercentage?: number

Value that defines what minimal size in percent should a slice take to fall under the convolution


selectedConvolutionType

selectedConvolutionType?: "byPercentage" | "bySlicesCount"

Selected type of convolution behavior

Last Updated: