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

Feat/arc label #216

Merged
merged 32 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fb6db34
feat: inside & outside pie chart label
pairone Jul 25, 2023
ad7477f
feat: change layoutArcLabels of abstractMethod to nonAbstractMethod
pairone Jul 25, 2023
8ca704c
feat: change label type as ITextGraphicAttribute to fit createText
pairone Jul 25, 2023
d93de40
feat: change label type as ITextGraphicAttribute to fit getAnimationA…
pairone Jul 25, 2023
4da550c
Merge branch 'develop' into feat/arc-label
pairone Jul 27, 2023
8025503
feat: merge latest develop
pairone Jul 27, 2023
7a31a8e
feat: add interface for ArcLabelAttrs
pairone Jul 27, 2023
aa87f1b
feat: change required properties to optional in labelGraphicAttribute
pairone Jul 27, 2023
8558613
feat: remove duplicate properties in ILabelGraphicAttribute
pairone Jul 27, 2023
d6879d9
feat: merge label support custom layout function #191, solve conflicts
pairone Jul 28, 2023
bc4e9c7
feat: change textAlign & textBaseline type
pairone Jul 28, 2023
1490cc0
feat: change currentMarks type
pairone Jul 28, 2023
fb37e1b
feat: add type definition for text.attribute
pairone Jul 28, 2023
6ce808a
feat: change stroke as optional attribute
pairone Jul 28, 2023
3932873
feat: add calculation items such as middleArc, adjust the vertical po…
pairone Aug 4, 2023
5655836
feat: arc label supports setting angle
pairone Aug 4, 2023
1483b04
feat: add rush change log
pairone Aug 4, 2023
c7c08b4
feat: specify the attribute type
pairone Aug 4, 2023
826da88
feat: modify TextAlignType, TextBaselineType as vrender type
pairone Aug 4, 2023
bcec49e
feat: merge latest develop branch
pairone Aug 4, 2023
be33d99
feat: modify arcLabel position
pairone Aug 8, 2023
2d426f7
feat: add rush change log
pairone Aug 8, 2023
bf0c91d
feat: delete textAlign&textBaseline of arc label attribute
pairone Aug 8, 2023
0aba898
feat: optimize arc label
pairone Aug 8, 2023
26f3d4d
feat: decoupling arcLabel and base
pairone Aug 8, 2023
8acab1a
feat: add type of labelLine path
pairone Aug 8, 2023
cebe701
feat: specify text.attribute type
pairone Aug 8, 2023
a34cde3
feat: rewrite overlapping in arc label
pairone Aug 9, 2023
94272fe
feat: add the clearing logic of arcLeft and arcRight, migrate the lab…
pairone Aug 9, 2023
2153861
feat: spetify graphicAttribute type as ArcAttrs
pairone Aug 9, 2023
6f60b59
feat: spetify graphicAttribute type as IArcGraphicAttribute
pairone Aug 9, 2023
3ebe3b8
feat: merge latest develop branch
pairone Aug 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender-components",
"comment": "feat: arc label sink",
"type": "patch"
}
],
"packageName": "@visactor/vrender-components"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender-components",
"comment": "feat: modify arcLabel position",
"type": "patch"
}
],
"packageName": "@visactor/vrender-components"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender-components",
"comment": "feat(component): label component support custom layout and dataFilter",
"type": "patch"
}
],
"packageName": "@visactor/vrender-components"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender-components",
"comment": "fix: fix the issue of using interactive layer in only on canvas env",
"type": "patch"
}
],
"packageName": "@visactor/vrender-components"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender",
"comment": "fix: fix the issue of area stroke with texture",
"type": "patch"
}
],
"packageName": "@visactor/vrender"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vrender",
"comment": "fix: fix the issue of using interactive layer in only on canvas env",
"type": "patch"
}
],
"packageName": "@visactor/vrender"
}
Loading