{
"name": "@visactor/vchart",
"entries": [
{
"version": "1.12.4",
"tag": "@visactor/vchart_v1.12.4",
"date": "Mon, 09 Sep 2024 08:09:07 GMT",
"comments": {
"none": [
{
"comment": "feat: support axis break"
},
{
"comment": "feat: stackCornerRadius support callback. feat#3164"
},
{
"comment": "feat: add `crossNodeAlign` to sankey\n\n"
},
{
"comment": "fix: bind first axis to series but not last. fix#3139"
},
{
"comment": "chore: clear state when updateSpec. fix#3162"
},
{
"comment": "fix: crosshair won't update when switch theme"
},
{
"comment": "fix: wordcloud text overlap. fix#3177"
},
{
"comment": "fix: fix zIndex of label in pie-chart\n\n"
}
]
}
},
{
"version": "1.12.3",
"tag": "@visactor/vchart_v1.12.3",
"date": "Thu, 05 Sep 2024 05:54:53 GMT",
"comments": {
"none": [
{
"comment": "fix: cannot disable label update animation by `option.animation:false`"
},
{
"comment": "fix: upgrade vrender to 0.20.2, vgrammar to 0.14.3\n\n"
}
]
}
},
{
"version": "1.12.2",
"tag": "@visactor/vchart_v1.12.2",
"date": "Tue, 03 Sep 2024 12:46:51 GMT",
"comments": {
"none": [
{
"comment": "fix: rangeMode of scrollbar not work. fix#3147"
},
{
"comment": "docs: fix issue of treemap.label not shown in option pages, fix #2562"
},
{
"comment": "docs: update docs about circular progress, close #2987\n\n"
},
{
"comment": "feat(brush): add config to control zoom when brush empty data. close#2934"
},
{
"comment": "feat: support 'inside-center' label position in pie chart"
},
{
"comment": "fix: fix error of `barWidth`, `barMinWidth`, `barMaxWidth` when value is null\n\n"
},
{
"comment": "fix: x brush filter not work. fix#3111"
},
{
"comment": "fix: indicator stop tooltip interactive. fix#3123"
},
{
"comment": "fix: fix error of `getCenter` when layoutRadius is a customized function in radar\n\n"
},
{
"comment": "fix: media query causes incorrect render result, #3102"
},
{
"comment": " fix: normal animation not work since v1.12.0"
},
{
"comment": "fix: sankey scale update not work"
},
{
"comment": "fix: fix error of sankey when some customized mark has name \"node\"\n\n"
},
{
"comment": "fix: fix dimension value of tooltip when has innerOffset, fix #2923\n\n"
},
{
"comment": "fix: vchart should not throw error when the values of series data is empty, fix #3082\n\n"
},
{
"comment": "fix: fix error of `updateSpec` when array change\n\n"
},
{
"comment": "fix: wordcloud fill not update after updateSpec. fix#3122"
},
{
"comment": "fix: wordcloud scale update not work. fix#3129"
},
{
"comment": "refactor: refactor the parser of tooltip pattern\n\n"
}
]
}
},
{
"version": "1.12.1",
"tag": "@visactor/vchart_v1.12.1",
"date": "Wed, 21 Aug 2024 01:09:17 GMT",
"comments": {
"none": [
{
"comment": "fix: x brush filter not work. fix#3111"
},
{
"comment": "fix: fix error of `getCenter` when layoutRadius is a customized function in radar\n\n"
},
{
"comment": "fix: media query causes incorrect render result, #3102"
},
{
"comment": "fix: vchart should not throw error when the values of series data is empty, fix #3082\n\n"
}
]
}
},
{
"version": "1.12.0",
"tag": "@visactor/vchart_v1.12.0",
"date": "Fri, 16 Aug 2024 06:12:54 GMT",
"comments": {
"none": [
{
"comment": "feat: marker's `coordinates` and `positions` property support callback"
},
{
"comment": "add emptyPlaceholder and emptyCircle for pie chart"
},
{
"comment": "sequence support bottom axes. fix#2927"
},
{
"comment": "feat: support `animationState` config"
},
{
"comment": "feat: show evenly divided pie chart with showAllZero"
},
{
"comment": "feat: enable supportNegative option to treat negative values as absolute values"
},
{
"comment": "feat: support theme config by chart type"
},
{
"comment": "feat: support text shape of word-cloud\n\n"
},
{
"comment": "fix: y-axis is reverted after brush zoomin. fix#3089"
},
{
"comment": "fix: mark-point position type error fix"
},
{
"comment": "refactor: refactor the graphics in linear-progress chart"
},
{
"comment": "refactor: use label component to refactor sankey label"
},
{
"comment": "refactor: stack can be required by need\n\n"
}
]
}
},
{
"version": "1.11.12",
"tag": "@visactor/vchart_v1.11.12",
"date": "Wed, 14 Aug 2024 14:51:54 GMT",
"comments": {
"none": [
{
"comment": "fix: fix params of tickCount in linear-axis-mixin, fix #3053\n\n"
},
{
"comment": "feat: support `layoutRadius` of pie\n\n"
},
{
"comment": "fix: fix `padding` of region not work\n\n"
},
{
"comment": "fix: brush error after legend filter. fix#3061"
},
{
"comment": "fix: fix funnel chart color bug with different category and series fields"
},
{
"comment": " git push --set-upstream origin fix/gauge-angle"
},
{
"comment": "fix: fix issue with harmony event"
},
{
"comment": "fix: fix type error of react vchart, fix #3065\n\n"
},
{
"comment": "fix: tooltip should show when chart has multiple regions\n\n"
},
{
"comment": "fix: fix the issue background of chart not updated, fix #3054\n\n"
},
{
"comment": "fix: fix the update of `startAngle` and `endAngle` in pie chart, fix #3059\n\n"
},
{
"comment": "fix: fix switch `visible` of legend, fix #3060\n\n"
}
]
}
},
{
"version": "1.11.11",
"tag": "@visactor/vchart_v1.11.11",
"date": "Tue, 06 Aug 2024 09:20:16 GMT",
"comments": {
"none": [
{
"comment": "feat: label line support custom path. close#3000"
},
{
"comment": "feat: upgrade vrender to 0.19.20, to support `catmullRom` and `catmullRomClosed` curveType, related #2610\n\n"
},
{
"comment": "fix: fix crosshair of histogram, fix #2826\n\n"
},
{
"comment": "fix: use `vglobal.getElementById` to replace `document.getElementById`\n\n"
},
{
"comment": "fix: liquid gradient not work after reverse"
},
{
"comment": "fix: add group mark to fix gradient color bug of liquid and add rect shape to fix rect symbol padding bug"
},
{
"comment": "fix: fix `lockAfterClick` of tooltip, related #1574\n\n"
},
{
"comment": "fix: prevent trigger original event in panEnd composite event #2931"
},
{
"comment": "fix:curveType `monotone` in seriesStyle not work "
},
{
"comment": "fix: charts should not stack when only specify `stackValue` but `stack` is false, fix #3005\n\n"
},
{
"comment": "fix: `updateData` incorrect with datazoom, related #3041"
},
{
"comment": "fix: fix issue of `updateSpec` when visible of grid in axis change, fix #3004\n\n"
},
{
"comment": "fix: fix fontFamily when update theme, fix #3028\n\n"
}
]
}
},
{
"version": "1.11.10",
"tag": "@visactor/vchart_v1.11.10",
"date": "Wed, 24 Jul 2024 13:32:11 GMT",
"comments": {
"none": [
{
"comment": "chore: update rollup.config.js to fix es5/index.js, fix #2971\n\n"
},
{
"comment": "fix: prevent issue with ios bug while pointEvent is configed"
},
{
"comment": "feat: liquid support reverse and target mark. close#2977 & close#2978"
},
{
"comment": "feat: add `totalScale` params in geo zoom event"
},
{
"comment": " feat: support `geoZoomByIndex`/`geoZoomById` API"
},
{
"comment": "feat: marker label background support custom path. close#2959"
},
{
"comment": "fix: liquid gradient not work after reverse"
},
{
"comment": "fix: prevent trigger original event in zoomEnd composite event #2931"
},
{
"comment": "fix: fix error of setDimentionIndex when dimension axis is linear\n\n"
}
]
}
},
{
"version": "1.11.7",
"tag": "@visactor/vchart_v1.11.7",
"date": "Tue, 16 Jul 2024 12:19:22 GMT",
"comments": {
"none": [
{
"comment": "feat: support configuring callback function in indicator text style attributes, #2540"
},
{
"comment": "feat: add options `hideTimer` in toolti, to hide tooltip by timer\n\n"
},
{
"comment": "feat: support `transitionDuration` in tooltip theme"
},
{
"comment": "feat: support `updateIndicatorDataById`/`updateIndicatorDataByIndex` API, related #2776"
},
{
"comment": "feat: add `userUpdateOptions` to let user specify update type of charts, fix some animation bug\n\n"
},
{
"comment": "fix(barbackground): datakey is undefined when set custom datakey"
},
{
"comment": "fix: fix the issue where `barMaxWidth` does not work when `barWidth` is configured, #2885`"
},
{
"comment": " fix: line/area clip animation by incorrect direction"
},
{
"comment": "fix(crosshair): fix bug of crosshair position when legend filter data. fix#2905"
},
{
"comment": "fix: fix the error caused by theme change when updatingSpec\n\n"
},
{
"comment": "fix: clear the timer of tooltip when has update\n\n"
},
{
"comment": "fix: statistics confict of linear and discrete field. fix#2926 "
},
{
"comment": "fix: fix polar animation logic for radar charts"
},
{
"comment": "fix: fix PolarPointUpdate when from point is center\n\n"
},
{
"comment": "fix: type define fix"
},
{
"comment": "fix: label should not update when label is set in series, related #2928\n\n"
}
]
}
},
{
"version": "1.11.6",
"tag": "@visactor/vchart_v1.11.6",
"date": "Thu, 27 Jun 2024 09:53:20 GMT",
"comments": {
"none": [
{
"comment": "fix: background of chart should support gradient color"
},
{
"comment": "fix(animation): rose animation not work when update twice. fix#2856"
},
{
"comment": "fix: fix the type of `ITooltipTheme`, fix #2850\n\n"
},
{
"comment": "fix: fix the issue of update animation not executed when updateSpec, #2835 #2836"
}
]
}
},
{
"version": "1.11.5",
"tag": "@visactor/vchart_v1.11.5",
"date": "Thu, 20 Jun 2024 10:18:10 GMT",
"comments": {
"none": [
{
"comment": "fix: optimize discrete legend pager color in dark theme, related #2654"
},
{
"comment": "fix: fix the issue issue with stacked waterfall charts where positive and negative values were not stacked separately when there were both positive and negative values in the same stack\n\n"
}
]
}
},
{
"version": "1.11.4",
"tag": "@visactor/vchart_v1.11.4",
"date": "Tue, 18 Jun 2024 06:15:31 GMT",
"comments": {
"none": [
{
"comment": "fix: fix bug of `updateSpec` when has `scales`, close #2744\n\n"
},
{
"comment": "fix: gauge chart might throw error when the value is close to its maximum, fix #2783"
},
{
"comment": "fix: fix the behavior of the gauge pointer when it exceeds the axis range, fix #2780"
},
{
"comment": "fix: normal animation not work when appear animation is disabled, fix #2807"
},
{
"comment": "fix: upgrade vrender to 0.19.10, vgrammar to 0.13.9\n\n"
}
]
}
},
{
"version": "1.11.3",
"tag": "@visactor/vchart_v1.11.3",
"date": "Thu, 06 Jun 2024 05:55:31 GMT",
"comments": {
"none": [
{
"comment": "feat: add option `showBackgroundChart` of DataZoom\n\n"
},
{
"comment": "fix: bar chart should work normally when x-axis is linear, fix #2758\n\n"
},
{
"comment": "fix: fix issue of continuous legend filter in treemap"
},
{
"comment": "fix: fixed the issue that the newly added component type could not take effect when updateSpec\n\n"
}
]
}
},
{
"version": "1.11.2",
"tag": "@visactor/vchart_v1.11.2",
"date": "Thu, 30 May 2024 09:40:24 GMT",
"comments": {
"none": [
{
"comment": "chore: when build es5 , `targets` of `@babel/preset-env` should be `defaults`, fix #2702\n\n"
},
{
"comment": "fix: fix the bug that `animationThreshold` not work, close #2745\n\n"
},
{
"comment": "fix: fix the issue of update animation in area chart is not work"
},
{
"comment": "fix(common): bar series support auto band size in common chart. fix#2704"
},
{
"comment": "fix: corsshair should hide when pointer out view, fix #2726\n\n"
},
{
"comment": "fix: close animation cause by datazoom/scrollbar\n\n"
},
{
"comment": "fix: \\`type-step\\` markLine's label should consider the refX/refY/dx/dy set by user, fixed#2739"
},
{
"comment": "fix(react-vchart): fix the issue of `