npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@liuyuqin/react-echarts

v1.0.4

Published

react封装的echarts组件

Readme

react-echarts

react封装echarts的图表组件库,使用ES6+typescript(感悟:echarts这玩意,强大的,只有想不到的 ,没有做不到的)

示例-基本图表(可使用该组件库)

折线图

  • 基本折线图

柱状图

  • 基本柱状图

饼图

  • 基本饼图

地图

  • 基本地图

  • 省份地图

散点图

  • 基本散点图

其他示例-特殊图表(某些可使用该组件库,某些不可使用)

翻转柱状图(特殊图表,组件适用)

自动滚动翻转柱状图(单axis)(特殊图表,组件不适用,单独开发)

自动滚动翻转柱状图(双axis)(特殊图表,组件不适用,单独开发)

类仪表盘饼图(特殊图表,组件不适用,单独开发)

大屏地图-样式1(特殊图表,组件适用)

安装

npm install @liuyuqin/react-echarts

使用

import {LineCharts ....} from '@liuyuqin/react-echarts';

二次开发项目运行

npm run start

示例

见demo代码

其他

版本分支升级概述

License

@liuyuqin/react-echarts is open source software licensed as MIT.