Commit a37bfe41 authored by 11277's avatar 11277

Update hlsChart.md

parent 0589a21b
...@@ -43,17 +43,17 @@ var select = function(arg,item){ ...@@ -43,17 +43,17 @@ var select = function(arg,item){
**常用的属性** **常用的属性**
| 属性名 | 类型 | 作用 | 是否必输 | | 属性名 | 类型 | 作用 | 是否必输|
| --- | --- | --- | --- | |:---: | :---: | :---: | :---: |
| | id | string | 唯一标识 | | id | string | 唯一标识 |
| chartType | string | 组件类型 | Y | | chartType | string | 组件类型 | Y
| | style | string | 组件box样式 | | style | string | 组件box样式 |
| barSourceData | object | 组件数据源 | Y | | barSourceData | object | 组件数据源 | Y
| | titleBgColor | string | 组件标题背景颜色 | | titleBgColor | string | 组件标题背景颜色 |
| | title | string | 组件标题 | | title | string | 组件标题 |
| | modify | function | 编辑icon触发的事件 | | modify | function | 编辑icon触发的事件 |
| | add | function | 新增icon触发的事件 | | add | function | 新增icon触发的事件 |
| | color | string | 字体颜色 | |color|string |字体颜色|
**下面是一个例子** **下面是一个例子**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment