Releases: VisActor/VChart
Releases · VisActor/VChart
v1.8.9
🆕 feat
- @visactor/vchart: support supportsTouchEvents and supportsPointerEvents config
- @visactor/vchart: support
alignSelf
of layoutnormal-inline
elements, fix #2072 - @visactor/vchart: upgrade vrender
🐛 fix
- @visactor/vchart: fix bug of crosshair timer, fix #2088
- @visactor/vchart: fix the bugs of axis's onZero property, fixed #2098,#2099
- @visactor/vchart: update animation should exludes
defined
channel
What's Changed
- Fix/update animation excludes defined channel by @xiaoluoHe in #2087
- fix: revert indent of region by @xuefei1313 in #2091
- Fix/layout normal inline by @xile611 in #2090
- Fix/crosshair timer by @xile611 in #2089
- Feat/align inline items by @xile611 in #2093
- feat: support supportsTouchEvents and supportsPointerEvents config by @neuqzxy in #2094
- docs: correct the gif cover of vchart animation demo by @xiaoluoHe in #2106
- Fix/domain line on zero by @kkxxkk2019 in #2100
- feat: upgrade vrender by @neuqzxy in #2107
- [Auto release] release 1.8.9 by @github-actions in #2108
Full Changelog: v1.8.8...v1.8.9
v1.8.8
🆕 feat
- @visactor/vchart: enhance scroll effect, closed #2037
- @visactor/vchart: upgrade @visactor/vrender-core to locked 0.17.14
- @visactor/vchart: sankey chart supports disableTriggerEvent configuration
- @visactor/vchart: support new layout type region-relative-overlap
🐛 fix
- @visactor/vchart:
area.interactive
in area series spec is not available, related #2030 - @visactor/vchart: fix sortDataByAxis not work after datazoom changed axis
- @visactor/vchart: crosshair should show when
trimPadding
of axis is true, fix #2054 - @visactor/vchart: calculate layer transform for dimension tooltip
- @visactor/vchart: fixed the issue where activePoint does not take effect when the visible configuration of line chart point is false
- @visactor/vchart: different effect when configuring label.overlap:true in #1956
- @visactor/vchart: label position incorrect with region indent
- scroll: event error in lynx env. fix#2041
- @visactor/vchart: map scale ratio not correct after updateSpec or resize
- @visactor/vchart: fix the bug of nice when tickCount is a function, fix #2050
v1.8.7
🆕 feat
- markPoint: mark point support item content confine. fix #1573
- @visactor/vchart: support indent in region layout
🐛 fix
- @visactor/vchart: mark tooltip not work in rangeColumn chart, closes #1959
- brush: hover not effect when draw a small brush. fix#1985
- @visactor/vchart: fix the problem that indent.top cannot take effect normally
- @visactor/vchart: the crosshair should only be triggered when the point is in some x-axis and y-axis, fix #1954
- @visactor/vchart: fixed the issue where legend filtering fails after customizing data for discrete legends, fixed #1994
- @visactor/vchart: range column chart's
barMinHeight
property does not take effect, closed#1999 - @visactor/vchart: tooltip value is stacked in stacked radar charts, related #450
- @visactor/vchart: fix the onebyone symbol animation order, closes #1932
v1.8.5
🆕 feat
- @visactor/vchart: add zAxis theme and set label space to 0, closed #149
🐛 fix
- @visactor/vchart: compute layer translate for crosshair
- @visactor/vchart: optimize funnel clip animation without extensionMarks
- @visactor/vchart: fix the hover state of multiple series, close #1899
- @visactor/vchart: waterfall.label not work in #1897
What's Changed
- fix: waterfall.label not work, closes #1897 by @xiaoluoHe in #1898
- Fix chart generation bugs by @da730 in #1894
- fix: funnel clip animation bounds by @xiaoluoHe in #1896
- feat: add zAxis theme and set label space to 0, closed #149 by @neuqzxy in #1895
- fix: adjustment of conversion timing when marker data is a function, … by @kkxxkk2019 in #1900
- fix: compute layer offset for crosshair by @purpose233 in #1867
- fix: fix the hover state of multiple series, close #1899 by @xile611 in #1904
Full Changelog: v1.8.4...v1.8.5
v1.8.4
🐛 fix
- @visactor/vchart: add media query spec interface to default chart spec
- @visactor/vchart: fix the bug of extension mark when no valid animation, fix #1877
What's Changed
- fix: fix the bug of extension mark when no valid animation, fix #1877 by @xile611 in #1882
- fix: axis animition error in #1884 by @xiaoluoHe in #1885
- fix: add media query spec interface to default chart spec by @zamhown in #1888
- [Auto release] release 1.8.4 by @github-actions in #1889
Full Changelog: v1.8.3...v1.8.4
v1.8.3
🆕 feat
- @visactor/vchart: add props
useSyncRender
to react-vchart, close #1685 - @visactor/vchart: Supports the initialization parameter
disableTriggerEvent
to turn off the default interactive effect of the chart
🐛 fix
- @visactor/vchart: chart option.animation not work
- @visactor/vchart: fix error in strict mode of react-vchart, fix #1669
- @visactor/vchart: error in chart level modification of media query action
- @visactor/vchart: dimension tooltip in the dual-dimension chart contains data of only one dimension, related #1841
- @visactor/vchart: fix bug in layout when band axis has no domain
- @visactor/vchart: funnel clipIn animation has delay for marks which overflows the range of region in #1839
- @visactor/vchart: when marker label's padding is an object, it should work
- @visactor/vchart: undefined globalThis in tt miniprogram, see #1854
🔨 refactor
- @visactor/vchart: optimize the style configuration of marker
What's Changed
- feat: data module refactor by @da730 in #1782
- Feat skylark chart generation by @da730 in #1806
- Fix/option animation not work by @xiaoluoHe in #1819
- docs: add custom shape example cover image by @purpose233 in #1823
- Feat/sync editor disable event by @xuefei1313 in #1820
- chore: scrollbar docs writing error by @skie1997 in #1825
- fix: fix bug of release wordflows by @xile611 in #1821
- fix: docs problems in 1.8.1 by @zamhown in #1826
- Dev vmind/1.2.0 by @da730 in #1842
- Feat/treemap label by @xiaoluoHe in #1836
- chore: optimize hotfix-release.yml and release-changelog.yml by @xile611 in #1849
- fix: fix
getCurrentSize()
of vchart by @xile611 in #1851 - chore: add clear api of brush by @skie1997 in #1848
- Fix/marker content padding by @kkxxkk2019 in #1838
- fix: add listener to gesture in mobile or miniapp by @skie1997 in #1853
- Fix/dual dim tooltip by @zamhown in #1856
- fix: brush bounds error by @skie1997 in #1857
- Fix/undefined global this by @xiaoluoHe in #1858
- Fix/fix bug in layout when band axis has no domain by @xuefei1313 in #1859
- fix: error in chart spec info by @zamhown in #1860
- fix: fix the error of log scale when some value is null or undefined by @xile611 in #1837
- Feat/react vchart bundler by @xile611 in #1813
- Fix/funnel clip animation by @xiaoluoHe in #1864
- fix: mark overlap params of direction by @skie1997 in #1863
- docs: supply animatio site demo by @xiaoluoHe in #1866
- docs: add demo of
setDimensionIndex()
by @xile611 in #1865 - Feat vmind performance test by @da730 in #1870
- fix: the issue of duplicated label component when labelLayout is region by @xiaoluoHe in #1874
- [Auto release] release 1.8.3 by @github-actions in #1878
Full Changelog: v1.8.2...v1.8.3
v1.6.9
DB4A fix
- @visactor/vchart: fix bug in layout when band axis has no domain
Full Changelog: v1.6.8...v1.6.9
v1.6.8
v1.8.2
🆕 feat
- @visactor/vchart: Supports the initialization parameter
disableTriggerEvent
to turn off the default interactive effect of the chart
🐛 fix
- @visactor/vchart: Config
animation
in the chart option doesn't work - @visactor/vchart: Error in chart level modification of media query action
v1.8.1
🐛 fix
- @visactor/vchart: improve the stability of spec transformer and media query
- @visactor/vchart:
select.triggerOff: none
not work