Aaron
0b89bf7f86
refactor: adjust site demos ( #5217 )
...
* refactor: remove unused demos
* refactor: adjust onresize handle
* refactor: update 3d data resource
* docs: update demos imports
* refactor: handle resize uniformly and import module name
* fix: fix issue that demo cannot get container
* refactor: remove unused demos of algorithm and case
2023-12-04 14:42:33 +08:00
Aaron
3534d4669b
docs: adjust docs of data ( #5211 )
...
* docs: adjust docs of data
* docs: update api docs
2023-12-01 17:44:49 +08:00
xiaoiver
989051ef08
chore: use jsdom in screenshot ( #5201 )
...
* chore: use jsdom in screenshot
* chore: yaml syntax error
* chore: migrate more test cases
* chore: migrate more test cases
2023-11-29 14:24:26 +08:00
Aaron
48308e0bd9
chore: config v5 deploy workflow ( #5204 )
2023-11-29 11:10:19 +08:00
pomelo
e1f4e115ee
feat: remove default image ( #5144 )
...
* feat: remove default image
* fix: destroyBehavior
2023-11-29 11:02:21 +08:00
yvonneyx
d891fbe173
fix: fix incomplete animation field parsing ( #5180 )
...
* fix: fix incomplete animation field parsing
---------
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-11-29 10:59:21 +08:00
Aaron
a2e59c9ac9
docs: update graph instance methods docs ( #5203 )
2023-11-29 10:51:32 +08:00
Yanyan Wang
a315fec0d6
Merge pull request #5178 from antvis/v5-fix-transforms
...
fix: combo ancestor update problem
2023-11-22 13:19:37 +08:00
Yanyan-Wang
728ed1d69c
fix: combo ancestor update problem
2023-11-22 12:55:56 +08:00
Aaron
5fb846d152
chore: update version to 5.0.0 ( #5174 )
...
* chore: update version to 5.0.0
* chore: update version reference
* chore: update pnpm-lock file
* chore: update @antv/g6-plugin-map-view dependency reference
2023-11-22 12:34:15 +08:00
Aaron
dd0f557cdd
fix: fix issue that integration test lack of canvas ( #5175 )
...
* fix: fix issue that integration test lack of canvas
* fix: update demos of igonoring label
---------
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-11-22 12:11:11 +08:00
Yanyan Wang
c770297fad
fix: transforms should not be executed when update positions ( #5177 )
2023-11-22 11:39:29 +08:00
yvonneyx
62bab14689
docs: complete docs of custom node,edge,combo ( #5171 )
...
* docs: update docs of extension list
* docs: complete docs of custom node,edge,combo
* docs: remove node edge extension
---------
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-11-22 10:36:13 +08:00
Aaron
eb7fbb41cc
docs: format api/layout docs ( #5166 )
...
* docs: format api/layout docs
* docs: translate CentripetalOptions doc
2023-11-22 10:22:30 +08:00
MiniPear
7d5d0684e0
Merge pull request #5172 from antvis/docs-image-position
...
docs: image position
2023-11-21 18:48:48 +08:00
ai-qing-hai
3e85ff294d
docs: image position
2023-11-21 17:50:46 +08:00
yvonneyx
5dff5757d7
fix: Improve local update mechanism of encode mapper ( #5153 )
...
* fix: enhance mapper encode logic
* fix: fixed a cache miss when asynchronously updating the show element
* fix: edit data transformer active lifecyle
---------
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-11-21 17:19:14 +08:00
MiniPear
eb2777a2c3
Merge pull request #5170 from antvis/fix-dumi-buttons
...
fix: dumi buttons
2023-11-21 15:03:03 +08:00
yvonneyx
15d41fbe94
docs: add docs of custom data tramsformer and theme; format docs of items api ( #5169 )
...
* docs: add Custom Theme Extension
* docs: add custom transform tutorial
* docs: format docs of items (nodes, edges, combos)
---------
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-11-21 14:56:48 +08:00
ai-qing-hai
e097346533
fix: dumi buttons
2023-11-21 14:39:17 +08:00
Frank William
3468c0d0cb
Merge pull request #5168 from antvis/chore-dumi-theme-antv
...
chore: update dumi-theme-antv
2023-11-20 19:39:59 +08:00
ai-qing-hai
7309e4118f
chore: update dumi-theme-antv
2023-11-20 19:19:46 +08:00
Aaron
ef337861df
docs: format docs of behaviors, plugins, shape and common ( #5164 )
2023-11-20 17:11:49 +08:00
Aaron
e08c299a69
docs: update v5 site docs ( #5162 )
...
* docs: remove readme and navigation in site
* docs: remove v4 core concept docs
* docs: update history and lod plugin docs
* chore: update dumirc config
* docs: add api shape overview doc
* docs: update manual docs
* docs: update manual and tutorial docs
* chore: update dumirc
* docs: remove design sector
* docs: update docs meta data
* docs: update api docs
2023-11-20 09:50:36 +08:00
Aaron
35aa9486a1
fix: fix issues about examples ( #5163 )
...
* fix: fix issue that lodController options.debounce may not exists
* fix: fix issue that Behavior be exported as type
* fix: fix issue that wasm layout demo cannot find graph
* fix: fix typo
2023-11-20 09:49:15 +08:00
yvonneyx
6be8f9810e
Merge pull request #5138 from antvis/fix/example-force-params
...
refactor: adjust force params demo
2023-11-15 21:26:30 +08:00
yvonneyx
6179c5d036
docs: add item (node,edge,combo) v5 docs ( #5143 )
...
* docs: add nodes docs
* docs: add item edge docs
* docs: refine item (node,edge) docs
* docs: combo docs
* perf: refine model rect item
* docs: add custom data transformer docs
* docs: refine item docs
---------
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-11-15 21:16:17 +08:00
Yanyan Wang
4f9adec6a0
Merge pull request #5136 from antvis/docs/plugins
...
docs: update plugins docs
2023-11-13 21:52:10 +08:00
Chushen
d3722e94da
refactor: adjust force params demo
2023-11-13 16:40:13 +08:00
Chushen
5a275c9fbd
docs: update demo links
2023-11-13 14:09:28 +08:00
Chushen
c1dad008ef
docs: add plugin demos link
2023-11-13 14:06:28 +08:00
Chushen
d67b6db15a
docs: delete useless plugins docs
2023-11-13 14:02:43 +08:00
Chushen
71780c0e3b
docs: adjust plugins docs arrangement
2023-11-13 13:52:57 +08:00
Chushen
293abb63d2
docs: update rest part of plugin docs
2023-11-13 13:52:57 +08:00
Chushen
4d3a44a75b
docs: update part of plugins docs
2023-11-13 13:52:57 +08:00
Yanyan Wang
86df0d2a34
Merge pull request #5135 from antvis/docs/behaviors
...
docs: update behaviors docs
2023-11-13 13:50:04 +08:00
Chushen
7bb7e743d6
docs: update behaviors order
2023-11-13 13:42:36 +08:00
Chushen
be1e8c975c
docs: add demo links
2023-11-13 13:41:40 +08:00
Chushen
303afb671c
docs: delete useless docs
2023-11-13 13:37:55 +08:00
Chushen
fe9353a83d
docs: adjust arrange of behaviors docs
2023-11-13 13:04:25 +08:00
Chushen
cc4d2ec779
docs: update rotate canvas 3d
2023-11-13 13:04:25 +08:00
Chushen
407a301431
docs: update rest part of docs of behaviors
2023-11-13 13:04:25 +08:00
Chushen
92e548c28a
docs: adjust IG6GraphEvent types
2023-11-13 13:04:25 +08:00
Chushen
451dbb33d5
docs: update part of behaviors
2023-11-13 13:04:25 +08:00
Yanyan Wang
a022062775
Merge pull request #5133 from antvis/docs/shape
...
docs: update api shape docs
2023-11-13 12:54:35 +08:00
Chushen
0b97d1f2e3
docs: fix sphere geometry docs
2023-11-10 22:22:21 +08:00
Chushen
80ab4ae9fb
docs: update chinese docs title
2023-11-10 22:19:40 +08:00
Chushen
6c24f2003f
docs: remove node style props
2023-11-10 22:12:24 +08:00
Chushen
70daaf85c2
docs: set orders
2023-11-10 22:11:33 +08:00
Chushen
7ce6ed2ea3
docs: adjust base style doc
2023-11-10 22:02:00 +08:00