8000 Releases · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: VisActor/VChart

v1.6.4

16 Nov 07:09
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: fixed the problem of unreasonable automatic indentation being triggered after modifying the axis range in datazoom
  • @visactor/vchart: default realtime not effect in scrollbar and datazoom. fix #1462
  • @visactor/vchart: filter mode error when roam in scrollbar and datazoom. fix #1460
  • @visactor/lark-vchart: fix options can not work in lark-vchart, wx-vchart
  • @visactor/wx-vchart: fix options can not work in lark-vchart, wx-vchart
  • @visactor/vchart: legendItemHover and legendItemUnHover should trigger once, VisActor/VRender#678

⚡ perf

  • @visactor/vchart: optimize the dataflow of sankey

What's Changed

Full Changelog: v1.6.2...v1.6.4

v1.6.3

10 Nov 10:30
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: fix the issue of update animation not work for line mark
  • @visactor/vchart: update vgrammar to ~0.8.3 to fix the issue that, vrender should not auto render during renderAsync
  • @visactor/vchart: fix the error when quick release vchart during async render
  • @visactor/vchart: tooltip value is forced to wrap when the user globally configures css overflow-warp, related #1446
  • @visactor/vchart: fix: svg model's id should be uniq, fixed #1422, #1442
  • @visactor/vchart: fix: empty string should not be a valid number, fix #1463

⚡ perf

  • @visactor/vchart: optimize the encode performance of sankey

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

08 Nov 12:38
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: tooltip value is forced to wrap when the user globally configures css overflow-warp, related #1446

v1.6.1

08 Nov 06:23
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: label formatMethod callback add context parmas to provide series object
  • @visactor/vchart: add components <Title /> and <Indicator /> of react-vchart, close #1424

🐛 fix

  • @visactor/vchart: centroidProperty not work in map chart
  • @visactor/vchart: fix incorrect legend filter result caused by animation in #1403
  • @visactor/vchart: if layout item is invisible, do not participate in grid layout, related #1425
  • @visactor/vchart: aggregation return value infinity problem. fix#1380'

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.6.1

v1.2.4

08 Nov 06:24
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/main' into release/1.6.1

v1.6.0

03 Nov 05:56
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: add bar background mark for bar-like series, related #1154
  • @visactor/vchart: add updateElement callback in tooltip spec to configure custom tooltip DOM elements based on the default tooltip handler, related #1338
  • @visactor/vchart: enable exit animation while updating data
  • @visactor/vchart: support functional label.position config in line/area/scatter/bar series
  • @visactor/vchart: load browser or node env code dynamically
  • @visactor/vchart: dataScheme supports configuration by distinguishing series directions, related #1209
  • @visactor/vchart: data sampling & point overlap. close #460
  • @visactor/taro-vchart: support weapp

🐛 fix

  • @visactor/vchart: react-vchart mode not work
  • @visactor/vchart: optimize the trigger of hover in non-browser env
  • @visactor/vchart: if series mark is line, return stroke value when user want fill value, fixed #1388
  • @visactor/vchart: fix the angle offset in rose dimension tooltip, related #1263

⚡ perf

  • @visactor/vchart: create Stack and calculate stack attributes when need

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.6.0

v1.5.4

30 Oct 07:02
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: unexpected funnel transform ratio label, see #1348
  • @visactor/vchart: tooltip value label clipped on lark mini app, related #1346

v1.5.3

27 Oct 07:53
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support the exportCanvas api of vchart

🐛 fix

  • @visactor/vchart: sankey chart downstream highlight, related #1269
  • @visactor/vchart: slove first select not effect problem. fix #1129
  • @visactor/vchart: new layout method for circle axis label, related #1123
  • @visactor/vchart: change default zIndex of axis in gauge chart, related #1122
  • @visactor/vchart: datazoom location error when resize. fix #520
  • @visactor/vchart: slove event off error after release
  • @visactor/vchart: fix the issue where invalidType of scatter chart checks x and y at the same time
  • @visactor/vchart: fix the issue in markline as min/max aggr result is not correct, see #1261
  • @visactor/vchart: fix: fix the issue that the map tooltip title does not display the name from nameMap, see #1260
  • @visactor/vchart: sankey supports string value
  • @visactor/vchart: fix the issue of crosshair can not trigger in weapp, fixed #1322

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

24 Oct 02:13
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support the exportCanvas api of vchart

🐛 fix

  • @visactor/vchart: new layout method for circle axis label, related #1123
  • @visactor/vchart: change default zIndex of axis in gauge chart, related #1122
  • @visactor/vchart: datazoom location error when resize. fix #520
  • @visactor/vchart: fix the issue in markline as min/max aggr result is not correct, see #1261
  • @visactor/vchart: fix: fix the issue that the map tooltip title does not display the name from nameMap, see #1260

What's Changed

  • [Auto release] release 1.5.2 by @github-actions in #1282

Full Changelog: v1.5.1...v1.5.2

v1.5.1

20 Oct 08:17
Compare
Choose a tag to compare

🆕 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

0