mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 23:51:05 +00:00
chore: change log for commit
This commit is contained in:
parent
23b37814e8
commit
98f1b431f9
@ -1094,7 +1094,7 @@
|
||||
"comment": "feat: upgrade vdataset for clone source data when call updateData\n\n"
|
||||
},
|
||||
{
|
||||
"comment": "fix: fix sortDataByAxis not work after updateData\n\n"
|
||||
"comment": "fix: fix axis domain will in the wrong order after buildIn data filter\n\n"
|
||||
},
|
||||
{
|
||||
"comment": "fix: fix the issue of legend does not update after updateData, fix #769"
|
||||
|
@ -73,7 +73,7 @@ Fri, 29 Dec 2023 14:44:05 GMT
|
||||
|
||||
|
||||
- fix: error in chart level modification of media query action
|
||||
- fix: dimension tooltip in the dual-dimension chart contains data of only one dimension, related #1841
|
||||
- fix: dimension tooltip in the dual-dimension chart contains data of only one dimension, related #1841
|
||||
- fix: fix bug in layout when band axis has no domain
|
||||
|
||||
|
||||
@ -155,7 +155,7 @@ Wed, 06 Dec 2023 07:34:11 GMT
|
||||
- fix: clear old encode when update, fix #1630
|
||||
|
||||
|
||||
- fix: fix the problem that track mark has multiple elements in gauge series, related #1643
|
||||
- fix: fix the problem that track mark has multiple elements in gauge series, related #1643
|
||||
- fix: fix the problem that gaugePointer series doesn't support custom `innerRadius`, related #1644
|
||||
- refactor: unify `getVRenderComponents` method in Component model
|
||||
- fix: fix the type error of markArea
|
||||
@ -178,7 +178,7 @@ Wed, 29 Nov 2023 19:03:36 GMT
|
||||
- fix: clear old encode when update, fix #1630
|
||||
|
||||
|
||||
- fix: fix the problem that track mark has multiple elements in gauge series, related #1643
|
||||
- fix: fix the problem that track mark has multiple elements in gauge series, related #1643
|
||||
- fix: fix the problem that gaugePointer series doesn't support custom `innerRadius`, related #1644
|
||||
- refactor: unify `getVRenderComponents` method in Component model
|
||||
|
||||
@ -483,7 +483,7 @@ Mon, 25 Sep 2023 10:49:42 GMT
|
||||
- feat: support `label.confine` for markLine and markPoint to auto adjust label's position, relate https://github.com/VisActor/VChart/issues/699
|
||||
- fix: `offsetX` and `offsetY` can not work in mark component
|
||||
- feat: support `minAngle` for pie chart, relate #738
|
||||
- feat: disable label animation as default in map series
|
||||
- feat: disable label animation as default in map series
|
||||
- fix: sankey chart support color config'
|
||||
- feat: increase chart stacking capabilities, provide stackValue to support independent stacking of multiple series
|
||||
|
||||
@ -600,7 +600,7 @@ Tue, 05 Sep 2023 11:24:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fix: fix the issue of `seriesIndex` not work in discrete legend, see #732
|
||||
- fix: fix the issue of `seriesIndex` not work in discrete legend, see #732
|
||||
|
||||
### Updates
|
||||
|
||||
@ -609,7 +609,7 @@ Tue, 05 Sep 2023 11:24:47 GMT
|
||||
- feat: upgrade vdataset for clone source data when call updateData
|
||||
|
||||
|
||||
- fix: fix sortDataByAxis not work after updateData
|
||||
- fix: fix axis domain will in the wrong order after buildIn data filter
|
||||
|
||||
|
||||
- fix: fix the issue of legend does not update after updateData, fix #769
|
||||
@ -760,7 +760,7 @@ Thu, 10 Aug 2023 05:23:25 GMT
|
||||
- feat: dimension tooltip supports linear axis
|
||||
|
||||
|
||||
- feat: filling full data to map mark data in #420
|
||||
- feat: filling full data to map mark data in #420
|
||||
- feat(background): support background of chart & series
|
||||
- feat(onError): support configuration of onerror in chart instance initoption
|
||||
- feat: supplement sync methods in vchart instance
|
||||
@ -934,11 +934,11 @@ Wed, 26 Jul 2023 03:18:52 GMT
|
||||
- fix(label): pickable shoule be false if label component is configured `interactive: false`
|
||||
- fix the layoutOffsetX|Y not work in normal items
|
||||
- fix: line mark has a different easing in update animation causes strange animation effect
|
||||
- fix: `channel` config not work in animation
|
||||
- fix: `channel` config not work in animation
|
||||
- No longer requires to hold down the Ctrl key for zoom interaction & fix zoomLimit bug
|
||||
- fix: default tooltip handler needs to adapt to the scale property
|
||||
- fix(vchart): export IRegionSpec from VChart
|
||||
- fix(waterfall-position): fix the mistake of compute totalPosition in waterfall-series
|
||||
- fix(waterfall-position): fix the mistake of compute totalPosition in waterfall-series
|
||||
- fix: compact window variable for non-browser env
|
||||
- fix: compact window variable for non-browser env
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user