Reference Source Test
public class | source

LineChart

Extends:

Chart → LineChart

Represents a Line Chart.

Test:

Constructor Summary

Public Constructor
public

Creates an instance of the LineChart class

Inherited Summary

From class Chart
private

_data: *

private

_outputJson: {"size": *, "data": *, "point": *, "axis": *, "grid": *, "legend": *, "tooltip": *, "subchart": *, "zoom": *, "bar": *, "donut": *}

public

do(grammar: string): boolean

Alter the parameters of the charts using the provided grammar.

public

Return the JSON output string of the constructed charts.

Public Constructors