重新优化中奖权重计算方式

This commit is contained in:
2026-03-11 15:40:15 +08:00
parent bb166350fd
commit 2af7fedcce
13 changed files with 330 additions and 322 deletions

View File

@@ -117,6 +117,8 @@ export interface BarChartProps extends BaseChartProps, AxisDisplayProps, Interac
data: number[] | BarDataItem[]
/** X轴标签数据 */
xAxisData?: string[]
/** X轴名称色子点数 */
xAxisName?: string
/** 柱状图宽度 */
barWidth?: string | number
/** 是否堆叠显示 */