For more information please visit jVectorMap Home Page
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/jvectormap "*"
or add
"conquer/jvectormap": "*"
to the require
section of your composer.json
file.
use conquer\jvectormap\JVectorMapWidget;
<?= JVectorMapWidget::widget([
'map'=>'world_mill_en',
]); ?>
conquer/jvectormap is released under the MIT License. See the bundled LICENSE.md
for details.
Comments