# @jiaminghi/data-view

> Vue Large screen data display component library

Latest version **2.10.0** (published 2020-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jiaminghi/data-view
pnpm add @jiaminghi/data-view
yarn add @jiaminghi/data-view
bun add @jiaminghi/data-view
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.10.0 |
| Published | 2020-09-09 |
| First published | 2019-01-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9707 |
| Author | JiaMing |
| Maintainers | yzyy, jiaming743 |
| Keywords | vue, chart, dataview, datavisual |

## Links

- npm: https://www.npmjs.com/package/@jiaminghi/data-view
- Repository: https://github.com/DataV-Team/DataV
- Homepage: https://github.com/DataV-Team/DataV#readme
- Issues: https://github.com/DataV-Team/DataV/issues
- npm.io page: https://npm.io/package/@jiaminghi/data-view

## Dependencies (2)

- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.5.5
- [@jiaminghi/charts](https://npm.io/package/@jiaminghi/charts.md) *

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 2.10.0 (latest) — 2020-09-09
- 2.9.9 — 2020-08-25
- 2.9.8 — 2020-08-20
- 2.9.7 — 2020-08-19
- 2.9.6 — 2020-08-05
- 2.9.5 — 2020-08-05
- 2.9.4 — 2020-07-03
- 2.9.3 — 2020-07-02
- 2.9.2 — 2020-06-16
- 2.9.1 — 2020-06-16
- 2.9.0 — 2020-06-10
- 2.8.4 — 2020-05-25
- 2.8.3 — 2020-05-06
- 2.8.2 — 2020-05-06
- 2.8.1 — 2020-05-03
- … 34 more at https://npm.io/package/@jiaminghi/data-view/versions

## README

[ENGLISH](./README_EN.md)

<p align="center">
  <img src="./icon.png">
</p>
<h1 align="center">DataV</h1>
<p align="center">
    <a href="https://github.com/DataV-Team/datav/blob/master/LICENSE">
      <img src="https://img.shields.io/github/license/DataV-Team/datav.svg" alt="LICENSE" />
    </a>
    <a href="https://www.npmjs.com/package/@jiaminghi/data-view">
      <img src="https://img.shields.io/npm/v/@jiaminghi/data-view.svg" alt="LICENSE" />
    </a>
</p>

## DataV是干什么的?

* DataV是一个基于**Vue**的数据可视化组件库（当然也有[React版本](https://github.com/DataV-Team/DataV-React)）
* 提供用于提升页面视觉效果的**SVG**边框和装饰
* 提供常用的**图表**如折线图等
* 飞线图/轮播表等其他组件

### npm安装

```shell
$ npm install @jiaminghi/data-view
```

### 使用

```js
import Vue from 'vue'
import DataV from '@jiaminghi/data-view'

Vue.use(DataV)

// 按需引入
import { borderBox1 } from '@jiaminghi/data-view'
Vue.use(borderBox1)
```

详细文档及示例请移步[HomePage](http://datav.jiaminghi.com).

### UMD版

`UMD`版可直接使用`script`标签引入，`UMD`版文件位于项目`dist`目录下，引入后将自动把所有组件注册为**Vue全局组件**，引入`DataV`前请确保已引入`Vue`。

[UMD版使用示例](./umdExample.html)

### TODO

* **地图组件**
* **TS**重构组件库底层依赖

### 致谢

组件库的开发基于个人学习和兴趣，由于技术水平及经验的限制，组件尚有许多不完善之处，如有BUG可及时提交[issue](https://github.com/DataV-Team/DataV/issues/new?template=bug_report.md)或添加反馈群进行反馈，也欢迎提供指正和建议，感谢各位的支持。

### 反馈
![Feedback](./QQGroup.png)

### Demo

Demo页面使用了全屏组件，请F11全屏后查看。

* [施工养护综合数据](http://datav.jiaminghi.com/demo/construction-data/index.html)

![construction-data](./demoImg/construction-data.jpg)

* [机电运维管理台](http://datav.jiaminghi.com/demo/manage-desk/index.html)

![manage-desk](./demoImg/manage-desk.jpg)

* [机电设备电子档案](http://datav.jiaminghi.com/demo/electronic-file/index.html)

![electronic-file](./demoImg/electronic-file.jpg)

---
_Source: https://npm.io/package/@jiaminghi/data-view · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
