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
|
- Source:
Extends
Members
-
ds
-
Reference to datasource
- Inherited From:
- Source:
Properties:
Name Type Description ds
ludo.chart.DataSource
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: