
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
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
vue3 echart 低代码,图表设计器渲染库。基于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>
FAQs
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
The npm package omita receives a total of 25 weekly downloads. As such, omita popularity was classified as not popular.
We found that omita demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.