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