Releases: VisActor/VChart
Releases · VisActor/VChart
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
v1.11.8
v1.11.7
🆕 feat
- @visactor/vchart: support configuring callback function in indicator text style attributes, #2540
- @visactor/vchart: add options
hideTimer
in toolti, to hide tooltip by timer - @visactor/vchart: support
updateIndicatorDataById
/updateIndicatorDataByIndex
API, related #2776 - @visactor/vchart: add
userUpdateOptions
to let user specify update type of charts, fix some animation bug
🐛 fix
- barbackground: datakey is undefined when set custom datakey fix #2908
- @visactor/vchart: fix the issue where
barMaxWidth
does not work whenbarWidth
is configured, #2885` - @visactor/vchart: line/area clip animation by incorrect direction
- crosshair: fix bug of crosshair position when legend filter data. fix #2905
- @visactor/vchart: fix polar animation logic for radar charts
- @visactor/vchart: type define fix
v1.11.6
🐛 fix
- @visactor/vchart: background of chart should support gradient color
- animation: rose animation not work when update twice. fix#2856
- @visactor/vchart: fix the type of
ITooltipTheme
, fix #2850 - @visactor/vchart: fix the issue of update animation not executed when updateSpec, #2835 #2836
What's Changed
- docs: update menu of guide by @xile611 in #2849
- Fix/update spec dose not run update animation by @xiaoluoHe in #2837
- fix(animation): rose animation not work when update twice. fix#2856 by @skie1997 in #2857
- Fix/gradient background by @xile611 in #2862
- docs: add the guid of promotion issue by @xuanhun in #2860
- Fix/tooltip theme type by @xile611 in #2864
- fix: upgrade vrender to 0.19.14, vgrammar to 0.13.11 by @xile611 in #2861
Full Changelog: v1.11.5...v1.11.6