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/analysis pivot table tree #367

Merged
merged 74 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
8fca05a
fix: axis label unconsistent
Rui-Sun Sep 15, 2023
59ca14e
fix: the width and height of the container is changed, chart display …
fangsmile Sep 18, 2023
b5306d4
docs: update changlog of rush
fangsmile Sep 18, 2023
de738f5
Merge remote-tracking branch 'origin/develop' into 338-bug-container-…
fangsmile Sep 18, 2023
de874b5
Merge pull request #343 from VisActor/338-bug-container-resize-chart-…
fangsmile Sep 18, 2023
1cc1387
fix: chart shake when after resize container #344
fangsmile Sep 19, 2023
d1f4193
docs: update changlog of rush
fangsmile Sep 19, 2023
1923a5d
Merge pull request #345 from VisActor/338-bug-container-resize-chart-…
fangsmile Sep 19, 2023
f66a622
Merge remote-tracking branch 'origin/develop' into feat/pivot-chart
Rui-Sun Sep 19, 2023
cc735cd
Merge remote-tracking branch 'origin/dev/0.11.0' into feat/pivot-chart
Rui-Sun Sep 19, 2023
f202135
feat: add extensionRows support multi-row-tree
fangsmile Sep 19, 2023
0702004
feat: extensionRows logic
fangsmile Sep 20, 2023
7296b08
feat: extensionRows logic
fangsmile Sep 21, 2023
7042c2f
fix: the width or height of the container change large,pivotChart dis…
fangsmile Sep 21, 2023
86b82dd
docs: update changlog of rush
fangsmile Sep 21, 2023
10ee3c7
fix: fix legend padding format supportment
Rui-Sun Sep 21, 2023
5d7ad4f
Merge pull request #353 from VisActor/338-bug-container-resize-chart-…
fangsmile Sep 21, 2023
573cfab
Merge pull request #354 from VisActor/fix/legend-padding
Rui-Sun Sep 21, 2023
8563391
feat: split positive and negative range in pivotchart
Rui-Sun Sep 21, 2023
e815aa1
feat: add axis label vertical layout function
Rui-Sun Sep 21, 2023
f41f770
feat: change off() args in EventTarget
Rui-Sun Sep 22, 2023
729ae82
Merge remote-tracking branch 'origin/dev/0.11.0' into feat/pivot-chart
Rui-Sun Sep 22, 2023
66eddc5
feat: add multi-columnstree logic
fangsmile Sep 22, 2023
8d5bdeb
feat: add multi-columnstree logic
fangsmile Sep 22, 2023
aa9becb
feat: add multi-columnstree logic
fangsmile Sep 22, 2023
b8f9c21
feat: add multi-columnstree logic
fangsmile Sep 22, 2023
886bd98
refactor: cancel selection when click expend or collapse
fangsmile Sep 22, 2023
6e03d3e
fix: demo option error
fangsmile Sep 22, 2023
4b8f814
fix: fix pivot table docs
fangsmile Sep 23, 2023
77f8195
test: add different dimension demo for test
fangsmile Sep 24, 2023
a31106d
fix: fix pivot table scroll cell layout problem
Rui-Sun Sep 25, 2023
9911f0e
fix: getCellAdressByHeaderPath api on multi-tree
fangsmile Sep 25, 2023
792836a
docs: add docs about multi tree to pivot table
fangsmile Sep 25, 2023
24f87fa
docs: update changlog of rush
fangsmile Sep 25, 2023
8e71d1f
Merge pull request #364 from VisActor/fix/pivot-table-scroll
Rui-Sun Sep 25, 2023
f6b9a9f
Merge pull request #363 from VisActor/fix_docs_pivotTabel
fangsmile Sep 25, 2023
ea5c0cd
docs: udpate chartType to chartModule
fangsmile Sep 26, 2023
8a19424
feat: add pivot chart event
Rui-Sun Sep 26, 2023
7c98f0a
Merge remote-tracking branch 'origin/dev/0.11.0' into feat/pivot-chart
Rui-Sun Sep 26, 2023
b2842dd
feat: pivot tree to analysis pivot table
fangsmile Sep 26, 2023
7715b11
feat: add getDataCellPath()
Rui-Sun Sep 26, 2023
2a7d880
feat: pivot tree to analysis pivot table
fangsmile Sep 27, 2023
19777e5
feat(style): #365 VTable.TYPES add type TextAlignType
X-smart Sep 27, 2023
39e392d
Merge remote-tracking branch 'origin/dev/0.11.0' into feat/pivot-chart
Rui-Sun Sep 27, 2023
c3e66f1
refactor: title component position optimize #370
fangsmile Sep 28, 2023
d6d9646
feat: large chart split cache canvas
Rui-Sun Sep 28, 2023
5608ba0
feat: prepare for context plugin
Rui-Sun Sep 28, 2023
d71a80e
feat: add bandSize in pivot chart
Rui-Sun Sep 28, 2023
ac8ef8a
feat: support "auto" in defaultHeaderRowHeight
Rui-Sun Sep 28, 2023
b588329
feat: add compareFunc in getDataCellPath()
Rui-Sun Sep 28, 2023
b9d22c9
fix: fix bounds in getChartInstance()
Rui-Sun Sep 28, 2023
5408368
Merge branch 'feat/pivot-chart' of https://github.com/VisActor/VTable…
Rui-Sun Sep 28, 2023
566221d
fix: fix chart padding problem
Rui-Sun Sep 28, 2023
38dc9ca
fix: fix bandAxisConfig judgement
Rui-Sun Sep 28, 2023
2740f7e
fix: fix right frozen width computation
Rui-Sun Sep 28, 2023
b9d8c9a
refactor: analysic pivot table use pivot-header-layout file
fangsmile Sep 28, 2023
8401dba
fix: fix bandSize add padding inner outer in chart size
Rui-Sun Sep 28, 2023
1feb323
refactor: analysic pivot table use pivot-header-layout file
fangsmile Sep 28, 2023
422f64d
Merge remote-tracking branch 'origin/dev/0.11.0' into feat/analysisPi…
fangsmile Sep 28, 2023
eda6436
Merge remote-tracking branch 'origin/feat/pivot-chart'
fangsmile Sep 28, 2023
7106ca3
fix: modify new Dataset arguments
fangsmile Sep 28, 2023
8af118c
refactor: pivot chart layout
fangsmile Oct 7, 2023
07229ec
fix: rightFrozenCol width compute
fangsmile Oct 8, 2023
8d997be
fix: cloneDeep for columnTree rwoTree
fangsmile Oct 8, 2023
e9f194d
feat: fix title resize function
Rui-Sun Oct 8, 2023
8a764d7
fix: analysis pivot table pagination
fangsmile Oct 8, 2023
ecc6757
fix: fix VChartEvent cache method
Rui-Sun Oct 8, 2023
3fd0ef5
fix: rows and rowTree is blank
fangsmile Oct 8, 2023
0d2fbf4
fix: fix zero algin tick nice config
Rui-Sun Oct 8, 2023
e349098
Merge branch 'feat/analysisPivotTableTree' of https://github.com/VisA…
Rui-Sun Oct 8, 2023
1f46e96
fix: rows and rowTree is blank
fangsmile Oct 8, 2023
12d5905
fix: getCellRange for pivot-header-layout
fangsmile Oct 8, 2023
ada67a2
fix: updateOption progress proxy should break off
fangsmile Oct 9, 2023
bc0fa43
fix: getDataCellPath get ColKeys and RowKeys
fangsmile Oct 9, 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,11 @@
{
"changes": [
{
"comment": "fix: the width and height of the container is changed, chart display exception. #338\n\n",
"type": "patch",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: chart shake when after resize container #344\n\n",
"type": "patch",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: the width or height of the container change large,pivotChart display exception. #350\n\n",
"type": "patch",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "docs: add docs about multi tree to pivot table\n\n",
"type": "patch",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Loading