Skip to content

Releases: VisActor/VChart

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

v1.12.3

05 Sep 08:27
c6cb6a6
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: cannot disable label update animation by option.animation:false

What's Changed

Full Changelog: v1.12.2...v1.12.3

v1.12.2

05 Sep 02:41
76bea4d
Compare
Choose a tag to compare

🆕 feat

  • brush: add config to control zoom when brush empty data. close#2934
  • @visactor/vchart: support 'inside-center' label position in pie chart

🐛 fix

  • @visactor/vchart: rangeMode of scrollbar not work. fix#3147
  • @visactor/vchart: fix error of barWidth, barMinWidth, barMaxWidth when value is null
  • @visactor/vchart: x brush filter not work. fix#3111
  • @visactor/vchart: indicator stop tooltip interactive. fix#3123
  • @visactor/vchart: fix error of getCenter when layoutRadius is a customized function in radar
  • @visactor/vchart: media query causes incorrect render result, #3102
  • @visactor/vchart: normal animation not work since v1.12.0
  • @visactor/vchart: sankey scale update not work
  • @visactor/vchart: fix error of sankey when some customized mark has name "node"
  • @visactor/vchart: fix dimension value of tooltip when has innerOffset, fix #2923
  • @visactor/vchart: vchart should not throw error when the values of series data is empty, fix #3082
  • @visactor/vchart: fix error of updateSpec when array change
  • @visactor/vchart: wordcloud fill not update after updateSpec. fix#3122
  • @visactor/vchart: wordcloud scale update not work. fix#3129

🔨 refactor

  • @visactor/vchart: refactor the parser of tooltip pattern

📖 docs

  • @visactor/vchart: fix issue of treemap.label not shown in option pages, fix #2562
  • @visactor/vchart: update docs about circular progress, close #2987

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1

21 Aug 03:42
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: x brush filter not work. fix #3111
  • @visactor/vchart: fix error of getCenter when layoutRadius is a customized function in radar
  • @visactor/vchart: media query causes incorrect render result, #3102
  • @visactor/vchart: vchart should not throw error when the values of series data is empty, fix #3082

What's Changed

  • [Auto release] release 1.12.1 by @github-actions in #3116

Full Changelog: v1.12.0...v1.12.1

v1.11.13

20 Aug 10:42
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: fix error of getCenter when layoutRadius is a customized function in radar

Full Changelog: v1.11.12...v1.11.13

v1.12.0

16 Aug 06:55
64044d5
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: marker's coordinates and positions property support callback
  • @visactor/vchart: support animationState config
  • @visactor/vchart: show evenly divided pie chart with showAllZero
  • @visactor/vchart: enable supportNegative option to treat negative values as absolute values
  • @visactor/vchart: support theme config by chart type
  • @visactor/vchart: support text shape of word-cloud
  • @visactor/vchart: add new chart mosaic chart
  • @visactor/vchart: support customized tick function of linear axis
  • @visactor/vchart: add emptyPlaceholder and emptyCircle for pie chart

🐛 fix

  • @visactor/vchart: y-axis is reverted after brush zoomin. fix #3089
  • @visactor/vchart: mark-point position type error fix

🔨 refactor

  • @visactor/vchart: refactor the graphics in linear-progress chart
  • @visactor/vchart: use label component to refactor sankey label
  • @visactor/vchart: stack can be required by need

🔖 other

  • @visactor/vchart: sequence support bottom axes. fix #2927

What's Changed

New Contributors

Full Changelog: v1.11.12...v1.12.0

v1.11.12

15 Aug 01:58
3cf254e
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support layoutRadius of pie

🐛 fix

  • @visactor/vchart: fix params of tickCount in linear-axis-mixin, fix #3053
  • @visactor/vchart: fix padding of region not work
  • @visactor/vchart: brush error after legend filter. fix#3061
  • @visactor/vchart: fix funnel chart color bug with different category and series fields
  • @visactor/vchart: fix issue with harmony event
  • @visactor/vchart: fix type error of react vchart, fix #3065
  • @visactor/vchart: tooltip should show when chart has multiple regions
  • @visactor/vchart: fix the issue background of chart not updated, fix #3054
  • @visactor/vchart: fix the update of startAngle and endAngle in pie chart, fix #3059
  • @visactor/vchart: fix switch visible of legend, fix #3060

What's Changed

Full Changelog: v1.11.11...v1.11.12