{
    "api": [{
        "title": "nz-slider",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list": [{

                    "param": "nzType",
                    "intro": "类型，可选 linecircle",
                    "type": "String",
                    "defaultValue": "line"
                },
                {
                    "param": "ngModel",
                    "intro": "百分比",
                    "type": "Number",
                    "defaultValue": "0"
                },
                {
                    "param": "nzFormat",
                    "intro": "内容的模板函数",
                    "type": "function(percent)",
                    "defaultValue": "percent => percent + '%'"
                },
                {
                    "param": "nzStatus",
                    "intro": "状态，可选：successexceptionactive",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzShowInfo",
                    "intro": "是否显示进度数值或状态图标",
                    "type": "Boolean",
                    "defaultValue": "true"
                },
                {
                    "param": "nzStrokeWidth (nzType='line')",
                    "intro": "进度条线的宽度，单位 px",
                    "type": "Number",
                    "defaultValue": "10"
                },
                {
                    "param": "nzStrokeWidth (nzType='circle')",
                    "intro": "圆形进度条线的宽度，单位是进度条画布宽度的百分比",
                    "type": "Number",
                    "defaultValue": "6"
                },
                {
                    "param": "nzWidth (nzType='circle')",
                    "intro": "圆形进度条画布宽度，单位 px",
                    "type": "Number",
                    "defaultValue": "132"
                }
            ]
        }
    }]
}