Type class
Creates a small overview which indicates the current zoom level and position of the map.
Example
var map = AmCharts.makeChart("mapdiv",{
...
"smallMap": {
"backgroundAlpha": 0.5
}
});
Inheritance
SmallMap does not extend any other symbol.
SmallMap is not extended by any other symbol.
Properties
|
backgroundAlpha # |
Type Default Background opacity. |
|---|---|
|
backgroundColor # |
Type Default Background color. |
|
borderAlpha # |
Type Default Border opacity. |
|
borderColor # |
Type Default Border color. |
|
borderThickness # |
Type Default Border thickness. |
|
bottom # |
Type Distance from bottom of map container to the small map. You should set property "top" to NaN in order this property to work. |
|
enabled # |
Type Default Specifies if SmallMap is enabled. |
|
left # |
Type Distance from left side of map container to the small map. You should set property "right" to NaN in order this property to work. |
|
mapColor # |
Type Default Color of a map of a small map control. |
|
minimizeButtonWidth # |
Type Default Size of minimize button. You might need to change size of arrowUp.gif and arrowDown.gif if you change this property. |
|
rectangleColor # |
Type Default Color of rectangle, which indicates zoom level and position. |
|
right # |
Type Default Distance from right side of map container to the small map. You should set property "left" to NaN in order this property to work. |
|
size # |
Type Default Size of small map relative to map container size. |
|
top # |
Type Default Distance from top of map container to the small map. You should set property "bottom" to NaN in order this property to work. |
Methods
SmallMap does not have any methods.
Events
SmallMap does not have any events.
Adapters
SmallMap does not have any adapters.