可视化文件格式

JSON Schema

Evaluation

type

array

items

Category

Category

type

object

properties

  • category

分类名字

type

string

  • charts

type

array

items

anyOf

SimpleChart

DropdownChart

additionalProperties

False

SimpleChart

type

object

properties

  • title

图表名字

type

string

  • type

图表类型

type

string

enum

list, table, bar

  • name

type

string

  • series

type

array

items

type

object

properties

  • data

type

array

items

type

array

maxItems

2

minItems

2

  • file

type

string

additionalProperties

False

ValueAxis

type

object

properties

  • interval

数据间隔

type

number

  • name

轴的名字

type

string

  • type

轴的样式

type

string

enum

value

additionalProperties

False

CategoryAxis

type

object

properties

  • name

轴的名字

type

string

  • type

轴的样式

type

string

enum

category

additionalProperties

False