Skip to content

Releases: VisActor/VChart

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

v1.11.11

06 Aug 10:12
701a7bb
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: label line support custom path. close#3000
  • @visactor/vchart: upgrade vrender to 0.19.20, to support catmullRom and catmullRomClosed curveType, related #2610

🐛 fix

  • @visactor/vchart: fix crosshair of histogram, fix #2826
  • @visactor/vchart: use vglobal.getElementById to replace document.getElementById
  • @visactor/vchart: liquid gradient not work after reverse
  • @visactor/vchart: add group mark to fix gradient color bug of liquid and add rect shape to fix rect symbol padding bug
  • @visactor/vchart: fix lockAfterClick of tooltip, related #1574
  • @visactor/vchart: prevent trigger original event in panEnd composite event #2931
  • @visactor/vchart: charts should not stack when only specify stackValue but stack is false, fix #3005
  • @visactor/vchart: updateData incorrect with datazoom, related #3041
  • @visactor/vchart: fix issue of updateSpec when visible of grid in axis change, fix #3004
  • @visactor/vchart: fix fontFamily when update theme, fix #3028

🔖 other

  • @visactor/vchart: fix:curveType monotone in seriesStyle not work

What's Changed

Full Changelog: v1.11.10...v1.11.11

v1.11.10

24 Jul 15:02
a30436a
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: liquid support reverse and target mark. close #2977 & close #2978
  • @visactor/vchart: add totalScale params in geo zoom event
  • @visactor/vchart: support geoZoomByIndex/geoZoomById API, close #2925
  • @visactor/vchart: marker label background support custom path. close #2959

🐛 fix

  • @visactor/vchart: prevent issue with ios bug while pointEvent is configed
  • @visactor/vchart: liquid gradient not work after reverse
  • @visactor/vchart: fix error of setDimentionIndex when dimension axis is linear

🔧 chore

  • @visactor/vchart: update rollup.config.js to fix es5/index.js, fix #2971

What's Changed

Full Changelog: v1.11.9...v1.11.10

v1.11.9

17 Jul 03:05
79b6ffd
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: tooltip theme support transition duration

🐛 fix

  • @visactor/vchart: fix statistics confict of linear and discrete field, close #2926
  • @visactor/vchart: fix theme error of update spec
  • @visactor/vchart: fix update of label when udpate spec
  • @visactor/vchart: fix bug of polar point update aniamtion
  • @visactor/vchart: react attributes should support react 17
  • @visactor/vchart: fix height of link when set minNodeHeight of sankey

What's Changed

Full Changelog: v1.11.8...v1.11.9

v1.11.8

07 Jul 20:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.6...v1.11.8