Skip to content

v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 08:17
· 2892 commits to main since this release

🆕 feat

  • @visactor/vchart: support correlation Chart
  • @visactor/vchart: add getGraphicBounds api in layoutItem to support get graphic size
  • @visactor/vchart: optimize the autoindent logic in layout to ensure padding effect is correct
  • @visactor/vchart: support centroidProperty in map series
  • @visactor/vchart: scrollbar enhance zoom & drag & scroll. close #965
  • @visactor/vchart: datazoom enhance zoomLock & span config. close #1082
  • @visactor/vchart: supply the attributeContext params for customMark's attribute callback
  • @visactor/vchart: provide afterLayout event to support users to modify layout effects
  • @visactor/vchart: provide datum in the params of updateContent callback of tooltip, related #1244
  • @visactor/vchart: add the default theme (light, dark) of markLine, markArea and funnel series
  • @visactor/vchart: support load environment code on demand

🐛 fix

  • @visactor/vchart: optimized the display of padAngle in the gauge series and changed the unit of padAngle to angle, related #1215
  • @visactor/vchart: link 'adjacency' interaction highlighting effect of Sankey Chart is wrong, #1121
  • @visactor/vchart: fix the issue of boxplot outlier animation will throw error
  • @visactor/vchart: fix the duplicate event registration in scrollbar, fixed#1241

🔨 refactor

  • @visactor/vchart: add register function for chart/series/component to collect side effect code
  • @visactor/vchart: add register function for animation

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.1