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.
{
"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"
]
}
]
}
}
Deze website gebruikt cookies voor essentiële functies, andere functies en voor statistische doeleinden. Raadpleeg het cookiebeleid voor details.