可视化文件格式
JSON Schema
Evaluation
type |
array |
items |
Category
type |
object |
||
properties |
|||
|
分类名字 |
||
type |
string |
||
|
type |
array |
|
items |
anyOf |
||
additionalProperties |
False |
SimpleChart
type |
object |
||||
properties |
|||||
|
图表名字 |
||||
type |
string |
||||
|
图表类型 |
||||
type |
string |
||||
enum |
list, table, bar |
||||
|
type |
string |
|||
|
type |
array |
|||
items |
type |
object |
|||
properties |
|||||
|
type |
array |
|||
items |
type |
array |
|||
maxItems |
2 |
||||
minItems |
2 |
||||
|
type |
string |
|||
additionalProperties |
False |
DropdownChart
type |
object |
||||
properties |
|||||
|
type |
array |
|||
items |
|||||
|
type |
array |
|||
items |
type |
object |
|||
properties |
|||||
|
图表数值 |
||||
type |
array |
||||
items |
type |
array |
|||
maxItems |
2 |
||||
minItems |
2 |
||||
|
下拉框取值 |
||||
type |
object |
||||
|
type |
string |
|||
|
type |
string |
|||
|
图表名字 |
||||
type |
string |
||||
|
图表类型 |
||||
type |
string |
||||
enum |
progress, line |
||||
|
oneOf |
||||
|
oneOf |
||||
additionalProperties |
False |
Dropdown
type |
object |
|
properties |
||
|
下拉框取值范围 |
|
type |
array |
|
|
下拉框名字 |
|
type |
string |
|
|
下拉框样式 |
|
type |
string |
|
enum |
single, multiple |
|
additionalProperties |
False |
ValueAxis
type |
object |
|
properties |
||
|
数据间隔 |
|
type |
number |
|
|
轴的名字 |
|
type |
string |
|
|
轴的样式 |
|
type |
string |
|
enum |
value |
|
additionalProperties |
False |
CategoryAxis
type |
object |
|
properties |
||
|
轴的名字 |
|
type |
string |
|
|
轴的样式 |
|
type |
string |
|
enum |
category |
|
additionalProperties |
False |