0.0.7 • Published 6 months ago

ng-choropleth v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ng-choropleth

Version License

Interactive Choropleth Map Library for Angular

The ng-choropleth library is a versatile and user-friendly tool for integrating interactive choropleth maps into your Angular applications. Whether you're visualizing geographical data, tracking regional statistics, or presenting complex information, this library simplifies the process and enhances your application's data visualization capabilities.

Features

  • Angular Integration: Seamless integration with Angular applications.
  • SVG Rendering: Utilizes scalable and responsive SVG for map rendering.
  • Customizable Styling: Easily customize the appearance, color schemes, and data representations.
  • Data Binding: Dynamically bind data for real-time visualizations and updates.
  • Interactive Elements: Incorporate tooltips, click events, and other interactive features.
  • Lightweight: Designed for efficiency, ensuring a smooth user experience.

Getting Started

Installation

Install the library using npm:

npm install ng-choropleth

USAGE

Import the module into your Angular application component.ts file:

import { NgChoroplethComponent } from "ng-choropleth";

@NgModule({
  imports: [NgChoroplethComponent],
  //...
})
export class YourComponent {}

Use the lib-ng-choropleth component in your templates:

<ng-choropleth [options]="options"></ng-choropleth>

License

MIT License © Santhosh M

0.0.7

6 months ago

0.0.6

6 months ago

0.0.0-watch

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago