Skip to content

Commit

Permalink
feat: initial widget-funnel-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko030303 committed Dec 20, 2022
1 parent 2dc0e5c commit da1649e
Show file tree
Hide file tree
Showing 31 changed files with 66,964 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .apitable.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
token: API_TOKEN
host: HOST
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea

dist/*/*.map
.doc
.build.env
/blueprint-templates

# dependencies
**/node_modules
/.pnp
.pnp.js

# testing
/packages/*/coverage

# production
/packages/*/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# yarn cache
.yarn/cache/
.yarn/build-state.yml
.yarn/install-state.gz
.yarn/unplugged

# apitable yml will store your api token, so you need to ignore it
.apitable.yml

# ignore packed files
*.zip
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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.apitable.com/docs/guide/intro-widget-funnel-chart/)

### Changelog
See: [changelog](changelog.md)
Binary file added author_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
Binary file added cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61,490 changes: 61,490 additions & 0 deletions dist/packed/widget_bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit da1649e

Please sign in to comment.