Home > @i2analyze/notebook-sdk > chart > IChartChange
chart.IChartChange type
A change to the data in a chart in i2 Notebook.
Signature:
type IChartChange = IChartChangeMajor | IChartChangeMinor;
References: IChartChangeMajor, IChartChangeMinor
Introduced: version 1.0
Remarks
Use this type for all chart change handling. The distinction between major and minor changes has been removed, and all changes now report detailed information about affected elements and records.