1.1.0 • Published 5 years ago

ember-world-map v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ember-world-map

npm version downloads Build Status Ember Observer Score Dependency Status devDependency Status Code Climate

ember-world-map is an addon that enables you create world maps in your Ember.js application. jvectormap is used in background.

Installation

cd your-project-directory
ember install ember-world-map

Usage

You can pass your data as an object named as data parameter and custom color as color parameter (default=blue).

{{ember-world-map
  data=(hash TR=100 TZ=90 DE=80 AU=70 US=40 BR=20 RU=10 IN=5 )
  color="RED"
}}

Checkout live examples at ember-world-map demo page

License

This project is licensed under the MIT License.

1.1.0

5 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago