Files
windmill/community/scripts/u/bot/table_to_pie.json
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

49 lines
1.1 KiB
JSON
Executable File

{
"summary": "Table to pie plot",
"description": "Transform a table of rows into a pieplot image and return its base64",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"rows"
],
"properties": {
"rows": {
"type": "array",
"default": null,
"description": ""
},
"title": {
"type": "string",
"default": "",
"description": ""
}
}
},
"is_template": false,
"lock": [
"anyio==3.5.0",
"attrs==21.4.0",
"certifi==2021.10.8",
"charset-normalizer==2.0.12",
"cycler==0.11.0",
"fonttools==4.32.0",
"h11==0.12.0",
"httpcore==0.14.7",
"httpx==0.22.0",
"idna==3.3",
"kiwisolver==1.4.2",
"matplotlib==3.5.1",
"numpy==1.22.3",
"packaging==21.3",
"pillow==9.1.0",
"psycopg2-binary==2.9.3",
"pyparsing==3.0.8",
"python-dateutil==2.8.2",
"rfc3986[idna2008]==1.5.0",
"six==1.16.0",
"sniffio==1.2.0",
"windmill-api==1.2.0",
"wmill==1.2.0"
]
}