Home > @i2analyze/notebook-sdk > chart
chart namespace
The members of the chart
namespace provide access to the contents of charts in the i2 Notebook web client, and enable handling of the events that arise as a result of changes to those contents.
Signature:
export declare namespace chart
Introduced: version 1.0
Interfaces
Interface | Description |
---|---|
ChartEventMap | A mapping of chart event types to their listener types. |
ChartEventOptionsMap | A mapping of chart event types to their listener options types. |
IChart | An i2 Notebook chart. |
IChartChangeBase | A change that has occurred to the data in a chart. |
IChartChangeMajor | A major change that has occurred to the data on a chart. |
IChartChangeMinor | A minor change that has occurred to the data on a chart. |
IChartView | A description of the area of the chart that is currently in view. |
IFitConstraints | Constraints that control a view-fitting operation. |
ISelection | A selection on an i2 Notebook chart, which is record-oriented. |
IViewportData | A set of data that defines a viewport. |
Type Aliases
Type Alias | Description |
---|---|
ChangeListener | A callback function that handles chart data change events. |
ChartId | An identifier of a chart in i2 Notebook. |
ChartSchemaChangeListener | A callback function that handles chart schema change events. |
IChartChange | A change to the data in a chart in i2 Notebook. |
SelectionListener | A callback function that handles chart selection events. |
ViewListener | A callback function that handles chart view events. |