Components
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.
Loading preview...
import { Component } from "@/components/ui/total-sales-chart";
export default function DemoOne() {
return <Component />;
}