Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: new documents #2990

Merged
merged 32 commits into from
Nov 9, 2020
Merged

docs: new documents #2990

merged 32 commits into from
Nov 9, 2020

Conversation

hustcc
Copy link
Member

@hustcc hustcc commented Nov 9, 2020

  • new documents

DarrenPei and others added 29 commits September 26, 2020 10:26
* docs(about): update about-g2 in manual

add h2 Online Demo, Grammar of Graphics, Grammar of Interactions

* docs(mannual): update chart && data

add chart demo && data operation
Co-authored-by: 羽熙 <yuxi.lx@antfin.com>
Co-authored-by: 羽熙 <yuxi.lx@antfin.com>
Co-authored-by: 羽熙 <yuxi.lx@antfin.com>
* docs: update chart, data, get-started. add demo playground

* docs: update get started

Co-authored-by: 羽熙 <yuxi.lx@antfin.com>
* docs(view): add docs for view

* fix: add rid for playground
* docs(facet): imporve facet docs

improve content and merge part of facet tutorial into the API docs

* style(region): rename Region to region

* style(facet): change code comment style

* docs(facet): add live demo and change code style
* docs(interaction): add docs for grammar of interaction

* fix: translate to ZH

* docs(interaction): add live demo for example

* docs: update by cr
* feat(docs-g2): 添加图形语法文档

* fix: 修改cr建议,文件重命名

Co-authored-by: xinming <xinming.lxj@antfin.com>
* chore(docs): add adjust concept documents

* chore(docs): add adjust api documents

Co-authored-by: xunyi.ch <xunyi.ch@alibaba-inc.com>
* docs:add shape attrs api docs

* docs: remove shape attrs demo

* docs: resolve some problem

* docs: modify some attr describe

* docs: add pattern
Co-authored-by: aiyin.lzy <nadia.lzy@antfin.com>
* docs(geometry): 直接将旧的 geometry 文档迁移

* fix(docs): 修改 cr 建议, 文案大小写统一

Co-authored-by: xinming <xinming.lxj@antfin.com>
* docs: 文档补充

* fix: alternative image

Co-authored-by: liufu.lf <liufu.lf@antfin.com>
* docs: add interaction api

* docs: update event api

* fix: add area, polygon element

* fix: typo
…2962)

* docs(component): migrate components manaul and add scrollbar manual

* docs(component): add scrollbar/slider playground
* fix: 修复数据为空时 slider 报错的问题 (#2855)

* feat: improve interval label position (#2869)

* Fix typos (#2872)

* fix(typos): correct spelling

* fix(typos): spelling

* chore: relase 4.1.0-beta.10 (#2876)

* feat(region-filter): add geometry life circle, after draw animate (#2879)

* feat(region-filter): add geometry life circle, after draw animate

* test(geometry): add test case for geometry life circle

* fix: lint error

* chore: fix test

* refactor(legend): legend update and render with same logic (#2890)

* fix(types): add legend option (#2892)

related to #2891

* fix(pie-demo): typo, fixed #2884 (#2897)

* feat(legend): set default maxItemWidth = 200 (#2889)

* feat(legend): set default maxItemWidth = 200

* test: make ci works

* chore: v4.1.0-beta.11 (#2898)

* fix: 漏斗图 label position 可生效 (#2909)

* docs: marker单词拼写错误修正 (#2911)

Co-authored-by: amin.jin <amin.jin>

* fix(issue-2541): state 状态依然存在时,但由于changeSize, changeData 等重绘后丢失 (#2871)

* fix(issue-2541): state 状态依然存在时,但由于changeSize, changeData 等重绘后丢失

在 eleemnt update 的时候,递归处理 state

close: #2541

* feat(sync-shape-style): sync style with states style

Co-authored-by: xinming <xinming.lxj@antfin.com>
Co-authored-by: hustcc <i@hust.cc>

* docs: modify some descriptions (#2917)

* docs: correct binsWidth to binWidth

* docs: unified legendCfg to legendOption according to source code

Co-authored-by: 羽熙 <yuxi.lx@antfin.com>

* fix(issue-2905): 自定义 shape 的默认样式设置 (#2906)

* refactor: 类型定义完善

* fix(issue-2905): 修复自定义 shape 获取不到默认样式

Co-authored-by: xinming <xinming.lxj@antfin.com>

* feat(annotation): add support for mean / median  (#2922)

* feat(stat): add stat utils

* refactor(annotation): refactor getNormalizedValue, add support for mean

* fix: lint

* fix: 修复 adjust-color label layout 对一些颜色不生效的问题 (#2919)

* fix: fix adjust color label layout not work with rgb and css color names

* fix: add unit test for color util

* fix: median typo (#2925)

* fix(annotation): text annotation re-render will be hidden (#2916)

* fix(annotation): text annotation re-render will be hidden

* refactor(annotation): fixed #2014

* fix: lint

* fix: typo

* chore: v4.1.0-beta.13 (#2926)

* feat: G2 层支持 custom annotation html annotation (#2934)

* feat: support custom shape annotation and html annotation

* fix: correct componenet related types

* fix: shape annotation render

* fix(#2905): 无需传入 color,color 必须来源于字段映射 (#2945)

* chore: 4.1.0-beta.14 (#2947)

* feat(line-style): default use round style (#2953)

Co-authored-by: SimaQ <sima.zhang1990@gmail.com>
Co-authored-by: GeorgeZou <zousongqi@foxmail.com>
Co-authored-by: hustcc <i@hust.cc>
Co-authored-by: Michael Li <xiaoyu.tamu@gmail.com>
Co-authored-by: aminwangaa <42959482+aminwangaa@users.noreply.github.com>
Co-authored-by: Kasmine <736929286@qq.com>
Co-authored-by: xinming <xinming.lxj@antfin.com>
Co-authored-by: xi li <35586469+BBSQQ@users.noreply.github.com>
Co-authored-by: 羽熙 <yuxi.lx@antfin.com>
* docs: add advance docs

* fix: docs lint
* feat: add scale doc file

* feat: copy master scale doc content

* feat: copy master data-and-scale content

* feat: add scale doc content

* feat: add en file content
Co-authored-by: xinming <xinming.lxj@antfin.com>
* fix: catalogue of docs

* docs: upgrade gatsby theme

* chore: update gatsby theme

* docs: update reference CR
@hustcc hustcc requested a review from BBSQQ November 9, 2020 07:53
@github-actions
Copy link

github-actions bot commented Nov 9, 2020

😭 Deploy PR Preview 982ba8b failed. Build logs

🤖 By surge-preview

@hustcc hustcc requested review from lxfu1, visiky and lessmost November 9, 2020 07:53
@hustcc hustcc changed the title New docs docs: new documents Nov 9, 2020
@BBSQQ
Copy link
Member

BBSQQ commented Nov 9, 2020

  • en 不写内容的话,先补充好引用吧,不然 menu 都是空的
  • docs-cache 完全用完了可以删了,我之前只是为了留下原文方便搬运

@hustcc
Copy link
Member Author

hustcc commented Nov 9, 2020

  • en 不写内容的话,先补充好引用吧,不然 menu 都是空的
  • docs-cache 完全用完了可以删了,我之前只是为了留下原文方便搬运

我看是只有一部分没有

Copy link
Member

@BBSQQ BBSQQ left a comment

Choose a reason for hiding this comment

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

LGTM

@hustcc hustcc merged commit 982ba8b into master Nov 9, 2020
@hustcc hustcc deleted the new-docs branch February 24, 2021 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants