common-intellisense
Version:
1,792 lines • 108 kB
JSON
[
{
"name": "TinyChartLine",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-line",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-line",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartLine"
},
{
"name": "TinyChartHistogram",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-histogram",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-histogram",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartHistogram"
},
{
"name": "TinyChartBar",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-bar",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-bar",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartBar"
},
{
"name": "TinyChartPie",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-pie",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-pie",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartPie"
},
{
"name": "TinyChartRing",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-ring",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-ring",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartRing"
},
{
"name": "TinyChartWaterfall",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-waterfall",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-waterfall",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartWaterfall"
},
{
"name": "TinyChartFunnel",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-funnel",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-funnel",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartFunnel"
},
{
"name": "TinyRadar",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-radar",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-radar",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartRadar"
},
{
"name": "TinyChartMap",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-map",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-map",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartMap"
},
{
"name": "TinyChartSankey",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-sankey",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-sankey",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartSankey"
},
{
"name": "TinyChartHeatmap",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-heatmap",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-heatmap",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartHeatmap"
},
{
"name": "TinyChartScatter",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"description_zh": "init 附加参数"
},
"judge-width": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否处理生成图表时的宽度问题",
"description_zh": "是否处理生成图表时的宽度问题"
},
"legend-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示图例",
"description_zh": "是否显示图例"
},
"not-set-unchange": {
"default": "--",
"value": "",
"type": "array ",
"description": "未发生变化时不参加 setOption 的属性",
"description_zh": "未发生变化时不参加 setOption 的属性"
},
"options": {
"default": "--",
"value": "",
"type": "object ",
"description": "图表配置项(无法与settings混用)",
"description_zh": "图表配置项(无法与settings混用)"
},
"resize-delay": {
"default": "'200'",
"value": "",
"type": "number ",
"description": "窗口 resize 事件回调的延迟",
"description_zh": "窗口 resize 事件回调的延迟"
},
"resizeable": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否处理窗口 resize 事件",
"description_zh": "是否处理窗口 resize 事件"
},
"set-option-opts": {
"default": "true",
"value": "",
"type": "boolean | object ",
"description": "echarts setOption 的第二个参数",
"description_zh": "echarts setOption 的第二个参数"
},
"theme": {
"default": "--",
"value": "",
"type": "object ",
"description": "自定义主题名称。;自定义主题对象。",
"description_zh": "自定义主题名称。;自定义主题对象。"
},
"theme-name": {
"default": "--",
"value": "",
"type": "string ",
"description": "自定义主题名称,如果设置了 theme-name, 则 theme 无效",
"description_zh": "自定义主题名称,如果设置了 theme-name, 则 theme 无效"
},
"tooltip-visible": {
"default": "true",
"value": "",
"type": "boolean ",
"description": "是否显示提示框",
"description_zh": "是否显示提示框"
},
"width": {
"default": "'auto'",
"value": "",
"type": "string ",
"description": "设置图表容器的宽度。",
"description_zh": "设置图表容器的宽度。"
},
"width-change-delay": {
"default": "'300'",
"value": "",
"type": "number ",
"description": "容器宽度变化的延迟",
"description_zh": "容器宽度变化的延迟"
}
},
"link": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-scatter",
"link_zh": "https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/chart-scatter",
"typeDetail": {},
"events": [],
"methods": [],
"slots": [],
"filename": "ChartScatter"
},
{
"name": "TinyChartCandle",
"props": {
"cancel-resize-check": {
"default": "false",
"value": "",
"type": "boolean ",
"description": "是否禁用 resize 时的容器检测",
"description_zh": "是否禁用 resize 时的容器检测"
},
"change-delay": {
"default": "'0'",
"value": "",
"type": "number ",
"description": "属性修改触发图表重绘回调的延迟",
"description_zh": "属性修改触发图表重绘回调的延迟"
},
"data": {
"default": "--",
"value": "",
"type": "object ",
"description": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准",
"description_zh": "数据由指标和维度组成,“维度” 指的是数据的属性,“指标” 是量化衡量标准"
},
"events": {
"default": "--",
"value": "",
"type": "object ",
"description": "事件绑定",
"description_zh": "事件绑定"
},
"extend": {
"default": "--",
"value": "",
"type": "IChartProps ",
"description": "echarts 的配置项",
"description_zh": "echarts 的配置项"
},
"height": {
"default": "'400px'",
"value": "",
"type": "string ",
"description": "设置图表容器的高度。",
"description_zh": "设置图表容器的高度。"
},
"init-options": {
"default": "--",
"value": "",
"type": "object ",
"description": "init 附加参数",
"des