Skip to content

Commit 4c3628f

Browse files
drunksweetpurpose233
authored andcommitted
docs: update changelog of rush
1 parent 881c994 commit 4c3628f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/vchart",
5+
"comment": "fix:Replace all the vchartConstrouctor to vchartConstructor,and ensure backward compatibility with older versions.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@visactor/vchart"
10+
}

packages/react-vchart/src/charts/BaseChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface BaseChartProps
4747
ChartLifeCycleEventProps,
4848
IReactTooltipProps {
4949
vchartConstructor?: IVChartConstructor;
50-
/** @deprecated 请使用 vchartConstructor */
50+
/** @deprecated 请使用 vchartConstructor */
5151
vchartConstrouctor?: IVChartConstructor;
5252
type?: string;
5353
/** 上层container */

0 commit comments

Comments
 (0)