Releases: VisActor/VChart
Releases · VisActor/VChart
v1.12.3
🐛 fix
- @visactor/vchart: cannot disable label update animation by
option.animation:false
What's Changed
- Fix/disable label animation by option by @xiaoluoHe in #3173
Full Changelog: v1.12.2...v1.12.3
v1.12.2
🆕 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
- [Auto Sync] Sync the code from branch main to branch develop after release 1.12.0 by @github-actions in #3094
- [Auto changelog] changlog of v1.12.0 by @github-actions in #3095
- docs: fix error customized layout error by @xile611 in #3098
- feat: add
changePlayerIndex
API into player component by @xiaoluoHe in #3097 - Fix: media query update spec will missing spec info by @xiaoluoHe in #3112
- Fix/update of series data by @xile611 in #3109
- Fix/layout radius by @xile611 in #3105
- Fix/update of title by @xile611 in #3106
- Fix/brush x axis by @skie1997 in #3113
- [Auto Sync] Sync the code from branch main to branch develop after release 1.12.1 by @github-actions in #3117
- docs: update guide of vchart-svg-plugin by @xile611 in #3115
- Docs/udpate docs of circular progress by @xile611 in #3114
- [Auto changelog] changlog of v1.12.1 by @github-actions in #3119
- Fix/tooltip when inner offset by @xile611 in #3120
- fix: wordcloud fill not update after updateSpec. fix#3122 by @skie1997 in #3125
- Docs/demo and docs update by @xiaoluoHe in #3134
- Fix: treemap issues by @xiaoluoHe in #3121
- fix: wordcloud scale update not work. fix#3129 by @skie1997 in #3136
- Fix/update spec error by @xile611 in #3133
- Fix/bar width null by @xile611 in #3150
- Fix/normal animation not work by @xiaoluoHe in #3154
- Feat/brush empty by @skie1997 in #3159
- feat: add
inverse
to sankey by @xile611 in #3149 - fix: add segments attribute to line/area update animation by @xiaoluoHe in #3130
- fix: indicator stop tooltip interactive. fix#3123 by @skie1997 in #3126
- fix: rangeMode of scrollbar not work. fix#3147 by @skie1997 in #3157
- fix: sankey scale update not work by @skie1997 in #3158
- Fix/sankey event error by @xile611 in #3143
- feat: support label position
inside-center
in pie chart by @xiaoluoHe in #3140 - Refactor/tooltip pattern parser by @xile611 in #3138
- [Auto release] release 1.12.2 by @github-actions in #3169
Full Changelog: v1.12.1...v1.12.2
v1.12.1
🐛 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
🐛 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
🆕 feat
- @visactor/vchart: marker's
coordinates
andpositions
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
- Fix/pie label interactive by @xile611 in #2754
- Sync/dev 1.12.0 by @xile611 in #2787
- Sync develop to dev/1.12.0 by @xiaoluoHe in #2822
- Refactor/linear progress by @xile611 in #2846
- Size/plugin size by @xile611 in #2845
- Refactor/sankey label by @xile611 in #2848
- Feat/mosaic chart by @xile611 in #2796
- Sync/develop by @kkxxkk2019 in #2921
- Fix/compile error by @xile611 in #2922
- Feat/issue 2918 by @kkxxkk2019 in #2919
- Fix/mark point type error by @kkxxkk2019 in #2938
- Feat/pie empty placeholder by @FunctionEurus in #2816
- refactor: refactor parser of
markByName
andmarkByType
in theme by @xile611 in #2948 - Size/reduce builtin theme by @xile611 in #2949
- refactor: stack can be required by need by @xile611 in #2950
- Feat/sequence supprt bottom axes dev by @skie1997 in #2963
- fix: fix the conflicts in changelog files by @xiaoluoHe in #3009
- Feat/show all zero by @FunctionEurus in #2893
- Feat/state animation config by @xiaoluoHe in #3007
- Feat/support negative value by @FunctionEurus in #3003
- feat: support theme config by chart type by @xiaoluoHe in #3039
- feat: add grid mark to axis
getVRenderComponents
by @xiaoluoHe in #3046 - Feat/wordcloud text shape by @xile611 in #2929
- feat: add charts of taro by @xile611 in #3016
- Size/plugin size by @xile611 in #3031
- [Auto Sync] Sync the code from branch main to branch develop after release 1.11.12 by @github-actions in #3087
- [Auto changelog] changlog of v1.11.12 by @github-actions in #3088
- fix: y-axis is reverted after brush zoomin. fix#3089 by @skie1997 in #3090
- Feat/tick mode by @666haiwen in #3092
- Release/1.12.0 by @xile611 in #3093
New Contributors
- @666haiwen made their first contribution in #3092
Full Changelog: v1.11.12...v1.12.0
v1.11.12
🆕 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
andendAngle
in pie chart, fix #3059 - @visactor/vchart: fix switch
visible
of legend, fix #3060
What's Changed
- type: supply interface defination, related #3024 by @xiaoluoHe in #3058
- Fix/brush error by @skie1997 in #3074
- fix: fix issue with harmony event by @neuqzxy in #3076
- fix: should not rewrite seriesField when configured in funnel series by @xiaoluoHe in #3080
- Feat/region padding by @xile611 in #3071
- Fix/tooltip of multi region by @xile611 in #3064
- Fix/tick count params by @xile611 in #3063
- Fix/update spec cases by @xile611 in #3068
- Fix/react vchart types by @xile611 in #3078
- docs: update richtext docs path by @xiaoluoHe in #3084
- Feat/pie layout radius by @xile611 in #3069
- Feat/angle axis polygon domain line by @xile611 in #3079
- Fix/gauge angle by @skie1997 in #3083
Full Changelog: v1.11.11...v1.11.12
v1.11.11
🆕 feat
- @visactor/vchart: label line support custom path. close#3000
- @visactor/vchart: upgrade vrender to 0.19.20, to support
catmullRom
andcatmullRomClosed
curveType, related #2610
🐛 fix
- @visactor/vchart: fix crosshair of histogram, fix #2826
- @visactor/vchart: use
vglobal.getElementById
to replacedocument.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
butstack
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
- docs: fix incorrect url links in legend tutorial by @xiaoluoHe in #3010
- docs: update demo of synced chart, close #3001 by @xile611 in #3006
- Fix/update of axis by @xile611 in #3008
- Revert "fix: prevent trigger original event in zoomEnd composite event" by @xiaoluoHe in #3027
- fix: charts should not stack when only specify
stackValue
but `stac… by @xile611 in #3011 - docs: add bussiness funnel demo by @xiaoluoHe in #3017
- Fix/crosshair of histogram by @xile611 in #3014
- fix: use
vglobal.getElementById
to replacedocument.getElementById
by @xile611 in #3026 - fix: curveType monotone in seriesStyle not work by @xiaoluoHe in #3019
- fix: fix
lockAfterClick
of tooltip, related #1574 by @xile611 in #3025 - fix: prevent mark level pointerup when drag end by @xiaoluoHe in #3030
- feat: upgrade vrender to 0.19.20, to support
catmullRom
and `catmul… by @xile611 in #3032 - Fix/update theme font family by @xile611 in #3040
- fix:
updateData
incorrect with datazoom by @xiaoluoHe in #3044 - Fix/liquid gradient by @skie1997 in #3034
- feat: label line support custom path. close#3000 by @skie1997 in #3033
- fix: fix issue with harmony props ignore function by @neuqzxy in #3047
Full Changelog: v1.11.10...v1.11.11
v1.11.10
🆕 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
- docs: update
registerMap
API document by @xiaoluoHe in #2968 - fix: prevent trigger original event in zoomEnd composite event by @xiaoluoHe in #2964
- fix: prevent issue with ios bug while pointEvent is configed by @neuqzxy in #2966
- docs: add chartHub theme link in tutorial by @xiaoluoHe in #2980
- fix: try to fix the cache of state style by @xile611 in #2969
- Feat/liquid reverse and target by @skie1997 in #2979
- Chore/es5 file by @xile611 in #2990
- Feat/map zoom api by @xiaoluoHe in #2988
- Fix/time axis set dimension index by @xile611 in #2993
- feat: marker label background support custom path. close#2959 by @skie1997 in #2976
- fix: liquid gradient not work after reverse by @skie1997 in #2994
Full Changelog: v1.11.9...v1.11.10
v1.11.9
🆕 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
- fix: statistics confict of linear and discrete field. fix#2926 by @skie1997 in #2937
- Fix/fix theme error of update spec by @xuefei1313 in #2941
- Fix/update of label by @xile611 in #2935
- Fix/polar point update aniamtion by @xile611 in #2945
- Feat: tooltip theme support transition duration by @xiaoluoHe in #2954
Full Changelog: v1.11.8...v1.11.9