You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.4 KiB
65 lines
1.4 KiB
1 year ago
|
# ammap3
|
||
|
|
||
|
An official repository for amCharts JavaScript Maps V3 (free version).
|
||
|
|
||
|
## Getting support
|
||
|
|
||
|
**Important!** For questions regarding usage of this product, please email at
|
||
|
contact@amcharts.com
|
||
|
|
||
|
The issue tracker on GitHub is not being continuously monitored by amCharts
|
||
|
support staff, so your questions might take longer to respond to here.
|
||
|
|
||
|
## Installing
|
||
|
|
||
|
### Using npm
|
||
|
|
||
|
```
|
||
|
npm install ammap3
|
||
|
```
|
||
|
|
||
|
### Using bower
|
||
|
|
||
|
```
|
||
|
bower install ammap3
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Include `ammap.js`:
|
||
|
|
||
|
```
|
||
|
<script src="/bower_components/ammap3/ammap/ammap.js"></script>
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
This amCharts software is free under a linkware license.
|
||
|
|
||
|
This means you may not remove or hide in any other way link to amCharts
|
||
|
web site - www.amcharts.com.
|
||
|
|
||
|
If you wish to remove the link, you should purchase commercial license.
|
||
|
|
||
|
You may not redistribute, sublicense or sell this program without written
|
||
|
permission of Antanas Marcelionis, the author of amcharts software.
|
||
|
|
||
|
This software is provided without warranty.
|
||
|
|
||
|
## Commercial license
|
||
|
|
||
|
To purchase a commercial license for the current version of this library, visit
|
||
|
[amCharts Online Store](http://www.amcharts.com/online-store/)
|
||
|
|
||
|
## More info
|
||
|
|
||
|
Visit [amCharts website](http://www.amcharts.com/) for more information and
|
||
|
documentation.
|
||
|
|
||
|
## Contact us
|
||
|
|
||
|
* Email: contact@amcharts.com
|
||
|
* Web: http://www.amcharts.com/
|
||
|
* Facebook: https://www.facebook.com/amcharts
|
||
|
* Twitter: https://twitter.com/amcharts
|