PHPackages                             lulubin/yii2-widget-echarts - 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. lulubin/yii2-widget-echarts

ActiveYii2-extension

lulubin/yii2-widget-echarts
===========================

An Yii2 widget for echarts

00PHP

Since Jul 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lulubin/yii2-widget-echarts)[ Packagist](https://packagist.org/packages/lulubin/yii2-widget-echarts)[ RSS](/packages/lulubin-yii2-widget-echarts/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

1.Install
---------

[](#1install)

composer require lulubin/yii2-widget-echarts \*

2.Usage
-------

[](#2usage)

```

 'white',
    'responsive' => true,
    'options' => ['style' => 'height: 400px;'],
    'pluginEvents' => [
        'click' => [
            new JsExpression('function (params) {console.log(params)}'),
            new JsExpression('function (params) {console.log("ok")}')
        ],
        'legendselectchanged' => new JsExpression('function (params) {console.log(params.selected)}')
    ],
    'pluginOptions' => [
        'option' => [
            'title' => ['text' => '折线图堆叠'],
            'tooltip' => ['trigger' => 'axis'],
            'legend' => ['data' => ['邮件营销', '联盟广告', '视频广告', '直接访问', '搜索引擎']],
            'grid' => ['left' => '3%','right' => '4%','bottom' => '3%','containLabel' => true],
            'toolbox' => ['feature' => ['saveAsImage' => []]],
            'xAxis' => [
                'name' => '日期',
                'type' => 'category',
                'boundaryGap' => false,
                'data' => ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
            ],
            'yAxis' => ['type' => 'value'],
            'series' => [
                ['name' => '邮件营销','type' => 'line','stack' => '总量','data' => [120, 132, 101, 134, 90, 230, 210]],
                ['name' => '联盟广告','type' => 'line','stack' => '总量','data' => [220, 182, 191, 234, 290, 330, 310]],
                ['name' => '视频广告','type' => 'line','stack' => '总量','data' => [150, 232, 201, 154, 190, 330, 410]],
                ['name' => '直接访问','type' => 'line','stack' => '总量','data' => [320, 332, 301, 334, 390, 330, 320]],
                ['name' => '搜索引擎','type' => 'line','stack' => '总量','data' => [820, 932, 901, 934, 1290, 1330, 1320]]
            ]
        ]
    ]
]); ?>
```

### Using maps

[](#using-maps)

```

 true,
    'options' => ['style' => 'height: 400px;'],
    'pluginOptions' => [
        'option' => [
            'series' => [
                [
                    'name' => 'China map',
                    'type' => 'map',
                    'map' => 'china',
                    'data' => [['name' => '广东', 'selected' => true]]
                ]
            ]
        ]
    ]
]); ?>
```

### Configure CDN

[](#configure-cdn)

```

```

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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/38f0f8abc454bb4b20dac2a2221c0bbe12e8c39dde9a5312874b297954fbc744?d=identicon)[lulubin](/maintainers/lulubin)

---

Top Contributors

[![lulubin](https://avatars.githubusercontent.com/u/15922843?v=4)](https://github.com/lulubin "lulubin (2 commits)")

### Embed Badge

![Health badge](/badges/lulubin-yii2-widget-echarts/health.svg)

```
[![Health](https://phpackages.com/badges/lulubin-yii2-widget-echarts/health.svg)](https://phpackages.com/packages/lulubin-yii2-widget-echarts)
```

PHPackages © 2026

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