Interactive Bar Chart
Modify the data below to update the chart dynamically.
Copy Link
The link includes the JSON content after the #
{ "metadata": { "title": "Interactive Bar Chart", "description": "Modify the data below to update the chart dynamically." }, "data": { "labels": ["January", "February", "March", "April", "May", "June"], "datasets": [ { "label": "Product A", "data": [65, 59, 80, 81, 56, 55] }, { "label": "Product B", "data": [45, 39, 60, 71, 46, 35] } ] }, "options": { "xAxisTitle": "X Axis", "yAxisTitle": "Y Axis" } }