🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

omita

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omita

omita 是一个基于 vue3 开发的 echart 图表设计器低代码插件, 旨在简化数据可视化过程。这个插件允许用户通过图形界面快速设计和部署echart图表,大大减少了编码工作和开发时间。omita is a low-code plugin for designing echart charts, developed with vue3. It aims to simplify the process of data visualization. This plugin allows users

latest
npmnpm
Version
1.0.0-beta.14
Version published
Weekly downloads
25
47.06%
Maintainers
1
Weekly downloads
 
Created
Source

omi 图表设计器

vue3 echart 低代码,图表设计器渲染库。基于goview实现。

goview地址

渲染器

渲染器指,render相关的逻辑,我们的画布渲染就是我们的渲染器,画布渲染器 + json配置。即可使用我们设计好的内容。可以基于这个画布内容进行二次开发

项目快速上手

在goview中导出json,然后在vue3中引入这个插件使用方法如下示例仓库地址

npm i omita --save

import omita from 'omita/omiData.es.js'

import 'omita/lib/style.css'

createApp(App).use(omita).mount('#app');


<OmiRender
    v-if="myJson"
    :componentList="myJson.componentList"
    :editCanvasConfig="myJson.editCanvasConfig"
    :requestGlobalConfig="myJson.requestGlobalConfig"

></OmiRender>

更新日志

Keywords

omita

FAQs

Package last updated on 05 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts