Type object literal
Sources
classes can be used (imported) via one of the following packages.
// Import classes
import * as am5plugins_src/.internal/plugins/json/Classes-script from "@amcharts/amcharts5/plugins/src/.internal/plugins/json/Classes-script";
am5plugins_src/.internal/plugins/json/Classes-script.classes.new(root, {
// ... config if applicable
});
<!-- Load classes -->
<script src="plugins/src/.internal/plugins/json/Classes-script.js">
<script>
// Create classes
am5plugins_src/.internal/plugins/json/Classes-script.classes.new(root, {
// ... config if applicable
});
</script>
Inheritance
classes does not extend any other symbol.
classes is not extended by any other symbol.
Properties
classes does not have any properties.