trait CurveTypeTrait (View source)

Methods

curveType( string $curveType)

Controls the curve of the lines when the line width is not zero.

Details

at line 18
Chart curveType( string $curveType)

Controls the curve of the lines when the line width is not zero.

Can be one of the following: 'none' - Straight lines without curve. 'function' - The angles of the line will be smoothed.

Parameters

string $curveType Accepted values [none|function]

Return Value

Chart

Exceptions

InvalidConfigValue