createChart
ActiveTool of nteract/semiotic
declared in 3.8.1
Select, validate, diagnose, render, and prove a static-data Semiotic chart. This is the default public workflow.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"minItems": 1
},
"props": {
"type": "object",
"description": "Optional props to merge over the selected chart recipe.",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"theme": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string"
}
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"audience": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"receptionModality": {
"enum": [
"visual",
"screen-reader",
"sonified",
"agent"
],
"type": "string"
}
},
"additionalProperties": {}
},
"component": {
"type": "string",
"description": "Optional chart preference; the fit-ranked result remains authoritative."
}
}
}Parent server
nteract/semiotic
https://github.com/nteract/semiotic
2/7 registries