amCharts 5: Maps

Integrieren Sie interaktive und ansprechende geografische Karten in Ihre Websites oder Applikationen.

Veröffentlicht von amCharts
Wird von ComponentSource seit 2019 vertrieben

Preise ab: US$ 176.40 Version: 5.x NEU Letzte Aktualisierung: Apr 16, 2026

i

Discounted bundle price is available when purchased with amcharts 5: Charts.

amCharts 5: Maps 5.7.0

Released: Dec 17, 2023

Updates in 5.7.0

Funktionen

  • Added new Serializer setting: fullSettings. It will ignore depth settings for keys listed in fullSettings.
  • Added additional item in SettingsControl: Auto-save drawings and indicators.
  • Added new setting in SettingsControl: autoSave. It enables users to toggle auto-saving of indicators/drawings via Settings dropdown.
  • Added new setting in DropdownList and DropdownListControl: exclude. It can be set to an array of item IDs that should not appear in the list. Can be used to disable default list items.
  • zoomable setting has been added to Axis. If set to false, calling axis.zoom() won't do anything, meaning that the axis won't be zoomed with scrollbars, wheel, cursor etc.
  • All drawing tools that allow selecting and resizing them (Label, Callout, Icons) will now use shared instance of SpriteResizer.
  • IndictorControl is now searchable by default (searchable: true).

Fehlerkorrekturen

  • PeriodSelector's buttons were not being reset when chart was zoomed manually.
  • Drawings loaded from serialized data were not being deleted with eraser or clear tools.
  • GaplessDateAxis was not always including the first date when using axis.zoomToDates(startDate, endDate) method.