DataParser

Type class

Base class for the data parsers.

Sources

DataParser can be used (imported) via one of the following packages.

/**
 * --------------------------------------------------------
 * Import from: "core.ts"
 * Use like: am4core.DataParser
 * --------------------------------------------------------
 */
import * as am4core from "@amcharts/amcharts4/core";

/**
 * --------------------------------------------------------
 * Include via: <script src="core.js"></script>
 * Access items like: am4.DataParser
 * --------------------------------------------------------
 */

Inheritance

DataParser does not extend any other symbol.

DataParser is extended by CSVParser, JSONParser.

Properties

contentType
#

Type string

Content type, relevant to the specific format.

options
#

Type IDataParserOptions

Parser options.

IDataParserOptions for description of each option

Methods

DataParser does not have any methods.

Events

DataParser does not have any events.

Adapters

DataParser does not have any adapters.