Releases: VisActor/VChart
Releases · VisActor/VChart
v1.13.3
🆕 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
- docs: add pie extension demo by @skie1997 in #3599
- Fix/fix typographical error of dataset processing by @xuefei1313 in #3595
- [Auto Sync] Sync the code from branch main to branch develop after release 1.13.2 by @github-actions in #3600
- [Auto changelog] changlog of v1.13.2 by @github-actions in #3601
- feat: add axis component event data by @xiaoluoHe in #3607
- perf: base-chart should not create spec transformer by @xile611 in #3602
- Perf/bundle size opt by @xile611 in #3613
- Fix: 3d label by @xiaoluoHe in #3611
- Fix: 3d wordcloud rotate animation by @xiaoluoHe in #3616
- Feat/package some hook in grammar by @xuefei1313 in #3621
- Fix/miss dpr by @xile611 in #3628
- fix: brush data will be undefined when mark is hovered. fix#3623 by @skie1997 in #3631
- docs: supply documents for
scrollMask
of discrete legend by @xiaoluoHe in #3608 - Fix/undefined point dimension hover by @xile611 in #3620
- docs: add comments of tooltips by @xile611 in #3641
- Fix/dom style when has customized content by @xile611 in #3637
- chore: update pnpm-lock by @xile611 in #3644
- fix: fix invisible region blocking mark events by @xiaoluoHe in #3642
- [Auto release] release 1.13.3 by @github-actions in #3645
Full Changelog: v1.13.2...v1.13.3
v1.13.2
🆕 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 isfalse
, related to #3572 - @visactor/vchart:
othersLine
of tooltip can be hidden byvisible: 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
- [Auto Sync] Sync the code from branch main to branch develop after release 1.13.1 by @github-actions in #3565
- docs: fix incorrect tutorial of conversion funnel by @xiaoluoHe in #3568
- [Auto changelog] changlog of v1.13.1 by @github-actions in #3571
- Doc/add source code explain by @xuanhun in #3577
- fix: support percentage state radius config in gauge segement mark by @xiaoluoHe in #3579
- Fix/media query error by @xile611 in #3583
- Chore/spec types by @xile611 in #3582
- Feat/react vchart series by @xile611 in #3581
- Fix/tooltip attributes by @xile611 in #3573
- Feat/support click interval for dblclick by @kkxxkk2019 in #3589
- Style/optimize axis by @xile611 in #3588
- Fix/tooltip position by @xile611 in #3592
- docs: add thanks in readme by @xile611 in #3580
- Style/add comments by @xile611 in #3585
- fix: upgrade vrender to 0.21.4, vgrammar to 0.15.2 by @xile611 in #3594
- [Auto release] release 1.13.2 by @github-actions in #3596
Full Changelog: v1.13.1...v1.13.2
v1.12.18
Full Changelog: v1.12.17...v1.12.18
v1.13.1
🆕 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
orkeyFormatter
- @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
andmax
of axis, related to #3560
What's Changed
- docs: add docs for
restorePosition
by @xiaoluoHe in #3507 - Chore/auto comment by @xile611 in #3508
- feat: support tooltip filter range as function by @Kingwl in #3516
- Feat/legend custom filter by @xile611 in #3518
- Fix/data zoom filter by @xile611 in #3512
- chore: tooltip should not has animation in bug server by @xile611 in #3531
- fix: fix update of extensionMark when mark has
name
, fix #3547 by @xile611 in #3551 - Docs/pictogram cat by @xiaoluoHe in #3552
- Fix/dom tooltip content update by @xile611 in #3550
- Fix/tooltip formatter by @xile611 in #3549
- feat: support harmony-simple-vchart module by @neuqzxy in #3543
- Fix/waterfall break by @xile611 in #3556
- Fix/tooltip position and style by @xile611 in #3555
- Fix/indicator switch visible by @xile611 in #3553
- feat: support inside-middle label position in area chart by @xiaoluoHe in #3545
- Fix/bug of update model spec sync in axis tick by @xuefei1313 in #3562
Full Changelog: v1.13.0...v1.13.1
v1.12.17
Full Changelog: v1.12.16...v1.12.17
v1.12.16
🐛 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
🆕 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
- Fix/upgrade vrender 0.21 by @xile611 in #3504
- Feat: pictogram chart by @xiaoluoHe in #3392
- Feat/sankey scrollbar by @xile611 in #3491
- docs: add example of sankey with scrollbar by @xile611 in #3509
- [Auto release] release 1.13.0 by @github-actions in #3510
Full Changelog: v1.12.15...v1.13.0
v1.12.15
🆕 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
🆕 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
- feat: upgrade harmony version by @neuqzxy in #3457
- Feat/auto refresh dpr by @xile611 in #3463
- feat: add marker context to support the same color as series. close#3437 by @skie1997 in #3456
- fix: value in scale range should consider about whole range. fix#3446 by @skie1997 in #3468
- Fix/value in scale range by @skie1997 in #3477
- fix: not update layout when scrollbar domain is the same as before. f… by @skie1997 in #3478
- docs: update harmony-vchart site url to visactor.com by @neuqzxy in #3473
- docs: add gantt calendar pivot chart demo by @fangsmile in #3482
- docs: update gantt demo problem by @fangsmile in #3489
- fix: update visible when layout end by @skie1997 in #3485
- feat: add three components in chart-extensions by @xile611 in #3476
- Feat/data zoom lock domain by @xile611 in #3486
- Feat: funnel extension by @xiaoluoHe in #3487
- Fix/sankey adjacency by @xile611 in #3474
- [Auto release] release 1.12.14 by @github-actions in #3493
New Contributors
- @fangsmile made their first contribution in #3482
Full Changelog: v1.12.13...v1.12.14
v1.12.13
🐛 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