liam_putra
(William anputra)
1
im creating a chat webapp where users can ask anything they want and im using chatGPT on the backend.
when the users type “create a pie chart for x” → my backend can give the data points needed.
the question now is, how to create chart from those datapoints on the weweb real time ?
here’s an example:
jaredgibb
(jared gibb)
2
You’d bind the chart series to a variable(s)
When you get your response from openAI parse it, save it to the bound variable(s)
Bada bing bada boom
1 Like
Broberto
(Rob)
4
Slightly off topic but there is already a tool like this that does charts.
liam_putra
(William anputra)
5
Do you mind sharing what the tools is ?
Broberto
(Rob)
6
1 Like