Type class
Defines a class that holds default properties for new SVG elements
Sources
SVGDefaults can be used (imported) via one of the following packages.
// SVGDefaults is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.SVGDefaults * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// SVGDefaults 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.SVGDefaults * -------------------------------------------------------- */
Inheritance
SVGDefaults does not extend any other symbol.
SVGDefaults is not extended by any other symbol.
Properties
fill # |
Static
Type Default |
---|---|
fillOpacity # |
Static
Type Default |
focusable # |
Static
Type Default |
opacity # |
Static
Type Default |
stroke # |
Static
Type Default |
strokeOpacity # |
Static
Type Default |
strokeWidth # |
Static
Type Default |
tabindex # |
Static
Type Default |
Methods
SVGDefaults does not have any methods.
Events
SVGDefaults does not have any events.
Adapters
SVGDefaults does not have any adapters.