Data Visualizer
Visualize data in line/scatter/histogram automatically
Try it in the Widget Center
Click this url to try this widget and copy the Pro Config template.
Usage
This widget allows two types of input, including a table file url (.xlsx, .csv, .tsv) or a JSON string (can be obtained by JSON.stringify). You can specify how your visualization looks like in the instruction (pure natural language) and the visualized results will be automatically generated.
Input Parameters
Name | Type | Description | Default | Required |
---|---|---|---|---|
instruction |
| The instruction to perform the plot | plot the most important relationship of this table | |
table_file_url |
| The url of input table | ||
table_json_string |
| Provide your input json. | [{"name": "Harry", "age": 18}, {"name": "Ginny", "age": 17}] | |
input_format |
| the input format | csv |
Output Parameters
Name | Type | Description | File Type |
---|---|---|---|
viz_url |
| The url of the visualization | image |
Output Example
Last updated