PivotChartConnectorStyle

12 Sep 20251 minute to read

Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.

Properties

color string

Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.

Defaults to null

dashArray string

dashArray of the connector line for pie, funnel, doughnut and pyramid chart.

Defaults to ’’

length string

Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.

Defaults to ‘null’

type ConnectorType

specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are

  • curve
  • Line

Defaults to ‘Line’

width number

Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.

Defaults to 1