Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

analysis-charts

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analysis-charts

一个可视化图表配置插件

  • 1.5.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

🎉 analysis-charts 🎉

例子

📦 安装
npm install react --save
npm install react-dom --save
npm install echarts --save
npm install lodash --save
npm install analysis-charts --save

或者

npm install react react-dom echarts lodash analysis-charts --save
🔨 示例
import { AnalysisChart, ChartSetting } from 'analysis-chart';
ReactDOM.render(
    <div>
      <AnalysisChart />
      <ChartSetting />
    </div>
    , 
    mountNode
);
⌨️ 本地开发
$ git clone git@github.com:YaoKaiPeng/analysis-charts.git
$ cd analysis-charts
$ npm install
$ npm start

打开浏览器访问 http://localhost:7588/

📝版本内容更新

V 0.0.1

  • 新增组件

FAQs

Package last updated on 24 May 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc