Socket
Book a DemoInstallSign in
Socket

react-echarts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-echarts

ECharts Components for React

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

react-echarts

ECharts Components for React

NPM version Build Status

Dependency Status devDependency Status peerDependency Status

Installation

npm install react-echarts --save

Usage

import ECharts from 'react-echarts';

<ECharts option={this.state.option} />

Examples

https://github.com/luqin/react-echarts/tree/master/examples

Props

NameTypeDefaultDescription
optionobjectECharts图表的配置项和数据
notMergebooleanfalse可选,是否不跟之前设置的option进行合并,默认为false,即合并。
notRefreshImmediatelybooleanfalse可选,在设置完option后是否不立即刷新画布,默认为false,即立即刷新。

Keywords

echarts

FAQs

Package last updated on 16 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts