-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Niko030303
committed
Dec 20, 2022
1 parent
2dc0e5c
commit da1649e
Showing
31 changed files
with
66,964 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
token: API_TOKEN | ||
host: HOST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Changelog |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.