Module: AudioChart

Classes

AudioChart

Type Definitions

AudioChartOptions

Type:
  • Object
Source:
To Do:
  • move the documentation here? (Downside is that the branching/groups of different options required for different chart types would be less clear.)

index

Array index number (starts at zero). Used to specify series and row in visual callbacks.
Type:
  • integer
Source:

VisualCallback(row)

A function that highlights the current datum, in all series, visually. Different callbacks must be created for different types of chart.
Parameters:
Name Type Description
row index The row of the cell to highlight
Source:

WrapperAndCallbackResults

Type:
  • Object
Properties:
Name Type Description
WrapperClass Class the data wrapper class
dataSource Object | HTMLTableElement the data source to wrap
visualCallback VisualCallback created if requested by the user
Source: