Most chart libraries are easy until the chart stops being standard. TanStack Charts gives you one typed grammar that can grow from a familiar line or bar chart into a product-specific visualization without replacing your data model or dropping down to a separate API. Keep your data as it is. Marks consume arrays, objects, tuples, and iterables directly. Different layers can use different datum typ



