Production Dashboard

📊 Production Dashboard

6-Month Comparison with Growth %
const res = await fetch("/api/method/ProdSum"); // 👈 backend API // Growth % for annotations type: "logarithmic", // 👈 keeps small values visible // Add Growth % as text annotations const res = await fetch("/api/method/ProdSum"); // 👈 your API // Extract data // Chart options with logarithmic Y axis type: "logarithmic", // 👈 logarithmic scale // Grouped Bar Chart (Last 6m vs Current 6m)