Skip to content

Commit

Permalink
docs: type InteractionStateTheme (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
d2FuZ3h1ZG9uZw authored May 29, 2023
1 parent b2ac77c commit cc34ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s2-site/docs/api/general/S2Theme.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ Function description: interactive general theme
| backgroundOpacity | background transparency | `number` | | |
| borderColor | Edge fill color | `string` | | |
| borderWidth | Edge Width | `number` | | |
| borderOpacity | border transparency | `number` | | |
| textOpacity | text transparency | `number` | | |
| opacity | overall transparency | `number` | | |

#### Margin|Padding
Expand Down
2 changes: 2 additions & 0 deletions s2-site/docs/api/general/S2Theme.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ s2.setTheme({
| backgroundOpacity | 背景透明度 | `number` | | |
| borderColor | 边线填充色 | `string` | | |
| borderWidth | 边线宽度 | `number` | | |
| borderOpacity | 边线透明度 | `number` | | |
| textOpacity | 文本透明度 | `number` | | |
| opacity | 整体透明度 | `number` | | |

#### Margin | Padding
Expand Down

1 comment on commit cc34ae9

@vercel
Copy link

@vercel vercel bot commented on cc34ae9 May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

antvis-s2 – ./

antvis-s2-antv-s2.vercel.app
antvis-s2-git-master-antv-s2.vercel.app
antvis-s2.vercel.app

Please sign in to comment.