Skip to content

Releases: VisActor/VChart

v1.12.13

22 Nov 08:40
c864e4f
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: fix groupKey of boxplot series, fix #3409, related to #2855
  • @visactor/vchart: fix the issue where the length of the outerlabel line is incorrect when richtext, fix #3441

What's Changed

  • fix: fix the issue where the length of the outerlabel line is incorre… by @xiaoluoHe in #3441
  • Fix/box plot state by @xile611 in #3443
  • fix: upgrade vrender to 0.20.16, vgrammar to 0.14.16 by @xile611 in #3448

Full Changelog: v1.12.12...v1.12.13

v1.12.12

18 Nov 03:04
08a71ce
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related #3393
  • @visactor/vchart: fix incorrect rendering when changing direction via updateSpec in area chart, related #3406
  • @visactor/vchart: fix zIndex of background image, fix #3403
  • @visactor/vchart: fix error of tooltip when chart is released, fix #3428

⚡ perf

  • @visactor/vchart: optimize the effect of break data

What's Changed

Full Changelog: v1.12.11...v1.12.12

v1.12.11

13 Nov 11:56
2d23a6a
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support axis sync to the axis that has breaks
  • @visactor/vchart: tooltip can support customized trigger and triggerOff

🐛 fix

  • @visactor/vchart: fix the issue where the axis breaks render incorrectly in some cases
  • @visactor/vchart: fix zIndex of series, fix #3395
  • @visactor/vchart: fix layout of title when orient is "left" or "right", fix #3401
  • @visactor/vchart: fix the issue of custom svg string in tooltip shape, related #3384
  • @visactor/vchart: tooltip enterable should work when update, fix #3405
  • @visactor/vchart: fix tooltip position by mode: pointer, close #3367
  • @visactor/vchart: wordcloud should not throw error when word.visible is false, fix #3378
  • @visactor/vchart: fix the issue where the scrolling legend triggers map zooming under certain conditions, related #3391

What's Changed

Full Changelog: v1.12.10...v1.12.11

v1.12.10

31 Oct 12:36
c52af12
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: pie series support center of percent string

🐛 fix

  • @visactor/vchart: scroll not dispatch view update when axis is not display. fix#3278
  • @visactor/vchart: changes to roam via updateSpec do not take effect
  • @visactor/vchart: fix the issue of symbolActiveMark visible setting
  • @visactor/vchart: fix issue with chart background in harmony
  • @visactor/vchart: fix event of angle axis in radarchart, fix #3343
  • @visactor/vchart: type issue of title theme

🔨 refactor

  • @visactor/vchart: optimize setter and getter about markConfig

v1.12.9

25 Oct 02:16
29a7d0a
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support tooltip for overlapped points, close #3224

🐛 fix

  • @visactor/vchart: fixed the issue where map labels do not scale accordingly after updateSpec.
  • @visactor/vchart: all the SeriesData should call compileData(), fix #3322
  • @visactor/vchart: clear throttle timer when out, fix #3326
  • @visactor/vchart: fix tooltipHide event when handler is empty
  • @visactor/vchart: tooltip data should has datum in each line
  • @visactor/vchart: Fixed the issue of label component misalignment in specific situations
  • @visactor/vchart: Fixed the issue of partial blank areas in charts during resizing when dpr is not an integer, fix #3255

What's Changed

New Contributors

Full Changelog: v1.12.8...v1.12.9

v1.12.8

15 Oct 10:39
07cb20d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support firstVisible of axis label, close #3200
  • @visactor/vchart: support roam.blank to enable dragging from blank area of region in map chart
  • @visactor/vchart: optimize data empty condition

🐛 fix

  • @visactor/vchart: upgrade vrender to 0.20.9, vgrammar to 0.14.10
  • @visactor/vchart: chart should remake when visible of axis change, fix #3287
  • @visactor/vchart: fix visible change of label, fix #3277
  • @visactor/vchart: custom theme by chartType cannot work in initial options, #3285
  • @visactor/vchart: fix issue of html and dom not work correctly in label
  • @visactor/vchart: axis line on zero should consider the bindAxis's inverse, fixed#3306
  • react-vchart: register labels by default in circlePacking, sankey, sunburst, treemap, venn, fix #3148

🔨 refactor

  • @visactor/vchart: refactor implement of enterable in tooltip component

What's Changed

Full Changelog: v1.12.7...v1.12.8

v1.12.7

29 Sep 04:10
c5a27ee
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: feat: support minLength in funnel outerlabel line
  • react-vchart: support morphConfig of react-vchart, close #3219

🐛 fix

  • @visactor/vchart: fix error of updateSpec when data changed, fix #3261
  • @visactor/vchart: color of linear progress track in dark mode
  • @visactor/vchart: datazoom state field and value field is incomplete problem. fix#3199
  • @visactor/vchart: fix title of axis when the bounds is empty, fix #3265
  • @visactor/vchart: fix media-query when updateSpec
  • @visactor/vchart: fix updateSpec when add attributes width, height to spec

What's Changed

Full Changelog: v1.12.6...v1.12.7

v1.12.6

23 Sep 06:49
3a80908
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: Added lifecycle hooks, afterCreateVChart, beforeInitializeChart, afterInitializeChart
  • @visactor/vchart: Polar coordinate angle axis supports configurations like autoLimit, autoWrap, autoHide, etc.

🐛 fix

  • @visactor/vchart: Allow adding indicator components in polar charts
  • @visactor/vchart: Fix the default value issue of position in the label component, fix #3242
  • @visactor/vchart: Fix type error, change type in PointerMarkSpec to an optional type, fix #3227
  • @visactor/vchart: Use throttle for throttling when triggering resize
  • @visactor/vchart: Fix the chart update type to be reCompile instead of remake when updating label configurations
  • @visactor/vchart: Fix the issue where customMark does not support markName event filters
  • @visactor/vchart: Fix the issue of incorrect animation triggering during radar chart updates, fix #3228

What's Changed

Full Changelog: v1.12.5...v1.12.6

v1.12.5

23 Sep 02:15
d262be9
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: extension mark and customized mark support markName event filter

🐛 fix

  • @visactor/vchart: optimize first axis label autolimit effect
  • @visactor/vchart: animationUpdate should also control labels animation
  • @visactor/vchart: fix default value of circular-progress, fix #2683
  • @visactor/vchart: fix typos in FAQ documents 86
  • @visactor/vchart: fix display of radar-chart when has negative radius
  • @visactor/vchart: word.style.fontWeight should change the style of text in wordcloud

🔨 refactor

  • @visactor/vchart: reduce duplicated getSpecInfo

What's Changed

Full Changelog: v1.12.4...v1.12.5

v1.12.4

09 Sep 08:51
0c2ac22
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support axis break
  • @visactor/vchart: stackCornerRadius support callback. feat#3164
  • @visactor/vchart: add crossNodeAlign to sankey

🐛 fix

  • @visactor/vchart: bind first axis to series but not last. fix#3139
  • @visactor/vchart: crosshair won't update when switch theme
  • @visactor/vchart: wordcloud text overlap. fix#3177
  • @visactor/vchart: fix zIndex of label in pie-chart

🔧 chore

  • @visactor/vchart: clear state when updateSpec. fix#3162

What's Changed

New Contributors

Full Changelog: v1.12.3...v1.12.4