v1.12.11
🆕 feat
- @visactor/vchart: support axis sync to the axis that has breaks
- @visactor/vchart: tooltip can support customized
trigger
andtriggerOff
🐛 fix
- @visactor/vchart: fix the issue where the axis breaks render incorrectly in some cases
- @visactor/vchart: fix
zIndex
of series, fix #3395 - @visactor/vchart: fix layout of title when orient is "left" or "right", fix #3401
- @visactor/vchart: fix the issue of custom svg string in tooltip shape, related #3384
- @visactor/vchart: tooltip
enterable
should work when update, fix #3405 - @visactor/vchart: fix tooltip position by
mode: pointer
, close #3367 - @visactor/vchart: wordcloud should not throw error when
word.visible
isfalse
, fix #3378 - @visactor/vchart: fix the issue where the scrolling legend triggers map zooming under certain conditions, related #3391
What's Changed
- Fix/tooltip custom svg symbol type by @xiaoluoHe in #3394
- Fix/wordcloud error when visible false by @xile611 in #3390
- Fix: zoom conflict by @xiaoluoHe in #3415
- Feat/support axis sync to break axis by @xuefei1313 in #3413
- Feat/tooltip trigger by @xile611 in #3368
- Fix/tooltip position tl by @xile611 in #3389
- Fix/series zindex by @xile611 in #3398
- Fix/tooltip enterable udpate by @xile611 in #3410
- Fix/title layout by @xile611 in #3408
- fix: upgrade vrender to 0.20.14, vgrammar to 0.14.14 by @xile611 in #3419
- Fix/aixs break scope by @xiaoluoHe in #3420
Full Changelog: v1.12.10...v1.12.11