0.0.5 • Published 9 months ago

rs-charts v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

rs-charts

基于 react 的 svg 图表组件库

图表

demo

快速上手

安装

yarn add rs-charts

第一个例子

import { Histogram } from 'rs-charts';

export default () => (
  <Histogram
    data={[
      { label: '2021', value: { name: '参与人数', value: 40 } },
      { label: '2022', value: { name: '参与人数', value: 20 } },
    ]}
    config={{
      autoFit: false,
      width: 400,
      height: 400,
    }}
  />
);

LICENSE

MIT

0.0.5

9 months ago

0.0.4

9 months ago

0.0.1

9 months ago