improveChart
ActiveTool of nteract/semiotic
declared in 3.8.1
Diagnose a chart configuration, assess data fit, and propose repairs or variants.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"component",
"props"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"props": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"component": {
"type": "string"
}
}
}Parent server
nteract/semiotic
https://github.com/nteract/semiotic
2/7 registries