core/chart_base

Description:
  • Chart base.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Chart base.

Methods

(static) create(Klass, data) → {module:core/chart_base}

Description:
  • Create a new instance of a chart from serialised data.

    the serialised attributes they offer and support.

Source:
Parameters:
Name Type Description
Klass module:core/chart_base

The class oject representing the type of chart to instantiate.

data Object

The data of the chart.

Returns:
Type
module:core/chart_base