Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caohuilin/liquidfill
水球图表
https://github.com/caohuilin/liquidfill
Last synced: 6 days ago
JSON representation
水球图表
- Host: GitHub
- URL: https://github.com/caohuilin/liquidfill
- Owner: caohuilin
- Created: 2020-06-08T08:44:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T20:56:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:23:41.864Z (about 1 month ago)
- Language: TypeScript
- Size: 2.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pandora-visualization-app-scaffold
> 可视化应用脚手架
## 目录结构
- src 目录为自定义可视化图表源码,直接在 index 文件中进行开发即可
- platform 目录为模拟 pandora 应用平台渲染图表相关逻辑,方便进行代码调试
## 使用姿势
### 开发
- 在主目录执行 `yarn install && yarn run start`
- 修改 platform 目录 package.json 文件
- proxy 字段为当前 pandora 服务 URL
- account 字段中填写对应服务的用户名和密码
- 在主目录执行 `yarn run platform`### 打包
- 开发完成后,执行 `yarn run package`', 编译最终代码并打包
- 上传可视化应用`liquidFill.tar.gz`至 Pandora 平台