文件名称:wx-chart-react:wx-chart的React适配器
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-05 08:18:00
JavaScript
wx图表React
wx-chart的React适配器
用法
安装
使用NPM:
npm i wx-chart-react --save
使用凉亭:
bower install wx-chart-react
使用React即可轻松使用
import React from 'react';
import ReactDOM from 'react-dom';
import WxLinerReact from 'wx-chart-react';
// initialization
let options = {...};
const myChart = ReactDOM.render(
【文件预览】:
wx-chart-react-master
----.jshintrc(131B)
----dome()
--------base-react.html(2KB)
----bower.json(370B)
----src()
--------liner.jsx(280B)
--------doughnut.jsx(292B)
--------bubble.jsx(250B)
--------base.jsx(1KB)
--------bar.jsx(272B)
--------index.jsx(248B)
----.babelrc(95B)
----.npmignore(131B)
----gulpfile.js(2KB)
----LICENSE(1KB)
----test()
--------chart.wxBar.Spec.js(2KB)
--------chart.wxLiner.Spec.js(2KB)
--------chart.wxDoughnut.Spec.js(1KB)
--------chart.wxBubble.Spec.js(2KB)
----README.md(1KB)
----dist()
--------wx-chart-react.min.js(10KB)
--------wx-chart-react.min.js.map(36KB)
--------wx-chart-react.js(25KB)
----karma.conf.js(3KB)
----package.json(2KB)