Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/fc4e2fb39a39dc262ab34648d1b3d34363915b92b155045ad7ff199386b8c4fa9af367e41952959fcad5cf9203073abe07486bfff91ef72d2613aa1088fe61
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

10 lines
317 B
Text

import none from "./none.js";
export default function(series, order) {
if (!((n = series.length) > 0)) return;
for (var j = 0, s0 = series[order[0]], n, m = s0.length; j < m; ++j) {
for (var i = 0, y = 0; i < n; ++i) y += series[i][j][1] || 0;
s0[j][1] += s0[j][0] = -y / 2;
}
none(series, order);
}