公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.成长经历阅历证件情况可以输入或选择,已改为“持有证件情况” 2.家谱样式调整和两个名字互换位置 3.更新了首页背景图片
Tcsm
2023-09-05
cb62f9fe04c98c30434bb4a3a20bafb57c231ebb
[zhangshi_app_web.git]
/
node_modules
/
echarts
/
types
/
src
/
chart
/
helper
/
pieHelper.d.ts
1
2
3
4
5
6
7
8
9
import type Model from '../../model/Model.js';
import type Sector from 'zrender/lib/graphic/shape/Sector.js';
export declare function getSectorCornerRadius(model: Model<{
borderRadius?: string | number | (string | number)[];
}>, shape: Pick<Sector['shape'], 'r0' | 'r'>, zeroIfNull?: boolean): {
cornerRadius: number;
} | {
cornerRadius: number[];
};