v1.9.0
🆕 feat
- @visactor/vchart: axis supports
hasDimensionTooltip
for force specification of dimension tooltip, related #1678 - @visactor/vchart:
triggerOff
of crosshair support number to close crosshair by setTimeout, fix #1676 - @visactor/vchart: the
barBackground
mark in the bar chart supportsfieldLevel
config to indicate whether thebarBackground
mark is displayed at the group level and at which level it is displayed, related #1601 - @visactor/vchart: histogram chart supports bar background, related #1979
- @visactor/vchart: support fitStrategy for indicator
- liquid: liquid chart. close#1158
- @visactor/vchart: band type axis supports multi-layer axis label display
- @visactor/vchart: support separately configuring interactive for line/area mark in area chart, see #1592
- @visactor/vchart: support
stateSort
of mark, fix #2003 - @visactor/vchart: support customized vrender component in extensionMark
- @visactor/vchart: split tooltip handler into plugins for on-demand importing, related #1397
🐛 fix
- @visactor/vchart: fix the bug of crosshair trigger when hover and click are both configed, fix #1574
- @visactor/vchart: tooltip supports content area scrolling, related #2001
- @visactor/vchart: remove label line height in default themes, related #1983
- @visactor/vchart: fix the issue where tooltip content callbacks may not be effective in certain situations, related #1943
🔨 refactor
- @visactor/vchart: deprecated
useSyncRender
in react-vchart
What's Changed
- Feat/crosshair timeout by @xile611 in #1778
- Feat/multiple axis label by @kkxxkk2019 in #1890
- Feat/separately interactive config in area mark by @xiaoluoHe in #1903
- feat: resizeSync by @zamhown in #1947
- Feat/label support sync state by @xiaoluoHe in #1935
- Feat/group bar background by @zamhown in #1816
- feat: histogram chart supports bar background by @zamhown in #1980
- Fix/label line height by @zamhown in #1984
- Feat/indicator strategy by @purpose233 in #2021
- fix: update barBackground default stroke by @zamhown in #2046
- feat: axis supports
hasDimensionTooltip
for force specification of dimension tooltip by @zamhown in #1912 - feat: split tooltip handler into plugins for on-demand importing by @zamhown in #1914
- fix: label init rgeion option from regionIndex to regionIndexes by @xiaoluoHe in #2048
- fix: media query error in 1.9.0 by @zamhown in #2049
- Refactor/wordcloud shape sync by @xile611 in #1986
- feat: support
stateSort
of mark, fix #2003 by @xile611 in #2073 - Feat/liquid chart by @skie1997 in #1998
- Refactor/interaction by @xile611 in #1748
- refactor: deprecated useSyncRender in react-vchart by @xile611 in #2096
- Sync/develop to dev 1.9.0 by @xile611 in #2097
- Fix/tooltip content callback by @zamhown in #2111
- Docs/use render sync by @xile611 in #2113
- Feat/support component in extension mark by @xile611 in #2114
- Fix/tooltip shape by @zamhown in #2120
- Feat/tooltip scroll by @zamhown in #2126
- chore: cancel auto register liquid chart by @skie1997 in #2124
- fix:
this.option
empty value protection by @zamhown in #2139 - Sync/develop to 1.9.0 by @xile611 in #2135
- Perf/element highlight in scatter by @xile611 in #2140
- fix: solve the confict error by @kkxxkk2019 in #2141
Full Changelog: v1.8.10...v1.9.0