trait SeriesTrait (View source)

Methods

series( array $seriesConfigArray)

An array of objects, each describing the format of the corresponding series in the chart.

Details

at line 21
Chart series( array $seriesConfigArray)

An array of objects, each describing the format of the corresponding series in the chart.

To use default values for a series, specify an null in the array. If a series or a value is not specified, the global value will be used.

Parameters

array $seriesConfigArray Array of Series options.

Return Value

Chart

Exceptions

InvalidConfigValue