Type Alias ChartTabularData

ChartTabularData: Record<string, any>[]

Represents tabular data for a chart. Each record is an object where keys are strings and values can be of any type.