- Description:
 Chart base.
- Source:
 - Copyright:
 - 2016 Frédéric Massart - FMCorz.net
 
- 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.  |