Skip to content

Releases: VisActor/VChart

v1.13.3

08 Jan 01:51
40622c6
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: add datum to params on axis-label event
  • @visactor/vchart: wrap some hook in vgrammar

🐛 fix

  • @visactor/vchart: fix the issue of incorrect label display in 3D charts, #3584
  • @visactor/vchart: fix the issue of animation in 3d wordcloud not work
  • @visactor/vchart: brush data will be undefined when mark is hovered. fix#3623
  • @visactor/vchart: fix style of dom tooltip when tooltip has customized child, fix #3615
  • @visactor/vchart: fix error update of dom tooltip when update theme, fix #3619
  • @visactor/vchart: fix position of html tooltip when confine is false, fix #3632
  • @visactor/vchart: fix the typographical error of dataset tutorial
  • @visactor/vchart: compilier should add dpr to vrender
  • @visactor/vchart: fix invisible region blocking mark events, #3638
  • @visactor/vchart: undefined points shoulde not show when dimension hover, fix #3610
  • @visactor/vchart: fix layout error of title component, fix #3614

What's Changed

Full Changelog: v1.13.2...v1.13.3

v1.13.2

24 Dec 02:01
cb5dc61
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: add miss Series and Chart in react vchart, close #3578
  • @visactor/vchart: vchart support clickInterval params

🐛 fix

  • @visactor/vchart: support percentage state radius config in gauge segment mark, #3459
  • @visactor/vchart: media query should not throw error when has empty axis, related to #3575
  • @visactor/vchart: tooltip should not render empty column when hasShape of tooltip is false, related to #3572
  • @visactor/vchart: othersLine of tooltip can be hidden by visible: false, related to #3572
  • @visactor/vchart: fix position of tooltip, related to #3590
  • @visactor/vchart: page should not crash when tickStep is too small, fix #3591
  • @visactor/vchart: fix updating of customized DOM when has interactive layer, fix #3587
  • @visactor/vchart: fix axis breaks when set tickStep, fix #3560

What's Changed

Full Changelog: v1.13.1...v1.13.2

v1.12.18

08 Jan 01:49
Compare
Choose a tag to compare

Full Changelog: v1.12.17...v1.12.18

v1.13.1

17 Dec 02:16
1269322
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: add config customFilter to legend, support cutomized filter function, close #3492
  • @visactor/vchart: Area chart supports setting labels in the middle 'inside-middle', close #3353

🐛 fix

  • @visactor/vchart: fix break of waterfall, fix #3544
  • @visactor/vchart: fix the bug of updateModelSpecSync can not set axis.tick.forceTickCount
  • @visactor/vchart: fix filter of lock domain when field is array, related #3469
  • @visactor/vchart: fix size of datazoom when update, fix #3521
  • @visactor/vchart: html tooltip can reuse the dom content and fix the unneed animation
  • @visactor/vchart: fix update of extensionMark when mark has name, fix #3547
  • @visactor/vchart: fix indicator when change visible to be false, fix #3506
  • @visactor/vchart: fix tooltip content when only has valueFormatter or keyFormatter
  • @visactor/vchart: fix style of dom tooltip
  • vchart-extension: series-break should keep align width axis break, related to #3560
  • @visactor/vchart: breaks should consider the min and max of axis, related to #3560

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.12.17

08 Jan 01:49
Compare
Choose a tag to compare

Full Changelog: v1.12.16...v1.12.17

v1.12.16

08 Jan 01:48
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vchart: fix filter of lock domain when field is array, related #3469
  • @visactor/vchart: fix size of datazoom when update, fix #3521
  • @visactor/vchart: fix update of extensionMark when mark has name, fix #3547
  • @visactor/vchart: fix indicator when change visible to be false, fix #3506

Full Changelog: v1.12.15...v1.12.16

v1.13.0

06 Dec 08:34
cc6eb53
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: add pictogram chart
  • @visactor/vchart: support auto generated scrollbar in sankey, close #2838
  • @visactor/vchart: react vchart support event filter, close #3461
  • @visactor/vchart: tooltip key/content support config by field, close #2576
  • @visactor/vchart: support max height of tooltip, by percent value , close #2675

🐛 refactor

  • @visactor/vchart: [Break Change] refactor the implement of html tooltip, fix #3137, close #2924, close #2591
  • @visactor/vchart: [Break Change] support label overlap for inside arc labels by default

⚡ perf

  • @visactor/vchart: vrender optimize the bounds of text, which will change the display of all text

What's Changed

Full Changelog: v1.12.15...v1.13.0

v1.12.15

05 Dec 10:33
2476b1d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support restorePosition in position/bound label overlap strategy

🐛 fix

  • @visactor/vchart: optimize shiftY of label

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 1.12.14 by @github-actions in #3494
  • [Auto changelog] changlog of v1.12.14 by @github-actions in #3495
  • chore: release workflow should build vchart-extension by @xile611 in #3496
  • Fix/upgrade vrender 0.20.18 by @xile611 in #3497
  • [Auto release] release 1.12.15 by @github-actions in #3498

Full Changelog: v1.12.14...v1.12.15

v1.12.14

05 Dec 02:27
77b1239
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vchart: support autoRefreshDpr in chart options
  • @visactor/vchart: dataZoom can do filter when has lockStatisticsByDomain, close #3469
  • @visactor/vchart: add marker context to support the same color as series. close#3437
  • @visactor/vchart: update options maxNodeHeight, maxLinkHeight in sankey, close 3439
  • @visactor/vchart-extension: add component series-break, close #3450

🐛 fix

  • @visactor/vchart: upgrade scrollbar visible after layout. fix#3452
  • @visactor/vchart: fix adjacency in sankey, fix #3460
  • @visactor/vchart: not update layout when scrollbar domain is the same as before. fix#3452
  • @visactor/vchart: value in scale range should consider about whole range. fix#3446
  • @visactor/vchart: when the invalidType of line is "link", line should be connected rightly. fix #3436, fix #3238
  • @visactor/vchart: richtext should work when set state, fix #3465

What's Changed

New Contributors

Full Changelog: v1.12.13...v1.12.14

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