Interface: ChartData
Defined in: src/hooks/site/useSiteAnalytics.ts:25
Chart data structure for line charts.
Propertiesโ
lineChartDataโ
lineChartData: {
datasets: {backgroundColor:string;borderColor:string;borderWidth:number;data: {x:number;y:number; }[];fill:boolean;label:string;pointBackgroundColor:string[];pointBorderColor:string[];pointHoverRadius:number;pointRadius:number;tension:number; }[]; }
Defined in: src/hooks/site/useSiteAnalytics.ts:27
Chart.js compatible line chart data configuration
datasetsโ
datasets: {
backgroundColor:string;borderColor:string;borderWidth:number;data: {x:number;y:number; }[];fill:boolean;label:string;pointBackgroundColor:string[];pointBorderColor:string[];pointHoverRadius:number;pointRadius:number;tension:number; }[]
Array of datasets for the chart