Commit Graph

140 Commits

Author SHA1 Message Date
SevenNorth
fcf71e0b2d
fix: 修复状态文档中关于状态样式示例代码错误 (#5875) 2024-06-17 14:23:26 +08:00
Aaron
e91d473ebd
docs: update f&q (#5861) 2024-06-13 10:32:31 +08:00
Aaron
343941bf2f
docs: fix site docs (#5856)
* docs: fix cover image

* docs: correct custom edge example
2024-06-12 16:55:46 +08:00
Aaron
b1d2a6da5b
docs: fix doc installation (#5842) 2024-06-07 19:37:54 +08:00
Aaron
3f4810d9ae
docs(site): update docs (#5815) 2024-06-04 21:29:36 +08:00
Aaron
13ce857a1a
refactor: adjust export event (#5812) 2024-06-04 13:56:13 +08:00
Yuxin
3d1350b3ab
feat: click element behavior support setting neighborSelectedState (#5798)
* feat: click element behavior support setting neighborSelectedState

* refactor: rename to click-select and hover-activate behavior
2024-06-03 17:21:23 +08:00
Aaron
2cea1bcc01
docs: update docs (#5804)
* docs(site): add 3d manual, update feature

* chore: update dumi-theme-antv version

* docs: update docs
2024-06-03 17:19:47 +08:00
Aaron
133bcc40ea
refactor(layout): export d3-force-3d from 3d extension (#5803)
* refactor(layout): export d3-force-3d from 3d extension

* refactor(layout): rename d3force to d3-force
2024-06-03 17:12:46 +08:00
Yuxin
3b1bef3dd2
docs: iconfont (#5757) 2024-05-22 10:22:49 +08:00
Wang Hongfei
aef5f591ad
feat: add docs to some layouts (#5744)
* feat: add docs to some layouts

---------

Co-authored-by: whf01206399 <whf01206399@antgroup.com>
2024-05-16 19:20:06 +08:00
Wang Hongfei
2f8365bfd6
feat: add corresponding English docs (#5738)
* feat: add corresponding English docs
---------

Co-authored-by: whf01206399 <whf01206399@antgroup.com>
2024-05-16 10:13:08 +08:00
Aaron
66aa63c9b2
docs(site): update doc hyperlinks (#5737) 2024-05-14 16:05:41 +08:00
Aaron
3659e7d1a0
fix(runtime): fix incorrect combo connect (#5726)
* refactor(runtime): getElementDat -> getElementsDataByType, getElementsData -> getElementDataById

* fix(runtime): fix issue that unexpect edge ends
2024-05-11 21:56:03 +08:00
Yuxin
ef1eaf6a54
docs: add data api (#5722) 2024-05-10 18:03:04 +08:00
Aaron
80ed0b9cc3
docs: perfect manual docs (#5710) 2024-05-10 11:17:08 +08:00
Yuxin
07c77eeb2d
docs: impove behavior comments and add api interactive demos (#5715)
* docs: add reference page title

* docs: refine behavior api interactive demos
2024-05-09 20:29:40 +08:00
Yuxin
f0cbeba90a
docs: plugin api docs and demo (#5703)
* refactor: modify plugin comments

* docs: add plugin demos

* fix: fix ci
2024-05-07 20:43:47 +08:00
Aaron
45750f7790
docs: add documentation (#5695)
* refactor(site): adjust script

* feat(site): add script that can sort docs in specific folder

* docs: remove apis folder

* docs: add getting-started for chinese version

* docs: add core-concept for chinese version

* docs: add upgrade for chinese version

* docs: remove quick-start

* refactor(site): add createGraph global utils

* docs: add extension in core concept
2024-05-06 10:52:18 +08:00
Yuxin
71fed76616
refactor: adjust element types (#5693)
* refactor: adjust types

* docs: add comments

* refactor: reorganize api directory structure

* docs: refine element docs
2024-04-30 15:42:11 +08:00
Yuxin
7cc8278fc1
feat(doc-pipeline): add scripts to generate element api docs (#5685)
* feat: generate edge api docs

* feat: generate node,combo style props docs

* refactor: doc pipeline

* docs: remove reference index.md
2024-04-29 17:13:33 +08:00
Yuxin
5028413d0f
chore: add auto-generated doc files to .gitignore (#5679)
* refactor: remove placeholder files

* chore: add auto-generated files to .gitignore

* feat: api method list support remarks tag
2024-04-25 16:17:41 +08:00
Aaron
ea9cc6b4c0
docs: adjust docs structure, create docs template (#5670)
* docs: remove old docs

* docs: adjust example dir name

* feat: add script to create doc template

* docs: create site docs template

* docs: adjust api/element structure

* docs: adjust graph docs

* docs: adjust category naming
2024-04-23 15:56:29 +08:00
Yuxin
57317d49a3
feat: add BubbleSets plugin (#5653)
* refactor: extract contour shape

* feat: bubble sets

* test: add bubble-sets demo
2024-04-23 10:46:56 +08:00
Frank William
895955435d
feat(element): add donut (#5645)
* feat(element): add donut

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>
2024-04-19 10:58:13 +08:00
Frank William
a0d6cfe7a5
feat(behaviors): add brush-select, add lasso-select (#5623)
* feat(behaviors): add brush-select

* feat(behaviors): add lasso-select/brush-select

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
2024-04-12 14:03:07 +08:00
DonovanYe
f5ec528661
docs: fix typos in elements.zh.md and CONTRIBUTING.en-US.md (#5598)
* docs: fix typos in elements.zh.md

* docs: fix typos in CONTRIBUTING.en-US.md
2024-03-28 00:13:07 +08:00
omahs
7539c3eb99
docs: fix typos (#5476)
* fix typos

* fix typo

* fix typos

* fix typos
2024-02-27 21:07:36 +08:00
hustcc
a4a2299ea4
docs: make site build (#5446)
* chore: make site build

* docs: make api reference work

* chore: add case gallery

* docs: add one demo
2024-02-20 13:25:29 +08:00
Yuxin
98a213ab70
perf: simplify plugin registration; add comments and unit tests (#5352)
* perf: refactor register;add comments and unit tests

* fix: ci

---------

Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2024-01-17 18:59:21 +08:00
Yuxin
ced681f309
feat: api reference builder (#5347)
* feat: api reference builder

* chore: generate api docs before build site

---------

Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2024-01-17 09:28:57 +08:00
Aaron
4058ba5344
chore: merge 5.1 branch into v5 (#5345)
* refactor: remove IGraph usage (#5336)

* refactor: remove IGraph definition and usage

* chore: mark the type problems

* chore: update ci script

* chore: update ci

* refactor: remove history plugin (#5338)

* refactor: upgrade to register plugins globally (#5337)

* refactor: upgrade to register plugins globally

* fix: ci

* feat: register once default plugins during initialization

* refactor: upgrade to register plugins globally

---------

Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>

* feat: add new spec definition (#5342)

* feat: add new spec definition

* refactor: remove background, cursor option

* refactor: adjust palette option

* refactor: adjust spec definition

* refactor: use non-strict type checking

* refactor: adjust type naming

* refactor: add container option

---------

Co-authored-by: Yuxin <55794321+yvonneyx@users.noreply.github.com>
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2024-01-15 15:20:30 +08:00
Aaron
cb7a763446
chore: optimize project configs (#5299)
* chore: optimize project configs
2023-12-28 11:05:09 +08:00
hustcc
dbfa80675d
chore: remove unused files (#5274)
* chore: remove rfc template

* chore: remove issue hunt

* chore: remove pnpm lock file

* chore: rename action file

* chore: remove pnpm-workspace.yaml from .gitignore

* chore: remove issue hunt action
2023-12-14 21:16:50 +08:00
Aaron
85f969ba2a
docs: update upgrade docs (#5265)
* docs: update upgrade docs

* chore: update dumi-theme version, support scorll navigator
2023-12-13 15:38:45 +08:00
Aaron
151a5761db
docs: update g6 version and react-node usage (#5260) 2023-12-12 14:52:07 +08:00
Aaron
96016b54b4
docs: update g6 umd link (#5258) 2023-12-12 12:34:15 +08:00
drl990114
a18d168120
feat: migrating bundling plugin to v5 (#5116)
* feat: migrating edge bundling plugin to v5
2023-12-08 20:32:08 +08:00
Aaron
0a0dc61a88
refactor: refactor for plane node demo and docs (#5220)
* refactor: refactor for plane node demo and docs
2023-12-04 21:24:44 +08:00
Aaron
6ce28292b3
fix: fix typos (#5219)
* fix: fix typos
2023-12-04 20:46:28 +08:00
Timo Suoranta
91844fd062
feat: add plane-node for v5 (#5189)
* feat: add planeNode

---------

Co-authored-by: TT <TT@mine.com>
2023-12-04 15:19:49 +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
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
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
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
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
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