Rocky_Mountain_Vending/.pnpm-store/v10/files/e4/1c9b43777ea678ab22a193c5ab0c13d7e98d69343fc66b09ab51b8bbe5a2d50e14161855b06c944fdd9c42e50a7be6a0ad70bc2e7c8b046e0dc146d7e5b672
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
322 B
Text

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