Search results

AccumulationSeriesDirective API in Angular Accumulation Chart API component

AccumulationSeries Directive

<e-accumulation-series-collection>
<e-accumulation-series></e-accumulation-series>
</e-accumulation-series-collection>

Properties

animation

any

Options for customizing the animation for series.

border

any

Options for customizing the border of the series.

dashArray

any

Defines the pattern of dashes and gaps to the series border.

Defaults to ‘0’

dataLabel

any

The data label for the 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 empty points in series.

enableTooltip

any

To enable or disable tooltip for a series.

Defaults to true

endAngle

any

End angle for a series.

Defaults to null

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.

Defaults to null

explodeOffset

any

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

Defaults to ‘30%’

gapRatio

any

Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1

Defaults to 0

groupMode

any

AccumulationSeries y values less than groupMode are combined into single slice named others.

Defaults to Value

groupTo

any

AccumulationSeries y values less than groupTo are combined into single slice named others.

Defaults to null

height

any

Defines the height of the funnel/pyramid with respect to the chart area.

Defaults to ‘80%’

innerRadius

any

When the innerRadius value is greater than 0 percentage, a donut will appear in 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. They are

  • Circle - Renders a circle.
  • Rectangle - Renders a rectangle.
  • Triangle - Renders a triangle.
  • Diamond - Renders a diamond.
  • Cross - Renders a cross.
  • HorizontalLine - Renders a horizontalLine.
  • VerticalLine - Renders a verticalLine.
  • Pentagon - Renders a pentagon.
  • InvertedTriangle - Renders a invertedTriangle.
  • SeriesType -Render a legend shape based on series type.
  • Image -Render a image. *

Defaults to ‘SeriesType’

name

any

Specifies the series name

Defaults to

neckHeight

any

Defines the height of the funnel neck with respect to the chart area.

Defaults to ‘20%’

neckWidth

any

Defines the width of the funnel neck with respect to the chart area.

Defaults to ‘20%’

opacity

any

The opacity of the series.

Defaults to 1.

palettes

any

Palette for series points.

Defaults to []

pointColorMapping

any

The DataSource field that contains the color value of point It is applicable for series

Defaults to

pyramidMode

any

Defines how the values have to be reflected, whether through height/surface of the segments.

Defaults to ‘Linear’

query

any

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

Defaults to null

radius

any

Radius of the pie series and its values in percentage.

Defaults to null

selectionStyle

any

Custom style for the selected series or points.

Defaults to null

startAngle

any

Start angle for a series.

Defaults to 0

tooltipMappingName

any

The provided value will be considered as a Tooltip Mapping name.

Defaults to

type

any

Specify the type of the series in accumulation chart.

Defaults to ‘Pie’

visible

any

Specifies the series visibility.

Defaults to true

width

any

Defines the width of the funnel/pyramid with respect to the chart area.

Defaults to ‘80%’

xName

any

The DataSource field which contains the x value.

Defaults to

yName

any

The DataSource field which contains the y value.

Defaults to