JsonData

Deprecated
The information contained in this article is deprecated and is here as an archive only. Refer to the links further down the page, or use search option to find up-to-date information.
Deprecated
The information contained in this article is deprecated and is here as an archive only. Refer to the links further down the page, or use search option to find up-to-date information.

Type class

@deprecated
@todo remove

Sources

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

// Import JsonData
import * as am5 from "@amcharts/amcharts5";

// Create JsonData
am5.JsonData.new(root, {
  // ... config if applicable
});
<!-- Load JsonData -->
<script src="index.js"></script>

<script>
// Create JsonData
am5.JsonData.new(root, {
  // ... config if applicable
});
</script>

Inheritance

JsonData does not extend any other symbol.

JsonData is not extended by any other symbol.

Settings

JsonData does not have any settings.

Private settings

JsonData does not have any private settings.

Properties

processor
#

Type DataProcessor

Methods

constructor(

value: T

)

#

Returns JsonData

decrementRef()

#

Returns void

incrementRef()

#

Returns void

Events

JsonData does not have any events.