v1.12.6
🆕 feat
- @visactor/vchart: Added lifecycle hooks,
afterCreateVChart
,beforeInitializeChart
,afterInitializeChart
- @visactor/vchart: Polar coordinate angle axis supports configurations like
autoLimit
,autoWrap
,autoHide
, etc.
🐛 fix
- @visactor/vchart: Allow adding
indicator
components in polar charts - @visactor/vchart: Fix the default value issue of
position
in thelabel
component, fix #3242 - @visactor/vchart: Fix type error, change
type
inPointerMarkSpec
to an optional type, fix #3227 - @visactor/vchart: Use
throttle
for throttling when triggeringresize
- @visactor/vchart: Fix the chart update type to be
reCompile
instead ofremake
when updatinglabel
configurations - @visactor/vchart: Fix the issue where
customMark
does not supportmarkName
event filters - @visactor/vchart: Fix the issue of incorrect animation triggering during radar chart updates, fix #3228
What's Changed
- fix: type of pointermarkspec is not required anymore by @mengxi-ream in #3230
- fix: allow indicator spec in polar chart by @mengxi-ream in #3229
- Feat/add lift cycle for vstory by @xuefei1313 in #3247
- Fix/update of label by @xile611 in #3236
- fix: position error in bar chart by @youngwinds in #3245
- fix: use
throttle
when trigger resize by @xile611 in #3253 - Fix/custom mark event by @xile611 in #3226
- feat: angle-axis of polar charts support auto-limit by @xile611 in #3249
- fix: radar animation optimization by @xiaoluoHe in #3251
Full Changelog: v1.12.5...v1.12.6