CircularChart3DSeriesDirective

12 Sep 20252 minutes to read

Circular3D Series Directive

<e-circular3d-series-collection>
<e-circular3d-series></e-circular3d-series>
</e-circular3d-series-collection>

Properties

animation any

Options for customizing the animation of the series.

dataLabel any

The data label settings for the circular 3D series.

dataSource any

Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.

Defaults to ’’

emptyPointSettings any

Options to customize the appearance of empty points in the circular 3D series.

enableTooltip any

Specifies whether the tooltip is enabled or disabled for the circular 3D series.

Defaults to true

explode any

If set true, series points will be exploded on mouse click or touch.

Defaults to false

explodeAll any

If set true, all the points in the series will get exploded on load.

Defaults to false

explodeIndex any

Index of the point to be exploded on load. Set to null for no explosion.

Defaults to null

explodeOffset any

Distance of the point from the center, which takes values in both pixels and percentage.

Defaults to ‘30%’

innerRadius any

When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.

Defaults to ‘0’

legendImageUrl any

The URL for the image that is to be displayed as a legend icon. It requires legendShape value to be an Image.

Defaults to ’’

legendShape any

The shape of the legend. Each series has its own legend shape. Available shapes:

  • Circle - Renders a circle.
  • Rectangle - Renders a rectangle.
  • Triangle - Renders a triangle.
  • Diamond - Renders a diamond.
  • Cross - Renders a cross.
  • HorizontalLine - Renders a horizontal line.
  • VerticalLine - Renders a vertical line.
  • Pentagon - Renders a pentagon.
  • InvertedTriangle - Renders an inverted triangle.
  • SeriesType -Render a legend shape based on series type.
  • Image - Render an image. *

Defaults to ‘SeriesType’

name any

The name of the series as displayed in the legend.

Defaults to ’’

opacity any

The opacity of the series.

Defaults to 1.

palettes any

Palette configuration for the points in the circular 3D series.

Defaults to []

pointColorMapping any

The DataSource field that contains the point colors.

Defaults to ’’

query any

Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is ej.DataManager.

Defaults to null

radius any

Specifies the radius of the pie series in percentage. Set to null for default.

Defaults to null

tooltipMappingName any

The data source field that contains the tooltip value.

Defaults to ’’

visible any

Specifies the visibility of the series.

Defaults to true

xName any

The DataSource field that contains the x value

Defaults to ’’

yName any

The DataSource field that contains the y value.

Defaults to ’’