core/chart_base

Chart base.

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

Methods

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

Source:

Create a new instance of a chart from serialised data.

the serialised attributes they offer and support.

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