ludo.chart.Line

ludo.chart.


new ludo.chart.Line(config)

Line Chart View
This SVG View renders a line chart. This view should be a child of ludo.chart.Chart.

This class extends ludo.chart.Bar

Parameters:
Name Type Description
config Object
Properties
Name Type Description
lineStyles Object
showDots Boolean
Source:

Extends

Members


ds

Reference to datasource

Properties:
Name Type Description
ds ludo.chart.DataSource
Inherited From:
Source:

Methods


reveal(direction, duration)

Chart reveal animation.

Parameters:
Name Type Description
direction String

direction for the animation, 'left', 'right', 'up' or 'down'. Default: 'right'

duration Number

animation duration in milliseconds, default: 600

Inherited From:
Source: