https://github.com/apitable/widget-funnel-chart
https://github.com/apitable/widget-funnel-chart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apitable/widget-funnel-chart
- Owner: apitable
- License: mit
- Created: 2022-12-20T04:14:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T08:59:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T15:52:56.470Z (about 1 year ago)
- Language: TypeScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
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)