@ywfe/yw-charts
YWFE图表库
Last updated a year ago by lanxiangzhouyang .
MIT · Original npm · Tarball · package.json
$ npm install @ywfe/yw-charts 
SYNC missed versions from official npm registry.

图表组件 Charts

遥望图表组件库

@ywfe/yw-charts

图表目录

快速开始/Quick Start

本地安装

# 依赖
npm install @ant-design/charts --save
# 线上文档 https://unpkg.ywwl.com/@ywfe/yw-charts@latest/build/index.html
npm install @ywfe/yw-charts@latest --save

CDN

<!-- 依赖 antDesignCharts -->
<script src='https://cdn.ywwl.com/libs/@ant-design/charts/1.4.2/charts.min.js'></script>
<!-- Css umd -->
<link rel="stylesheet" href="https://cdn.ywwl.com/libs/@ywfe/yw-charts/0.1.0/index.umd.css">
<!-- js umd -->
<script src="https://cdn.ywwl.com/libs/@ywfe/yw-charts/0.1.0/index.umd.js"></script>

引用组件

import { YwLineChart } from '@ywfe/yw-charts';
import { YwAreaChart } from '@ywfe/yw-charts';
import { YwColumnChart } from '@ywfe/yw-charts';
import { YwDualAxesChart } from '@ywfe/yw-charts';
import { YwPieChart } from '@ywfe/yw-charts';

具体每个图表使用方法。参考 DEMO 。

Current Tags

  • 0.1.0-beta.2                                ...           beta (a year ago)
  • 0.1.1                                ...           latest (a year ago)

4 Versions

  • 0.1.1                                ...           a year ago
  • 0.1.0                                ...           a year ago
  • 0.1.0-beta.2                                ...           a year ago
  • 0.1.0-beta.1                                ...           a year ago
Maintainers (1)
Downloads
Total 196
Today 0
This Week 1
This Month 27
Last Day 0
Last Week 9
Last Month 7
Dependencies (2)
Dev Dependencies (14)
Dependents (0)
None

© 2010 - cnpmjs.org x YWFE | Home | YWFE