PHPackages                             shiguangxiaotou/jvectormap-maps-data - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shiguangxiaotou/jvectormap-maps-data

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shiguangxiaotou/jvectormap-maps-data
====================================

jvectormap 地图数据整理.

10

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/shiguangxiaotou3/jvectormap-maps-data)[ Packagist](https://packagist.org/packages/shiguangxiaotou/jvectormap-maps-data)[ RSS](/packages/shiguangxiaotou-jvectormap-maps-data/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

jvectormap-maps-data
====================

[](#jvectormap-maps-data)

[![](https://camo.githubusercontent.com/65dea1ed384b9018c489b411dc4a681ab372a6ebcf77392c1099f80e052baf0e/68747470733a2f2f7777772e7368696775616e677869616f746f752e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f31302f254536253838254141254535254231253846323032322d31302d31382d32312e33302e32322e706e67)](https://camo.githubusercontent.com/65dea1ed384b9018c489b411dc4a681ab372a6ebcf77392c1099f80e052baf0e/68747470733a2f2f7777772e7368696775616e677869616f746f752e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f31302f254536253838254141254535254231253846323032322d31302d31382d32312e33302e32322e706e67)

jvectormap 地图数据整理

jVectorMap 是一个基于矢量、跨浏览器和跨平台的组件，用于在 Web 上进行与地理相关的交互式数据可视化。它提供了许多功能，如平滑缩放和平移、完全可定制的样式、标记、标签和工具提示。

您可以在 [官方网站](http://jvectormap.com/)上找到地图、文档、示例等。示例子位于 👉[💻](https://github.com/shiguangxiaotou3/jvectormap-maps-data/blob/master/dist/index.html)

安装:

```
$ npm install jvectormap-maps-data
$ git clone git@github.com:shiguangxiaotou3/jvectormap-maps-data.git
$ composer require shiguangxiaotou/jvectormap-maps-data
```

使用:

```
>

    Title

    jQuery(function ($) {
        let visitorsData = {
            US: 398, GB: 320, RU: 3000,
            SA: 400, CA: 1000, IN: 800
        };
        $('#world').vectorMap({
            map: 'world-merc',
            backgroundColor: 'transparent',
            regionStyle: {
                initial: {
                    fill: '#e4e4e4',
                    'fill-opacity': 1,
                    stroke: 'none',
                    'stroke-width': 0,
                    'stroke-opacity': 1
                }
            },
            series: {
                regions: [
                    {
                        values: visitorsData,
                        scale: ['#ebf4f9', '#92c1dc'],
                        normalizeFunction: 'polynomial'
                    }
                ]
            },
            onRegionLabelShow: function (e, el, code) {
                if (typeof visitorsData[code] != 'undefined')
                    el.html(el.html() + ': ' + visitorsData[code] + ' new visitors');
            }
        });

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/da9cf29f4b455e6049ddb68c0b650013e7ac8d17844eae074df7d004e11c5dc5?d=identicon)[shiguangxiaotou3](/maintainers/shiguangxiaotou3)

---

Top Contributors

[![shiguangxiaotou3](https://avatars.githubusercontent.com/u/39594590?v=4)](https://github.com/shiguangxiaotou3 "shiguangxiaotou3 (19 commits)")

### Embed Badge

![Health badge](/badges/shiguangxiaotou-jvectormap-maps-data/health.svg)

```
[![Health](https://phpackages.com/badges/shiguangxiaotou-jvectormap-maps-data/health.svg)](https://phpackages.com/packages/shiguangxiaotou-jvectormap-maps-data)
```

###  Alternatives

[orpheusnet/logchecker

Logchecker for validating logs generated from supported ripping programs (like EAC and XLD)

687.7k](/packages/orpheusnet-logchecker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
