Skip to main content

Interactive Charts

Create interactive charts from any data with AI assistance.

Quick Start

  1. Create a new Default UDF (comes with demo housing dataset)
  2. Ask the AI Assistant:
Make a simple interactive graph of this data
  1. Save (Cmd + S on MacOS or click "Save")
  2. Click "URL" button to see your deployed chart

Learn more about creating a shared token.


Example: Stack Overflow Survey Analysis

A more detailed example showing how to build a chart from scratch using AI prompts.

Links:

Prompts Used

Open this dataset as a table and return the first 10 rows: https://survey.stackoverflow.co/datasets/stack-overflow-developer-survey-2024.zip
Looking at the dataset, how popular was Python in 2024? Give me the percentage of Python users and total user count
How does this compare to the previous year?
Show me the evolution of Python popularity over the last 5 years in a table
Make this into a simple interactive dashboard. Show only the Python percentage users and total user count into a nice beautiful graph. Make sure to center the y-axis at 0.

More Examples