Skip to content

Releases: VisActor/VChart

v2.0.13

08 Jan 11:56
eddf282

Choose a tag to compare

v2.0.13

2026-01-08

🐛 Bug Fixes

🔨 Chores

  • @visactor/vchart: Update base Node.js version to 20+ by @xile611 in #4402

📖 Documentation

  • @visactor/vchart: Update marker point style and state documentation by @skie1997 in #4369
  • @visactor/vchart: Add exit animation demo by @purpose233 in #4374

Full Changelog: v2.0.12...v2.0.13

more detail about v2.0.13

v2.0.12

25 Dec 11:13
16cbe04

Choose a tag to compare

v2.0.12

2025-12-25

🆕 新增功能

  • @visactor/vchart: 极坐标轴(CircleAxis)支持 autoLabelMaxWidth 配置 by @xuefei1313 in #4357
  • @visactor/vchart: 新增图表消失(Disappear)状态支持 by @xuefei1313 in #4341
  • @visactor/vchart: 优化热力图(Heatmap)形状渲染逻辑 by @xuefei1313 in #4377
  • @visactor/vchart: 优化地图(Map)zoom交互,增加 zoomRate 配置 by @xuefei1313 in #4373

🐛 问题修复

  • @visactor/vchart: 修复坐标轴标题(Axes Title)的布局问题 by @xuefei1313 in #4371

Full Changelog: v2.0.11...v2.0.12

more detail about v2.0.12

v1.13.22

08 Jan 03:46

Choose a tag to compare

v1.13.22 Pre-release
Pre-release

What's Changed

Full Changelog: v1.13.11...v1.13.22

v2.0.11

11 Dec 11:43
10ce15b

Choose a tag to compare

v2.0.11

2025-12-11

🆕 New Features

🐛 Bug Fixes

  • @visactor/vchart: Fix crosshair behavior when having inner offset by @xile611 in #4340
  • @visactor/vchart: Fix outlier color in boxplot by @xile611 in #4347
  • @visactor/vchart: Fix boxplot outlier style by @xile611 in #4350

Full Changelog: v2.0.10...v2.0.11

more detail about v2.0.11

v2.0.10

28 Nov 06:06
171dec4

Choose a tag to compare

🆕 New Features

  • @visactor/vchart: Enhance boxplot features by @xile611 in #4323

🐛 Bug Fixes

  • @visactor/vchart: Upgrade vrender dependency to fix rose chart issues by @xuefei1313 in #4315
  • @visactor/vchart: Upgrade vrender dependency to fix animation issues by @xuefei1313 in #4325
  • @visactor/vchart: Fix extension mark update logic by @xile611 in #4318
  • @visactor/vchart: Fix font family setting issue by @xuefei1313 in #4324
  • @visactor/vchart: Fix issue with setDimensionIndex by @xuefei1313 in #4291

📖 Documentation

Full Changelog: v2.0.9...v2.0.10

v2.0.9

18 Nov 12:14
e37efb4

Choose a tag to compare

🆕 New Features

  • @visactor/react-vchart: Add export for registerChartResizeZoomPlugin by @xuefei1313 in #4286
  • @visactor/vchart: Support effect animation by @purpose233 in #4299
  • @visactor/vchart: Enhance datazoom and fix bugs by @skie1997 in #4065

🐛 Bug Fixes

  • @visactor/vchart-extension: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in #4277
  • @visactor/vchart: Fix markline auto range by @xuefei1313 in #4290

📖 Documentation

Full Changelog: v2.0.7...v2.0.9

v2.0.7

03 Nov 02:51
62707d9

Choose a tag to compare

🆕 New Features

@visactor/vchart: Support resize zoom chart plugin by @xuefei1313 in #4241
@visactor/vchart: Register transform boxplot by @xile611 in #4268
@visactor/vchart: Add translate-issues workflow configuration by @xuefei1313 in #4264
@visactor/vchart: Add regression-lines in vchart-extension by @xile611 in #4245
@visactor/vchart: Change vrender dependencies, see #4224

🐛 Bug Fixes

@visactor/vchart: Fix crosshair not hide by @xile611 in #4252
@visactor/vchart: Fix issue of layout by @xuefei1313 in #4249
@visactor/vchart: Fix logistic regression line by @xile611 in #4263
@visactor/vchart: Fix support regression line for grouped scatter by @xile611 in #4248
@visactor/vchart: Fix check if stackData is empty by @kkxxkk2019 in #4244
@visactor/vchart: Fix issue of waterfall stack total by @xuefei1313 in #4243

New Contributors

v1.13.21

13 Jan 06:32

Choose a tag to compare

What's Changed

Full Changelog: v1.13.11...v1.13.21

v2.0.6

14 Oct 07:29
4be8fbb

Choose a tag to compare

🆕 New Features

  • @visactor/vchart: Support calculations in formatter, see #4211
  • @visactor/vchart: Update the bug report method, see #4221
  • @visactor/vchart: Upgrade vrender to fix an animation bug, see #4222
  • @visactor/vchart: Support waterfallType in waterfall charts, see #4220
  • @visactor/vchart: Change vrender dependencies, see #4224

🐛 Bug Fixes

  • @visactor/vchart: Fix the issue with the legend pager, fixes #4212
  • @visactor/vchart: Fix markline error when a series has no data, fixes #4216

v2.0.5

19 Sep 08:30
ea58d0b

Choose a tag to compare

🆕 feat

  • @visactor/vchart: support combination candlestick chart
  • @visactor/vchart: support includeFullBand in markArea, close #4190
  • @visactor/vchart: support zoom & drag config in roam, close #4196

🐛 fix

  • @visactor/vchart: bad case of traverse aniamtion config, fix #4194
  • @visactor/vchart: fix the bug of when data.value is null will throw error in sankey chart, fix #4200
  • @visactor/vchart: fix the bug of inear gradient string in tooltip, fix #4183
  • @visactor/vchart: fix type error of react vchart, fix #4188