Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
155 commits
Select commit Hold shift + click to select a range
0f36a7a
refactor: migrate mapLabel component into `vchart-extension` package
xiaoluoHe Dec 27, 2024
4d7a552
feat: remove mapLabel in vchart
xiaoluoHe Dec 30, 2024
eb2ec04
docs: add guide for mapLabel
xiaoluoHe Dec 30, 2024
44f61d8
feat: remove map-label related code
xiaoluoHe Dec 30, 2024
ab9d4fa
docs: add changelog
xiaoluoHe Dec 30, 2024
eaaaa75
refactor: remove use vgrammar view and mark
xile611 Feb 14, 2025
cb03ea0
refactor: refactor transforms of sampling and markoverlap
xile611 Feb 14, 2025
bfcb3aa
refactor: refactor mark state manager
xile611 Feb 17, 2025
bf1e48d
feat: `removeState` of graphic should support array or string
xile611 Feb 17, 2025
b9e6317
refactor: refactor interaction of sankey and fix test cases
xile611 Feb 19, 2025
5d7282b
perf: remove some duplicated code
xile611 Feb 28, 2025
321c996
fix: fix funnel and add loggers
xile611 Feb 28, 2025
8c9524b
fix: fix error of ts
xile611 Mar 4, 2025
4a70a0b
feat: support progressive of mark
xile611 Mar 5, 2025
90c23fc
perf: reduce bundle size of pie-chart
xile611 Mar 18, 2025
2c1355e
fix: add some temp code of animation
xile611 Mar 18, 2025
faa997f
fix: remove vgrammar-core in react-vchart,.etc
xile611 Mar 19, 2025
36eb6e9
fix: fix bug of tooltip-processer and zindex of conversion-funnel
xile611 Mar 19, 2025
3df835c
refactor: remove animationManager
xiaoluoHe Mar 19, 2025
e51fbf5
fix: fix type error
xiaoluoHe Mar 19, 2025
39bd947
Merge pull request #3823 from VisActor/refactor/graphic-animationState
xile611 Mar 19, 2025
f5ce318
fix: update code about global animation judement & fix type error
xiaoluoHe Mar 19, 2025
5a3a587
fix: fix event of zoomable
xile611 Mar 19, 2025
f766302
refactor: add mark api `hasAnimationByState`
xiaoluoHe Mar 25, 2025
d46b0ac
Merge pull request #3840 from VisActor/refactor/mark-hasAnimationByState
xile611 Mar 25, 2025
bea86dd
fix: merge 1.13.9 to 2.0.0
xile611 Apr 28, 2025
be86917
fix: fix ts error
xile611 Apr 28, 2025
6e0a7de
fix: fix state error in brush
xile611 May 6, 2025
6871cd8
fix: fix setState of sankey
xile611 May 6, 2025
dc52c5e
fix: fix initial state of brush elements
xile611 May 6, 2025
e545189
refactor: remove all the packages of vgrammar
xile611 May 7, 2025
8a6febf
feat: support animate state refactor
neuqzxy Mar 26, 2025
8614096
feat: remove vgrammar-core
neuqzxy Mar 26, 2025
71c5d92
feat: support base effect for animation plan
neuqzxy Mar 26, 2025
4378562
feat: support base function for animate plan
neuqzxy Mar 26, 2025
25972e0
feat: setFinalAttribute by vchart
neuqzxy Mar 26, 2025
c4216bf
fix: fix issue with no animate crash
neuqzxy Mar 27, 2025
724203c
fix: fix issue with animate and no-animate scene
neuqzxy Mar 31, 2025
afff713
feat: support SequentialAnimate code load by manual
neuqzxy Mar 31, 2025
ce91543
fix: sankey custom animate
xiaoluoHe Apr 7, 2025
e26da0b
refactor: rose animate
xiaoluoHe Apr 7, 2025
5132328
refactor: custom animate for radar
xiaoluoHe Apr 8, 2025
07ed702
refactor: sankey custom animation
xiaoluoHe Apr 8, 2025
9ee9f1c
feat: animate config support array
neuqzxy Apr 8, 2025
1a165e4
feat: add lastScale to axis graphic attribute
xiaoluoHe Apr 8, 2025
95f7dac
fix: pass current scale to axis component
xiaoluoHe Apr 9, 2025
9b57342
feat: upgrade vutil to 0.19.5
neuqzxy Apr 9, 2025
3f83cbb
fix: remove g.context as customParameters strategy
neuqzxy Apr 10, 2025
3275d8a
refactor: animation params for graphic count
xiaoluoHe Apr 9, 2025
ab513ed
fix: animation issues
xiaoluoHe Apr 11, 2025
34c574b
refactor: motion path demo
xiaoluoHe Apr 11, 2025
a8b808e
refactor: animation registers
xiaoluoHe Apr 11, 2025
d246b37
fix: fix issue with vscreen
neuqzxy Apr 21, 2025
d3b3141
feat: export manualTicker
xiaoluoHe Apr 18, 2025
7cf4c5f
feat: update dependencies version
xiaoluoHe Apr 18, 2025
bb04832
fix: type error(remain 1 vrender error )
xiaoluoHe Apr 18, 2025
0db1e4c
feat: group clip animation
xiaoluoHe Apr 18, 2025
b39b6cc
fix: glyph animation
xiaoluoHe Apr 21, 2025
bba1e82
fix: animation error in progressive marks
xiaoluoHe Apr 22, 2025
a45d0af
refactor: split stragety to folder, rename _originFieldX/Y to originF…
neuqzxy Apr 27, 2025
cd6ea3a
fix: fix issue with animate planner
neuqzxy Apr 27, 2025
c0cfec7
feat: support for morphing
neuqzxy Apr 22, 2025
e997ed7
feat: rename checkMorphing to tryRunMorphing
neuqzxy Apr 22, 2025
3c50405
feat: wrap animate options to add layoutRect
neuqzxy Apr 25, 2025
8b88164
feat: remove _lastMark while release
neuqzxy Apr 27, 2025
9e2469f
feat: add annotation
neuqzxy Apr 27, 2025
acb5e1c
feat: remove spec.morph?.enable check
neuqzxy Apr 28, 2025
b677cfa
fix: fix type error
xile611 May 7, 2025
b28de82
fix: fix update of RippleMark
xile611 May 7, 2025
a1c6aee
feat: use specifiedAnimationFrame to replace native RAF
neuqzxy May 7, 2025
b046cc2
Merge pull request #3870 from VisActor/feat/animate-enhance
xile611 May 8, 2025
4b477f5
refactor: optimize the process of theme
xile611 Feb 5, 2025
8078e34
docs: update changlog of rush
xile611 Feb 5, 2025
6bba86f
test: update test case about `getTheme`
xile611 Feb 6, 2025
2c00a04
fix: animation error when updateData in radar chart
xiaoluoHe May 9, 2025
c6e6c5f
fix: incorrect result when updateData in linear-progress
xiaoluoHe May 9, 2025
4063b89
Merge pull request #3948 from VisActor/fix/animation-bugfix
xile611 May 9, 2025
6a19280
fix: fix diffState after layout
xile611 May 8, 2025
e33ed6c
fix: fix mark order in vchart
xile611 May 9, 2025
ef9dbe4
feat: new chartType(imageCloud)
xiaoluoHe May 9, 2025
332e86f
fix: fix build type error
xiaoluoHe May 9, 2025
2537828
refactor: remove useless code
xiaoluoHe May 9, 2025
7854f72
docs: add option docs
xiaoluoHe May 9, 2025
1cdc9e8
Merge pull request #3944 from VisActor/feat/getSpecifiedCancelAnimati…
xile611 May 9, 2025
614ab83
Merge pull request #3775 from VisActor/refactor/remove-vgrammar-image…
xile611 May 12, 2025
da8ca65
Merge pull request #3705 from VisActor/perf/parse-theme-of-visible-co…
xile611 May 12, 2025
0672f3e
fix: add state animate register
neuqzxy May 12, 2025
2856878
Merge pull request #3953 from VisActor/fix/state-animate
xile611 May 12, 2025
94d06bf
fix: add state animate register
neuqzxy May 12, 2025
9839fda
fix: upgrade vrender to 1.0.0-alpha.13
xile611 May 12, 2025
f4ad8e4
fix: fix type error
xile611 May 12, 2025
48e6192
fix: fix error of label when has multiple series which have the same …
xile611 May 13, 2025
57f2f78
fix: fix merge attribute of label component
xile611 May 14, 2025
9d2f822
fix: fix run phase of symbolOverlap
xile611 May 14, 2025
ea2a799
fix: update usage of removeState
xile611 May 14, 2025
a341886
fix: fix venn animation and radar animation
xile611 May 16, 2025
ad5ea2b
Merge pull request #3963 from VisActor/fix/upgrade-1.0.0-alpha.11
xile611 May 19, 2025
7d7a108
refactor: move 3d charts to vchart-extensions
xile611 May 15, 2025
f6d059a
Merge pull request #3975 from VisActor/refactor/move-3d-charts-to-ext…
xile611 May 20, 2025
24c9aa7
feat: optimize layout during update
xuefei1313 May 13, 2025
cfc0da1
fix: the padding of axis should be partially effective
xuefei1313 May 13, 2025
158cab4
fix: set willLayoutTag after compareSpec
xuefei1313 May 13, 2025
8cd8f8c
fix: reset layout tag when resize
xuefei1313 May 13, 2025
461b0aa
feat: only remove axis padding with layout orient
xuefei1313 May 13, 2025
9fdc71d
feat: update axis when scale rangeFactor
xuefei1313 May 14, 2025
3755c50
fix: add tickData check in onTickDataChange handler
xuefei1313 May 14, 2025
234ed8a
fix: fix bug of layout with sync
xuefei1313 May 20, 2025
ad673c9
chore: revert changes to index-wx-simple.min
xuefei1313 May 21, 2025
03fe253
refactor: load theme of series by type
xile611 May 21, 2025
9e944c1
Merge pull request #3978 from VisActor/refactor/load-series-by-type
xile611 May 22, 2025
2227522
feat: remove marker type. close #3782
skie1997 May 21, 2025
69e1106
Merge pull request #3979 from VisActor/fix/remove-marker-type
xile611 May 22, 2025
e105d48
refactor: component support builtInComponent
xile611 May 22, 2025
fc0c551
fix: fix build error of react-vchart
xile611 May 22, 2025
b26d189
refactor: move imageCloud, pictogram to vchart-extensions
xile611 May 23, 2025
bb884bb
fix: fix builtInTheme of player
xile611 May 26, 2025
e1bb8ee
Merge pull request #3988 from VisActor/refactor/udpate-package-of-vchart
xile611 May 26, 2025
19b17f8
docs: update docs of 3d charts
xile611 May 26, 2025
4fa2240
fix: bar should re-calculate when data update
xile611 May 27, 2025
79d86c2
fix: mark and label should not be rendered before layout
xile611 May 27, 2025
e6a80d1
Merge pull request #3994 from VisActor/perf/only-render-mark-when-need
xile611 May 28, 2025
90901a8
Merge pull request #3993 from VisActor/docs/2.x-update
xile611 May 28, 2025
b5dca97
fix: group-mark should not run aniamtion twice
xile611 May 29, 2025
b7e8f65
chore: update config of bundler.config.js
xile611 May 28, 2025
d292959
feat: mosaic chart supports bandWidthField and percent config
kkxxkk2019 May 7, 2025
ad27469
fix: fix error of enterable tooltip when multiple charts in a page, f…
xile611 May 7, 2025
9e5d365
fix: rename bandField to bandWidthField
kkxxkk2019 May 8, 2025
e2a0819
fix: tooltip should hide when enterable, fix #3965, fix #3922
xile611 May 15, 2025
5f09839
feat: export all component and chart register function
LonelySnowman May 5, 2025
f7cff86
fix: option `{ poptip: true } should load `poptipForText`
xile611 May 22, 2025
9792ef5
fix: fix data-zoom domain when the label of band size is number-like …
xile611 May 22, 2025
38d066f
fix: group can run animation too
xile611 May 29, 2025
e6eb4bf
fix: marker porint default style bug
skie1997 Jun 4, 2025
17b066f
Merge pull request #4013 from VisActor/fix/marker-offset-problem
xile611 Jun 4, 2025
2265b8c
fix: marker porint default style bug
skie1997 Jun 4, 2025
367fcf9
fix: upgrade vrender and vtable
xile611 May 29, 2025
f96b4db
fix: fix animation of funnel, liquid, player
xile611 Jun 3, 2025
30626fe
fix: fix domain order of datazoom when axis is linear
xile611 May 22, 2025
39eab36
fix: fix register of 3d axis
xile611 Jun 3, 2025
3910c7b
chore: update command of build
xile611 Jun 3, 2025
a466db3
fix: fix reCompile of label and total-label
xile611 Jun 4, 2025
45198a3
fix: remove useless lifecycle functions
xile611 Jun 4, 2025
c55aaba
Merge pull request #4003 from VisActor/fix/upgrade-vtable-version
xile611 Jun 9, 2025
a5e3e4d
fix: fix animation of liquid group
xile611 Jun 10, 2025
e1f76cc
Merge pull request #4023 from VisActor/fix/liquid-animation
xile611 Jun 10, 2025
877bd98
fix: merge 1.13.11 to 2.0.0
xile611 Jun 10, 2025
dde4104
fix: mark interactive problem when brush. fix visactor/vchart#4017
skie1997 Jun 6, 2025
3049740
fix: markLine position error when domain is a same array. fix#4016
skie1997 Jun 6, 2025
4b4be2c
Merge pull request #4022 from VisActor/fix/2.0.0-merge-1.13.11
xile611 Jun 10, 2025
b80e189
fix: upgrade vrender to 1.0.3
xile611 Jun 10, 2025
671dcda
fix: fix typescript error
xile611 Jun 10, 2025
193274d
Merge pull request #4025 from VisActor/fix/upgrade-vrender-1.0.3
xile611 Jun 10, 2025
2030937
chore: update version policies
xile611 Jun 10, 2025
95362b5
build: release version 2.0.0
xile611 Jun 10, 2025
fdfccb6
fix: fix merge conflict with main
xile611 Jun 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 8 additions & 3 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,14 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
// "@visactor/vrender-core": "0.22.8",
// "@visactor/vrender-kits": "0.22.8",
// "@visactor/vrender-components": "0.22.8"
// "@visactor/vutils": "1.0.6",
// "@visactor/vlayouts": "1.0.6",
// "@visactor/vdataset": "1.0.6",
// "@visactor/vscale": "1.0.6",
// "@visactor/vrender-core": "1.0.0",
// "@visactor/vrender-kits": "1.0.0",
// "@visactor/vrender-animate": "1.0.0",
// "@visactor/vrender-components": "1.0.0"
},
/**
* The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors
Expand Down
Loading
Loading