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
instruction
string
The instruction to perform the plot
plot the most important relationship of this table
table_json_string
string
Provide your input json.
[{"name": "Harry", "age": 18}, {"name": "Ginny", "age": 17}]
input_format
string
the input format
csv
Output Parameters
viz_url
string
The url of the visualization
image
Output Example
Last updated