Data Visualizer
Visualize data in line/scatter/histogram automatically
Last updated
Visualize data in line/scatter/histogram automatically
Last updated
Click this url to try this widget and copy the Pro Config template.
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 |
---|---|---|---|---|
Output Parameters
Name | Type | Description | File Type |
---|---|---|---|
Output Example
instruction
string
The instruction to perform the plot
plot the most important relationship of this table
table_file_url
string
The url of input table
table_json_string
string
Provide your input json.
[{"name": "Harry", "age": 18}, {"name": "Ginny", "age": 17}]
input_format
string
the input format
csv
viz_url
string
The url of the visualization
image