v1.12.2
🆕 feat
- brush: add config to control zoom when brush empty data. close#2934
- @visactor/vchart: support 'inside-center' label position in pie chart
🐛 fix
- @visactor/vchart: rangeMode of scrollbar not work. fix#3147
- @visactor/vchart: fix error of
barWidth
,barMinWidth
,barMaxWidth
when value is null - @visactor/vchart: x brush filter not work. fix#3111
- @visactor/vchart: indicator stop tooltip interactive. fix#3123
- @visactor/vchart: fix error of
getCenter
when layoutRadius is a customized function in radar - @visactor/vchart: media query causes incorrect render result, #3102
- @visactor/vchart: normal animation not work since v1.12.0
- @visactor/vchart: sankey scale update not work
- @visactor/vchart: fix error of sankey when some customized mark has name "node"
- @visactor/vchart: fix dimension value of tooltip when has innerOffset, fix #2923
- @visactor/vchart: vchart should not throw error when the values of series data is empty, fix #3082
- @visactor/vchart: fix error of
updateSpec
when array change - @visactor/vchart: wordcloud fill not update after updateSpec. fix#3122
- @visactor/vchart: wordcloud scale update not work. fix#3129
🔨 refactor
- @visactor/vchart: refactor the parser of tooltip pattern
📖 docs
- @visactor/vchart: fix issue of treemap.label not shown in option pages, fix #2562
- @visactor/vchart: update docs about circular progress, close #2987
What's Changed
- [Auto Sync] Sync the code from branch main to branch develop after release 1.12.0 by @github-actions in #3094
- [Auto changelog] changlog of v1.12.0 by @github-actions in #3095
- docs: fix error customized layout error by @xile611 in #3098
- feat: add
changePlayerIndex
API into player component by @xiaoluoHe in #3097 - Fix: media query update spec will missing spec info by @xiaoluoHe in #3112
- Fix/update of series data by @xile611 in #3109
- Fix/layout radius by @xile611 in #3105
- Fix/update of title by @xile611 in #3106
- Fix/brush x axis by @skie1997 in #3113
- [Auto Sync] Sync the code from branch main to branch develop after release 1.12.1 by @github-actions in #3117
- docs: update guide of vchart-svg-plugin by @xile611 in #3115
- Docs/udpate docs of circular progress by @xile611 in #3114
- [Auto changelog] changlog of v1.12.1 by @github-actions in #3119
- Fix/tooltip when inner offset by @xile611 in #3120
- fix: wordcloud fill not update after updateSpec. fix#3122 by @skie1997 in #3125
- Docs/demo and docs update by @xiaoluoHe in #3134
- Fix: treemap issues by @xiaoluoHe in #3121
- fix: wordcloud scale update not work. fix#3129 by @skie1997 in #3136
- Fix/update spec error by @xile611 in #3133
- Fix/bar width null by @xile611 in #3150
- Fix/normal animation not work by @xiaoluoHe in #3154
- Feat/brush empty by @skie1997 in #3159
- feat: add
inverse
to sankey by @xile611 in #3149 - fix: add segments attribute to line/area update animation by @xiaoluoHe in #3130
- fix: indicator stop tooltip interactive. fix#3123 by @skie1997 in #3126
- fix: rangeMode of scrollbar not work. fix#3147 by @skie1997 in #3157
- fix: sankey scale update not work by @skie1997 in #3158
- Fix/sankey event error by @xile611 in #3143
- feat: support label position
inside-center
in pie chart by @xiaoluoHe in #3140 - Refactor/tooltip pattern parser by @xile611 in #3138
- [Auto release] release 1.12.2 by @github-actions in #3169
Full Changelog: v1.12.1...v1.12.2