v1.12.14
🆕 feat
- @visactor/vchart: support
autoRefreshDpr
in chart options - @visactor/vchart: dataZoom can do filter when has
lockStatisticsByDomain
, close #3469 - @visactor/vchart: add marker context to support the same color as series. close#3437
- @visactor/vchart: update options
maxNodeHeight
,maxLinkHeight
in sankey, close 3439 - @visactor/vchart-extension: add component
series-break
, close #3450
🐛 fix
- @visactor/vchart: upgrade scrollbar visible after layout. fix#3452
- @visactor/vchart: fix
adjacency
in sankey, fix #3460 - @visactor/vchart: not update layout when scrollbar domain is the same as before. fix#3452
- @visactor/vchart: value in scale range should consider about whole range. fix#3446
- @visactor/vchart: when the
invalidType
of line is"link"
, line should be connected rightly. fix #3436, fix #3238 - @visactor/vchart: richtext should work when set state, fix #3465
What's Changed
- feat: upgrade harmony version by @neuqzxy in #3457
- Feat/auto refresh dpr by @xile611 in #3463
- feat: add marker context to support the same color as series. close#3437 by @skie1997 in #3456
- fix: value in scale range should consider about whole range. fix#3446 by @skie1997 in #3468
- Fix/value in scale range by @skie1997 in #3477
- fix: not update layout when scrollbar domain is the same as before. f… by @skie1997 in #3478
- docs: update harmony-vchart site url to visactor.com by @neuqzxy in #3473
- docs: add gantt calendar pivot chart demo by @fangsmile in #3482
- docs: update gantt demo problem by @fangsmile in #3489
- fix: update visible when layout end by @skie1997 in #3485
- feat: add three components in chart-extensions by @xile611 in #3476
- Feat/data zoom lock domain by @xile611 in #3486
- Feat: funnel extension by @xiaoluoHe in #3487
- Fix/sankey adjacency by @xile611 in #3474
- [Auto release] release 1.12.14 by @github-actions in #3493
New Contributors
- @fangsmile made their first contribution in #3482
Full Changelog: v1.12.13...v1.12.14