vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.62k stars 735 forks source link

Analytics example rendering issue #336

Closed versecafe closed 10 months ago

versecafe commented 11 months ago

Analytics example breaks the bar chart for one of the examples due to one number being written as 1,230 instead of 1230 this is patched in #331 this is just a minor UI bug that I noticed when poking around before hooking up an actual pipeline in my own testing.

versecafe commented 10 months ago

331 Merged so issue is resolved