A compact total sales chart, showing revenue trends with an interactive line chart, quick period filters, and channel breakdowns for clear insights at a glance.
import { Component } from "@/components/ui/total-sales-chart"; export default function DemoOne() { return <Component />; }