Giter Club home page Giter Club logo

nniai / viboard Goto Github PK

View Code? Open in Web Editor NEW
129.0 1.0 1.0 22.71 MB

A cross-platform Echarts dashboard application,Powerpoint-like, designed based on Excel data, with the capability to update data remotely.supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall. 支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图。

Home Page: https://nniai.com

Python 100.00%
baidumap bigdata echarts maps data-visualization visualization dashboard analytics datav vue3 vuetify3 wails

viboard's Introduction

软件介绍

ViBoard 数据大屏可视化软件,基于Excel数据设计可视化,像PPT一样设计、传播和显示,但也能远程更新数据。

Features

  • Powerpoint-like
  • Designed based on Excel data
  • Update data remotely
  • Cross platform

简易逻辑

设计模式->导入excel->设计视图(*.NNIE)->导出视图编码(*.NNIC)
显示模式->打开视图编码(*.NNIC)->打开远程服务->人工或自动化定时更新数据

简易教程

demo.webm

软件界面

  1. 设计模式界面

  1. 显示模式界面

更新数据

启动远程服务 #启动之后就可以远程更新数据。

# 人工远程更新数据

登陆 http://127.0.0.1:50520 # 账号密码在显示模式下可以看到,该模式支持人工用Excel文件定时更新数据。


# 自动化更新数据

options = {
    "key":"e289ba5c-b692-4fd1-bcbd-7097e4734d48", # 请登陆网页获取key,本key是表key,
                                                  # 如果是组件就换成组件ID 例如:i0IV46AKSeIHhwf3bFeLF 
    "data":json.dumps([["张三",69],["李四",88]]) , # 原表格式是"姓名,分数"两列,
                                                  # 如果更新的是组件,要json.dumps(["新内容"]),
                                                  # 这个数组只有一个元素就是组件新内容。
    "replace":"true" # 这个参数只有在覆盖更新的时候有效,增量更新或更新组件时无效。
}


requests.post(
    "http://127.0.0.1:50520/ai", 
    data=options,
    headers={
        "token": "355458543157374159565337324e4547" # token可以在显示模式下获取。
    }
) 

# 正常的话返回结果是"ok"

关于我们

我叫李飞龙,软件由我个人技术、爱好和资金在驱动,软件免费但无法保证任何包含但不仅限经济、安全和质量等问题,除了以下情况:

  1. 软件不会植入广告
  2. 软件不会留有后门
  3. 软件不会收集信息

以上条件成立的前提是通过合规渠道获取到软件,任何形式交换获取软件或包含但不仅限参与软件官方或非官方活动等,均可以理解为骗局。

如您发现软件问题,可以把详细问题发送到我邮箱,当然也可以请我喝杯咖啡或者给我点个星星。

邮箱:[email protected]

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.