Components
A statistical graph is a visual representation of data, making it easier to understand trends and relationships.
Loading preview...
import { Component } from "@/components/ui/statistics-graph";
export default function DemoOne() {
return <Component />;
}