Skip to content

Commit

Permalink
Merge pull request #15 from ranglang/main
Browse files Browse the repository at this point in the history
chore: upgrade AITable
  • Loading branch information
BensonCheung authored Sep 8, 2023
2 parents 0399740 + 781b1fb commit d8daa77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.20",
"version": "1.1.21",
"description": "my apitable widget chart",
"engines": {
"node": ">=8.x"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Display data as bar, column, pie, line, or scatter charts to help you get a comp

The chart widget can use any column in the table as a statistical dimension to perform data statistics, and also can use any column to perform a secondary statistical stacking on top of the primary statistics, and finally display the statistical values in the form of a common chart on the widget. You can summarize the data and display the statistics in a number of different dimensions, such as members, dates, brands, categories as statistical dimensions ......

For details, see the official help manual [「chart」widget | apitable](https://help.apitable.com/docs/guide/intro-widget-chart).
For details, see the official help manual [「chart」widget | apitable](https://help.aitable.ai/docs/guide/intro-widget-chart).
5 changes: 3 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"chart_widget_setting_help_url": "https://help.apitable.com/docs/guide/intro-widget-chart"
}

"chart_widget_setting_help_url": "https://help.aitable.ai/docs/guide/intro-widget-chart"
}

0 comments on commit d8daa77

Please sign in to comment.