A graph view block
Properties
blockId
string
at-uri
Required
The AT-URI of this block record
chartType
ref
page.corvus.core#register
Optional
Chart style (string register, known values: bar, line, scatter, area, pie)
query
ref
page.corvus.core#register
Optional
Block id of the page.corvus.database#sql block whose results this view plots
View raw schema
{
"type": "object",
"required": [
"blockId"
],
"properties": {
"query": {
"ref": "page.corvus.core#register",
"type": "ref",
"description": "Block id of the page.corvus.database#sql block whose results this view plots"
},
"blockId": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of this block record"
},
"chartType": {
"ref": "page.corvus.core#register",
"type": "ref",
"description": "Chart style (string register, known values: bar, line, scatter, area, pie)"
}
},
"description": "A graph view block"
}