Angular Jvectormap

-
Pro Component

Jvectormap is a vector-based, cross-browser and cross-platform component for interactive geography-related data visualization on the web.
Keep reading our Angular Jvectormap example and learn how to use this plugin.


Usage

In order to use this plugin on your page you will need to include the following script in the "Optional JS" area from the page's footer:
import { ComponentsModule } from "../components/components.module";
and on your html page:
<app-vector-map-component></app-vector-map-component>

Example