All Projects → DataV-Team → Datav

DataV-Team / Datav

Licence: mit
Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Datav

JimuReport
「低代码可视化报表」类似excel操作风格,在线拖拽完成设计!功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。
Stars: ✭ 2,895 (-51.06%)
Mutual labels:  bi, datav
Font Spider
Smart webfont compression and format conversion tool
Stars: ✭ 4,550 (-23.09%)
Mutual labels:  svg
Awesome Svg
A curated list of SVG.
Stars: ✭ 4,226 (-28.57%)
Mutual labels:  svg
Rust Skia
Safe Skia Bindings for Rust
Stars: ✭ 450 (-92.39%)
Mutual labels:  svg
Iconify
Universal icon framework. One syntax for FontAwesome, Material Design Icons, DashIcons, Feather Icons, EmojiOne, Noto Emoji and many other icon sets (90+ icon sets, 80,000+ icons).
Stars: ✭ 439 (-92.58%)
Mutual labels:  svg
Cairosvg
Convert your vector images
Stars: ✭ 453 (-92.34%)
Mutual labels:  svg
Boxes
Boxes.py - laser cutting boxes and more
Stars: ✭ 429 (-92.75%)
Mutual labels:  svg
Github Corners
A fresher "Fork me on GitHub" callout.
Stars: ✭ 4,583 (-22.53%)
Mutual labels:  svg
Badgen
Fast handcraft svg badge generator.
Stars: ✭ 464 (-92.16%)
Mutual labels:  svg
Feather
Simply beautiful open source icons
Stars: ✭ 21,029 (+255.46%)
Mutual labels:  svg
Svgedit
Powerful SVG-Editor for your browser
Stars: ✭ 4,674 (-20.99%)
Mutual labels:  svg
Scour
Scour - An SVG Optimizer / Cleaner
Stars: ✭ 443 (-92.51%)
Mutual labels:  svg
Radiance
Building modern, elegant and fast Swing applications
Stars: ✭ 458 (-92.26%)
Mutual labels:  svg
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-92.53%)
Mutual labels:  svg
Canvas2svg
Translates HTML5 Canvas draw commands to SVG
Stars: ✭ 467 (-92.11%)
Mutual labels:  svg
Automator Workflows
A collection of Automator workflows (services) that speed up your design / development process. Compatible with LaunchBar 6 and 7 Actions
Stars: ✭ 439 (-92.58%)
Mutual labels:  svg
Philter
Philter is a JS plugin giving you the power to control CSS filters with HTML attributes.
Stars: ✭ 445 (-92.48%)
Mutual labels:  svg
Wavedrom.github.io
Digital timing diagram editor
Stars: ✭ 453 (-92.34%)
Mutual labels:  svg
Elm Charts
Create SVG charts in Elm.
Stars: ✭ 482 (-91.85%)
Mutual labels:  svg
Azure Design
Here you will find my complete Azure Visio Stencil and bonus SVG and PNG versions for all of the Azure Service and configuration items.
Stars: ✭ 470 (-92.06%)
Mutual labels:  svg

ENGLISH

DataV

LICENSE LICENSE

DataV是干什么的?

  • DataV是一个基于Vue的数据可视化组件库(当然也有React版本
  • 提供用于提升页面视觉效果的SVG边框和装饰
  • 提供常用的图表如折线图等
  • 飞线图/轮播表等其他组件

npm安装

$ npm install @jiaminghi/data-view

使用

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

Vue.use(DataV)

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

详细文档及示例请移步HomePage.

UMD版

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

UMD版使用示例

TODO

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

致谢

组件库的开发基于个人学习和兴趣,由于技术水平及经验的限制,组件尚有许多不完善之处,如有BUG可及时提交issue或添加反馈群进行反馈,也欢迎提供指正和建议,感谢各位的支持。

反馈

Feedback

Demo

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

construction-data

manage-desk

electronic-file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].