GithubHelp home page GithubHelp logo

datav-front's Introduction

定位

  • davav 主要定位于轻量级嵌入式数据展现和查询场景,采用npm组件式嵌入应用系统。
  • datav不包括用户鉴权等基础功能,是一个纯粹的嵌入式组件。

功能简述

  • 支持拖拽式所见即所得式设计,布局及色系调整。
  • 数据表支持: 多表头、行列合并展现、多维数据上卷与下钻。
  • 图标支持:柱图、饼图、这些图、散点、雷达图等常见的图表形式。
  • 查询条件:支持内置固定参数、支持数据字典、支持固定值。

功能示意

数据表

数据表

图表

柱状图 多元素

多维数据

多维数据

交流群

多维数据

文档地址

http://docs.techhawk.cn/guide/report/summary/instructions.html

演示地址

http://demos.techhawk.cn/datav/

集成说明

获得nexus仓库访问方式

工具包

// 镜像配置
npm config set registry=http://nexus.eagle.kuaimeo.com:8090/repository/npm-local/
// 安装工具包
npm install coffee-report

依赖包

npm install element-ui,echarts,echarts-stat,vue-echarts,vue-echarts

配置方式

// 图表库
import "echarts";
import ECharts from 'vue-echarts'
Vue.component('v-chart', ECharts)

// UI库
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI, { size: 'small' })

// 工具库
import CoffeeReport from 'coffee-report';
import 'coffee-report/DatavDesigner.css'
Vue.use(CoffeeReport)

工具库使用方式

// 设计器
<DatavDesigner></DatavDesigner>
// 渲染器
<DatavRender :options="options"></DatavRender>
// 渲染器配置参数

  data(){
    return {
      options:{
        versionId:'276169455149514752185'
      }
    }
  }
      

datav-front's People

Contributors

leshjmail avatar

Stargazers

 avatar CG avatar river avatar  avatar

Watchers

 avatar

Forkers

riveralan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.