# FusionMap-Angola

FusionMaps is a companion package meant to be used in conjunction with FusionCharts to render data-driven maps, in this case Angola Map only.

  - Official Website: https://www.fusioncharts.com/
  - FusionCharts NPM: https://www.npmjs.com/package/fusioncharts
  - Documentation: https://www.fusioncharts.com/dev/
  - Map Specification Sheet: - https://www.fusioncharts.com/dev/maps/spec-sheets/angola
  - Support: https://www.fusioncharts.com/contact-support
  - Issues: https://github.com/fusioncharts/fusionmaps-

# INSTALLING FUSIONMAP-ANGOLA
In order you use this you need to follow these steps:
- https://www.npmjs.com/package/fusioncharts

 You can only download this from npm i:
- > npm i fusionmap-angola

# Using FusionMaps as an ES Module

app.module.ts:
```sh
import angular-fusioncharts import { FusionChartsModule } from "angular-fusioncharts";
import FusionCharts library and chart modules import * as FusionCharts from "fusioncharts";
import * as FusionMaps from "fusioncharts/fusioncharts.maps";
import * as angola from "fusionmap-angola/fc-eb@angola/fusioncharts.angola";
import * as FusionTheme from "fusioncharts/themes/fusioncharts.theme.fusion";
```
  
  I assume you already downloaded the others dependencies.

# Go to :
Map Specification Sheet: https://www.fusioncharts.com/dev/maps/spec-sheets/angola
and you are ready to go.

License
--

In order to get a license, contact: http://www.fusioncharts.com/buy/
