THA
Tú Hoàng Anh
Default Component - Copy this React, Tailwind Component to your project
I have json like this { "sql_query": "SELECT DATE_TRUNC('month', payment_date) AS month, SUM(amount) AS revenue FROM payment WHERE DATE_PART('year', payment_date) = (SELECT MAX(DATE_PART('year', payment_date)) FROM payment) GROUP BY month ORDER BY month;", "natural_language": "The monthly revenue for the latest year (2007) is as follows: February: 8351.84, March: 23886.56, April: 28559.46, and May: 514.18.", "kind_of_chart": "line chart", "data": { "labels": [ "February", "March", "April", "May" ], "values": [ 8351.84, 23886.56, 28559.46, 514.18 ] } }
Prompt
