0.1.1 • Published 3 years ago

vue-ge-heat-map v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Vue World Map

A Vue JS Component for displaying dynamic data on a world map.

Map from amCharts

Installation

Install via npm using npm install vue-world-map

Usage

This component is most useful in creating a heat map for various countries. And will color countries differently based on a props passed.

The component requires a prop of countryData to be passed to it, which is a JS object formatted like so.

{
  US: 100,
  CA: 120,
  UK: 400,
}

Where the key is a country's ISO 3166 Code and the value is a numerical value associated with it.

API

PropsDescriptionOptional
countryDataSee Usage Section above for detailsno
lowColorCountries with lower values will be colored more strongly with this coloryes
highColorCountries with higher values will be colored more strongly with this coloryes
defaultCountryFillColorCountries with no data will default to this coloryes
countryStrokeColorThe color of the border around countriesyes
0.1.1

3 years ago