Generate Chart Block
Create charts in your AI Agents
Last updated
{
"labels": [
"January",
"February",
"March",
"April",
"May",
"June",
"July"
],
"datasets": [
{
"label": "Dataset 1",
"backgroundColor": "rgba(255, 99, 132, 0.5)",
"borderColor": "rgb(255, 99, 132)",
"borderWidth": 1,
"data": [
-31,
-70,
-30,
-33,
-9,
14,
-41
]
},
{
"label": "Dataset 2",
"backgroundColor": "rgba(54, 162, 235, 0.5)",
"borderColor": "rgb(54, 162, 235)",
"borderWidth": 1,
"data": [
73,
41,
29,
61,
-65,
59,
38
]
}
]
}