Skip to content

Releases: VisActor/VChart

v1.1.0-beta.8

20 Jul 11:50
Compare
Choose a tag to compare
v1.1.0-beta.8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.4...v1.1.0-beta.8

v1.1.0-beta.7

18 Jul 07:43
Compare
Choose a tag to compare
v1.1.0-beta.7 Pre-release
Pre-release

What's Changed

Features

BugFix

  • fix: box-plot direction and axis bug by @da730 in #191
  • fix: [Bug] The "label.visible" is not effect in RangeColumn Chart #107 by @pairone in #193
  • fix: default tooltip handler needs to adapt to the scale property by @zamhown in #209
  • fix: change mark default stroke color to the series color by @xiaoluoHe in #184

New Contributors

Full Changelog: v1.0.0-beta.4...v1.1.0-beta.7

v1.1.0-beta.6

14 Jul 10:06
Compare
Choose a tag to compare
v1.1.0-beta.6 Pre-release
Pre-release

What's Changed

Features

BugFix

  • fix: box-plot direction and axis bug by @da730 in #191
  • fix: The "label.visible" is not effect in RangeColumn Chart #107 by @pairone in #193

New Contributors

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.6

v1.1.0-beta.4

13 Jul 03:13
Compare
Choose a tag to compare
v1.1.0-beta.4 Pre-release
Pre-release

What's Changed

Features

BugFix

  • Fix: mark dimension_hover state causes error when mark visible is false #167 by @zamhown in #168
  • Fix: compact the globalThis in non-browser env by @kkxxkk2019 in #172
  • Fix: the order of legend data is different from original data by @xuefei1313 in #176

Others

New Contributors

Full Changelog: v1.1.0-beta.3...v1.0.0-beta.4

v1.1.0-beta.3

11 Jul 08:39
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/VisActor/VChart/commits/v1.1.0-beta.3

v1.0.0

27 Jun 12:37
Compare
Choose a tag to compare

🔧 chore

  • @visactor/vchart: release major version
  • @visactor/react-vchart: release major version

🔖 BugFix

  • @visactor/vchart: fix the bug with the 3D pie label link.
  • @visactor/vchart: fix the bug of 3d scatter in common chart
  • @visactor/vchart: fix the bug of z axis in layout stage
  • @visactor/vchart: when set legends's visible to false, the legend component should still needs to be instantiated, just not to create vrender components
  • @visactor/vchart: If the layout model is hidden, ignore the size setting.
  • @visactor/vchart: wordCloud text should not set default fontSize
  • @visactor/vchart: If the legend's shape has the same value as stroke and fill, skip the stroke.
  • @visactor/vchart: Change renderAsync() to renderSync() in compiler.reRenderAsync()

v1.0.0-alpha.0

20 Jun 09:12
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/VisActor/VChart/commits/v1.0.0-alpha.0