npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

omita

v1.0.0-beta.14

Published

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

Downloads

22

Readme

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>

更新日志