Module: lib/lineChart

Methods

(static) lineChartElements(data, lineChart, optionsopt, nullable) → {Object}

Render a line chart

Parameters:
Name Type Attributes Default Description
data Array.<Object>

The data array

lineChart Object

The line chart model

options Object <optional>
<nullable>
null

The line chart options

Source:
Returns:

The line chart element model

Type
Object

(static) validateLineChart(lineChart) → {Object}

Validate a line chart model

Parameters:
Name Type Description
lineChart Object

The line chart model

Source:
Throws:
Returns:
Type
Object

Type Definitions

LineChartOptions

The line chart options object

Type:
  • Object
Properties:
Name Type Attributes Description
fontSize number <optional>

The font size, in points

Source: