Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikadata/widget-funnel-chart
漏斗图小程序
https://github.com/vikadata/widget-funnel-chart
Last synced: 3 months ago
JSON representation
漏斗图小程序
- Host: GitHub
- URL: https://github.com/vikadata/widget-funnel-chart
- Owner: vikadata
- License: mit
- Created: 2022-06-29T08:20:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T01:39:37.000Z (about 1 year ago)
- Last Synced: 2024-04-16T08:34:02.461Z (7 months ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vikadata - widget-funnel-chart
README
# Widget - Funnel Chart
The funnel chart is suitable for one-way analysis of a single process with a standardized business process, long cycle, and many parts. Through the funnel chart, you can intuitively discover which parts in the business data are optimized.
## 🌟Feature
- [x] Support single/multi-select record rendering chart
- [x] Custom dimension (up to 10)
- [x] Support frozen (lock) chart
- [x] Support configuration panel switch record rendering chart
- [x] Increase support for currency fields
- [ ] Support according to the statistics of the column## Quick Start
### Init project
```sh
git clone
cd widget-funnel-chart
cp .apitable.yml.example .apitable.yml
# Change Config.yaml
# Change packageId, spaceId in widget.config.json
```### Install
```sh
npm install
widget-cli start
```### Tutorial
For details, see the official help manual
[Funnel Chart | APITable](https://help.aitable.ai/docs/guide/intro-widget-funnel-chart/)### Changelog
See: [changelog](changelog.md)