Generator Public

Chart #10159

Comparative Performance Metrics

This bar chart displays a comparative analysis of two distinct operational metrics, showcasing their performance across multiple sequential intervals using a vibrant color palette to distinguish key data points.

Prompt: With the data I just gave you make a line graph make it colorful and the working that’s on the side make another like graph for that
{
    "type": "bar",
    "data": {
        "labels": [
            "Interval 1",
            "Interval 2",
            "Interval 3",
            "Interval 4",
            "Interval 5",
            "Interval 6"
        ],
        "datasets": [
            {
                "label": "Primary Metric",
                "data": [
                    65,
                    59,
                    80,
                    81,
                    56,
                    55
                ],
                "backgroundColor": [
                    "#FF6384",
                    "#36A2EB",
                    "#FFCE56",
                    "#4BC0C0",
                    "#9966FF",
                    "#FF9F40"
                ]
            },
            {
                "label": "Secondary Metric",
                "data": [
                    28,
                    48,
                    40,
                    19,
                    86,
                    27
                ],
                "backgroundColor": [
                    "#9966FF",
                    "#FF9F40",
                    "#4BC0C0",
                    "#FF6384",
                    "#36A2EB",
                    "#FFCE56"
                ]
            }
        ]
    }
}
📊 Bar Chart 🎨 Vibrant Gemini 3.5 Flash 3 credit 3.2s