Skip to content

Releases: VisActor/VChart

v1.8.0

19 Dec 12:52
6438d00

Choose a tag to compare

🆕 feat

  • @visactor/vchart: add getPoints api in funnel mark attribute context
  • @visactor/vchart: vchart supports chart-level plugin, related #1784
  • @visactor/vchart: new media query plugin to support self-adaptive charts, related #1413
  • @visactor/vchart: support optimize config, and auto set disableCheckGraphicWidthOutRange to true
  • @visactor/vchart: remove legacy theme for legends

🐛 fix

  • @visactor/vchart: fix the api: getComponentsByKey not work
  • @visactor/vchart: animation support for gauge pointer series, related #1699
  • @visactor/vchart: fix issue with secondary dataflow, closed #1760

🔨 refactor

  • @visactor/vchart: update datazoom and brush updatecallback, use event

⚡ perf

  • @visactor/vchart: when visible is false, dont parse detail attrs

What's Changed

Full Changelog: v1.7.5...v1.8.0

v1.7.5

15 Dec 09:50

Choose a tag to compare

🐛 fix

  • brush: brush release error after update spec. fix#1720
  • @visactor/vchart: series should pick morph config in chart
  • @visactor/vchart: fix type defination of vchart spec in #1486

What's Changed

Full Changelog: v1.7.4...v1.7.5

v1.7.4

12 Dec 12:57

Choose a tag to compare

🆕 feat

  • @visactor/vchart: support interaction group in region

🐛 fix

  • @visactor/vchart: label style not update when change current theme in #1698

What's Changed

Full Changelog: v1.7.1...v1.7.4

v1.7.3

06 Dec 07:58

Choose a tag to compare

🆕 feat

  • @visactor/vchart: marker supports coordinatesOffset for points adjusting
  • @visactor/vchart: markLine supports x,y,y1 y,x,x1 and x,y,x1,y1 position
  • @visactor/vchart: markPoint support xy position
  • @visactor/vchart: marker's position property support relative coordinate
  • @visactor/vchart: marker's coordinate property supports callback
  • @visactor/vchart: cartesion crosshair's rect width support callback, support #1567
  • @visactor/vchart: polar crosshair supports default show
  • @visactor/vchart: support text omission position configuration suffixPosition
  • @visactor/vchart: supports pickStrokeBuffer style attribute for extending the stroke picking range

🐛 fix

  • @visactor/vchart: fix 3d bar chart with seriesField issue, closed #1646
  • @visactor/vchart: fix 3d chart z axis not work noamally issue, closed #1668
  • @visactor/vchart: clear old encode when update, fix #1630
  • @visactor/vchart: fix the problem that track mark has multiple elements in gauge series, related #1643
  • @visactor/vchart: fix the problem that gaugePointer series doesn't support custom innerRadius, related #1644
  • @visactor/vchart: fix the type error of markArea
  • @visactor/vchart: the outerBorder's color should be equal with labelBackground's fill by default
  • @visactor/vchart: fix oneByOne loop animation
  • @visactor/vchart: add align property for size legend, and fix the issue of the attribute assignment does not take effect, related #1553

🔨 refactor

  • @visactor/vchart: unify getVRenderComponents method in Component model

⚡ perf

  • @visactor/vchart: only call cloneDeepSpec() when need

v1.7.2

30 Nov 02:17

Choose a tag to compare

🐛 fix

  • @visactor/vchart: clear old encode when update, fix #1630
  • @visactor/vchart: fix the problem that track mark has multiple elements in gauge series, related #1643
  • @visactor/vchart: fix the problem that gaugePointer series doesn't support custom innerRadius, related #1644

🔨 refactor

  • @visactor/vchart: unify getVRenderComponents method in Component model

v1.7.1

30 Nov 02:17

Choose a tag to compare

🐛 fix

  • @visactor/vchart: read dataview of extension-mark by dataId
  • @visactor/vchart: fixed the issue where the layout size of the axis is incorrect when only domainLine is displayed
  • @visactor/vchart: fix bug of changed spec when create series
  • pie: get center error. fix #1610
  • @visactor/vchart: optimize the effect of tooltip.enterable that user's pointer can easily enter the tooltip, related #1598

v1.7.0

24 Nov 10:19

Choose a tag to compare

🆕 feat

  • @visactor/vchart: support trimPadding for band type axis, which used to remove the blank space at both ends of the aixs, closed #1174
  • @visactor/vchart: custom mark support animation config
  • @visactor/vchart: support customShape of mark
  • @visactor/vchart: optimize auto mode of data-zoom, related #1416
  • @visactor/vchart: enhance marker's position ability
  • @visactor/vchart: mark area should support specify x x1 y and y1 both
  • @visactor/vchart: add light-mobile and dark-mobile theme, related #1414
  • @visactor/vchart: optmize performance of computing data
  • @visactor/vchart: support none in component layoutType
  • @visactor/vchart: support line/area label
  • @visactor/vchart: no longer register mobile theme in vchart
  • @visactor/vchart: feature: supports registered function expression syntax, related #1187

🐛 fix

  • @visactor/vchart: chart padding won't update when switching global theme
  • @visactor/vchart: fix spec modified unexpectedly in data model, details in #1514
  • @visactor/vchart: update enableSegements implemention

🔨 refactor

  • @visactor/vchart: refactor the inheritance structure of the chart module to make the layout system independent, details in #1428

⚡ perf

  • @visactor/vchart: dont need to call attrTransform() in compilable-mark
  • @visactor/vchart: remove getStatisticsDomain()
  • @visactor/vchart: dont call bounds calculate when user specify width/height of components

What's Changed

Full Changelog: v1.6.6...v1.7.0

v1.6.7

21 Nov 11:28

Choose a tag to compare

🐛 fix

  • @visactor/wx-vchart: fixed package delivery error issue, fixed #1570 , PR in #1571

v1.6.6

21 Nov 11:26

Choose a tag to compare

🐛 fix

  • @visactor/vchart: fix chart screen remains when using updateSpecSync, details in #1421
  • @visactor/vchart: is mouse click in empty region, the hover shape should reset, fixed #1538

What's Changed

Full Changelog: v1.6.5...v1.6.6

v1.6.5

17 Nov 06:32

Choose a tag to compare

🆕 feat

  • @visactor/vchart: add skipFunctionDiff in react-vchart to skip difference of functions

🐛 fix

  • @visactor/vchart: dimension click not effect after update spec. fix #1532

What's Changed

Full Changelog: v1.6.4...v1.6.5