StockIcons

Type class

A collection of icons used in StockChart.

Sources

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

// Import StockIcons
import * as am5stock from "@amcharts/amcharts5/stock";

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

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

Inheritance

StockIcons does not extend any other symbol.

StockIcons is not extended by any other symbol.

Settings

StockIcons does not have any settings.

Private settings

StockIcons does not have any private settings.

Properties

StockIcons does not have any properties.

Methods

getIcon(

id: string

)

#

Static

Returns SVGElement

Events

StockIcons does not have any events.