1.开源连接地址
GitHub - vaemusic/datav-vue3: datav Vue3+TS+Vite版
npm install @kjgl77/datav-vue3
3.全局引入
import { createApp } from 'vue'
import App from './App.vue'
import DataVVue3 from '@kjgl77/datav-vue3'
const app = createApp(App)
app.use(DataVVue3)
4.具体使用
<template>
<dv-digital-flop :config="config1" style="margin-left:-60px;margin-bottom:-20px">
</dv-digital-flop>
</template>
<script>
export default {
components: {},
data() {
return {
data: [],
curCarSatic: {},
parkCode: "",
config1: { number: [0], toFixed: 0, content: "{nt}" },
mounted() {
this.parkingSpaceStatic()
methods: {
parkingSpaceStatic(){
this.config1 = {
number: [1000],
toFixed: 0,
content: "{nt}",
style: {
fontSize: 32,
fill: '#ffff8d',
fontWeight: '400',
textAlign : 'start',
shadowColor:'#333',
fontFamily:'Impact'}
</script>
<style scoped>
</style>
5.使用方法
介绍 | DataV
6.数字翻牌器注意:config的初始值为0 才会有滚动的效果
[TYPE](SCOPE):DESCRIPTION#[ISSUE]
# example feat(button):add type 'button' for form usage #1234
Git提交模板配置:./commitlint.config.js
本项目主要用来研究与学习,如果商用请注意:项目里含有一些第三方付费素材,如:orbitron-bold 字体。
推荐开源项目:
Vue
3-Big-Screen -
大屏
可视化
开发利器
项目地址:https://gitcode.com/dddggg123/
vue
3-big-screen
Vue
3-Big-Screen 是一个基于
Vue
3 的专为
大屏
展示设计的
前端
框架。它简化了数据驱动的
大屏
幕
可视化
项目的开发流程,提供了丰富的
组件
和灵活的配置,让开发者可以快速构建出美观且高性能的
可视化
应用。
技术分析...
Vue
2有许多
可视化
组件
库可以用于
大屏
可视化
项目。以下是一些常用的
可视化
组件
库:
1. ECharts:ECharts 是百度开源的一个数据
可视化
库,提供了丰富的图表类型和交互功能,适用于各种
大屏
可视化
需求。
2. D3.js:D3.js 是一个基于数据驱动的
可视化
库,提供了强大的数据绑定和DOM操作能力,可以用于创建高度定制化的
可视化
组件
。
3. AntV:AntV 是蚂蚁金服开源的一套数据
可视化
解决方案,包括 G2、G6、F2 等多个图表库,提供了丰富的图表类型和交互功能。
4. Viser:Viser 是一个基于 G2 和 G6 的
Vue
可视化
库,可以方便地在
Vue
项目中使用 G2 和 G6 的功能。
5. VCharts:VCharts 是基于 ECharts 封装的
Vue
组件
库,提供了一些常用的 ECharts 图表类型的
Vue
封装
组件
。
以上是一些常见的
Vue
2
可视化
组件
库,你可以根据自己的需求选择适合的库进行开发。