Type class
Base class for the data parsers.
Sources
DataParser can be used (imported) via one of the following packages.
// DataParser is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.DataParser * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// DataParser is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * 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 Content type, relevant to the specific format. |
---|---|
options # |
Type Parser options.
|
Methods
DataParser does not have any methods.
Events
DataParser does not have any events.
Adapters
DataParser does not have any adapters.