Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: VisActor/VChart

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

v2.0.2

28 Jul 09:09

Choose a tag to compare

🆕 feat

  • @visactor/vchart: add the afterClearRect hook of render

Full Changelog: v2.0.1...v2.0.2

v2.0.1

24 Jul 03:46
c8264c4

Choose a tag to compare

🆕 feat

  • @visactor/vchart: add config to avoid brush state update. close #4035
  • @visactor/vchart: optimize datazoom animation effect
  • @visactor/vchart: add the afterClearScreen hook of render

🐛 fix

  • @visactor/vchart: fix issue with 3d chart grid
  • @visactor/vchart: tickData of axis should update when sampling is changed, fix #4059
  • @visactor/vchart: only calculate multi layer label items when need, fix #4056
  • @visactor/vchart: fix resize error when remake, and re-normal aniamtion bug, fix #4070
  • @visactor/vchart: fix issue with feishu block and call setenv when create vchart
  • @visactor/vchart: fix bug of tooltip triggerOff & tooltip lock
  • @visactor/vchart: fix tooltip throw error when some tooltip processor is undefined, fix #4044
  • @visactor/vchart: fix textAlign not works in tooltip.style.titleLabel, fix #4043

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Jun 03:08
6aa6787

Choose a tag to compare

🆕 feat

  • @visactor/vchart: remove marker type. close #3782

🐛 fix

  • @visactor/vchart: mark interactive problem when brush. fix #4017
  • @visactor/vchart: markLine position error when domain is a same array. fix #4016

🔨 refactor

  • @visactor/vchart: migrate mapLabel component into vchart-extension package
  • @visactor/vchart: remove vgrammar, refactor base-mark and animation

v1.13.11

29 May 11:15
90fb06a

Choose a tag to compare

🆕 feat

  • @visactor/vchart: add barGap option for histogram chart
  • @visactor/vchart: support tooltip.trigger and crosshair.trigger in theme

🐛 fix

  • @visactor/vchart: fix data-zoom domain when the label of band size is number-like string, fix #3982
  • @visactor/vchart: fix the order of title in mark tooltip when dimension tooltip has no title, fix #3991
  • @visactor/vchart: option { poptip: true } should load poptipForText`
  • react-vchart: when use children to render customized tooltip, react-vchart should update
  • @visactor/vchart: customized render of tooltip should be render in react 17 and react 18

🔖 other

  • @visactor/vchart: fix:Replace all the vchartConstrouctor to vchartConstructor,and ensure backward compatibility with older versions.

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 1.13.10 by @github-actions in #3970
  • [Auto changelog] changlog of v1.13.10 by @github-actions in #3971
  • docs: add source code doc by @xuanhun in #3980
  • feat: export all component and chart register function by @LonelySnowman in #3936
  • Doc/sourcecode by @xuanhun in #3981
  • Fix/poptip plugin option by @xile611 in #3983
  • Fix/tooltip children by @xile611 in #3987
  • docs: update map data sources and add online editing tools section by @afkdsghk211331 in #3986
  • Fix/data zoom of lock number domain by @xile611 in #3985
  • Fix/tooltip customized render by @xile611 in #3996
  • Feat/theme support tooltip crosshair trigger by @kiramyby in #3958
  • Fix/dom tooltip title order by @xile611 in #3998
  • fix(docs openinula-vchart react-vchart): correct typo in 'vchartConstrouctor' prop name by @drunksweet in #3942
  • feat: add barGap option for histogram chart by @LonelySnowman in #3967
  • chore: update bundler.config of vchart-extensions by @xile611 in #4002
  • [Auto release] release 1.13.11 by @github-actions in #4005

New Contributors

Full Changelog: v1.13.10...v1.13.11

v1.13.10

16 May 01:29
6aad746

Choose a tag to compare

🆕 feat

  • @visactor/vchart: tooltip support inside position
  • @visactor/vchart: mosaic chart supports bandWidthField and percent config, closed #3945

🐛 fix

  • @visactor/vchart: export ManualTicker & StreamLight
  • @visactor/vchart: tooltip should hide when enterable, fix #3965, fix #3922
  • @visactor/vchart: fix error of enterable tooltip when multiple charts in a page, fix #3940
  • @visactor/vchart: upgrade vgrammar to 0.16.7, fix #3965

What's Changed

New Contributors

Full Changelog: v1.13.9...v1.13.10

v1.13.9

21 Apr 09:38
cfaa1f4

Choose a tag to compare

🆕 feat

  • @visactor/vchart: axis datafilter support context. close #3332
  • @visactor/vchart: gauge support clip when mark outof axis. close #3859
  • @visactor/vchart: markLine and markArea supports render multiple labels

🐛 fix

  • @visactor/vchart: clear event listener for normal animation when updateSpec, #3881
  • @visactor/vchart: fix coordinate of rect crosshair when bandSize is 0, fix #3907
  • @visactor/vchart: when set defaultSelect of crosshair, axisIndex should have a default value: 0
  • @visactor/vchart: fix type error of datazoom texts
  • @visactor/vchart: the width of title label should auto fit content width when autoWidth is true, fix #3880
  • @visactor/vchart: mark line valid judgement. fix#3857
  • @visactor/vchart: empty placeholder should update after data is updated, fix #3855

🔨 refactor

📖 docs

  • @visactor/vchart: supply interface of docs. fix #3877

What's Changed

New Contributors

Full Changelog: v1.13.8...v1.13.9

v1.13.8

31 Mar 02:36
8c5d966

Choose a tag to compare

🆕 feat

  • @visactor/vchart: add alwayCalculateTotal for total label
  • @visactor/vchart: add options onlyFull to lockStatisticsByDomain

🐛 fix

  • @visactor/vchart: fix the issue where the bar chart grow animation does not work correctly when the axis zero: false, #3808
  • @visactor/vchart: crosshair should hide when label is invalid
  • @visactor/vchart: crosshair should hide when datazoom change
  • @visactor/vchart: fix the bubble level issue prevented by event.prevent, #3728
  • @visactor/vchart: fix error when load gauge chart on demand, #3836
  • @visactor/vchart: legends.title.visible should change visiblity of title in legend, fix #3846
  • @visactor/vchart: fix the issue of pictogram svg path has not been drawn
  • react-vchart: children of tooltip should not be set to spec
  • @visactor/vchart: data.fields can set domain of field
  • @visactor/vchart: fix bug of zoomable in mobile device which only use pointer event
  • @visactor/vchart: fix datazoom drag and zoom triggered at the same time, fix #3819

What's Changed

New Contributors

  • @UC-web291 made their first contribution in #3754

Full Changelog: v1.13.7...v1.13.8

v1.13.7

14 Mar 07:01
a918b67

Choose a tag to compare

🆕 feat

  • @visactor/vchart: support position config in totalLabel, #3396

🐛 fix

  • @visactor/vchart: vchart should not merge original options, fix #3798
  • react-vchart: lifecycle event callback should be fired, fix #3792
  • @visactor/vchart: react-vchart should export WaterfallChart, fix #3791
  • @visactor/vchart: fix fontFamily of richtext, fix #3768
  • @visactor/vchart: fix issue with wx get context

🔧 chore

  • @visactor/vchart: add util to export

What's Changed

New Contributors

Full Changelog: v1.13.6...v1.13.7