-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tooltip): enhance tooltip (#862)
* feat(tooltip): enhance tooltip * feat(tooltip): update docs * feat(tooltip): fix test * feat(tooltip): fix test * feat(tooltip): fix test * feat(tooltip): update docs * feat(tooltip): update demo * feat(tooltip): update docs * feat(tooltip): support config corner and rename cell => data * feat(tooltip): update docs
- Loading branch information
1 parent
3162549
commit 9e411b5
Showing
49 changed files
with
1,040 additions
and
329 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
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
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 |
---|---|---|
|
@@ -179,14 +179,26 @@ git clone [email protected]:antvis/S2.git | |
|
||
cd S2 | ||
|
||
yarn | ||
# 安装依赖 | ||
yarn # 或者 yarn bootstrap | ||
|
||
# 调试 s2-core | ||
yarn core:start | ||
|
||
# 本地启动官网 | ||
# 调试 s2-react | ||
yarn react:playground | ||
|
||
yarn site:bootstrap | ||
# 单元测试 | ||
yarn test | ||
|
||
# 打包 | ||
yarn build | ||
|
||
# 代码风格和类型检测 | ||
yarn lint | ||
|
||
# 本地启动官网 | ||
yarn site:bootstrap | ||
yarn site:start | ||
``` | ||
|
||
|
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 |
---|---|---|
|
@@ -174,14 +174,23 @@ git clone [email protected]:antvis/S2.git | |
|
||
cd S2 | ||
|
||
yarn | ||
# 安装依赖 | ||
yarn # 或者 yarn bootstrap | ||
|
||
# 调试 | ||
yarn core:start | ||
|
||
# 本地启动官网 | ||
# 单元测试 | ||
yarn test | ||
|
||
yarn site:bootstrap | ||
# 打包 | ||
yarn build | ||
|
||
# 代码风格和类型检测 | ||
yarn lint | ||
|
||
# 本地启动官网 | ||
yarn site:bootstrap | ||
yarn site:start | ||
``` | ||
|
||
|
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
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
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
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
Oops, something went wrong.