Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableByRecords

Data table specified by records.

Hierarchy

Index

Properties

A filter callback is called on each record of the dataset on chart generation. If the callback returns false, the record will not be shown on the chart.

records: Value[][]

The array of data records that make up the data set.

series?: SeriesMetaInfo[]

The information about the data series in the records of the data set. Note: not needed if it was previously specified.

Generated using TypeDoc