Home > @i2analyze/notebook-sdk > chart > IChartChangeMajor
chart.IChartChangeMajor interface
Warning: This API is now obsolete.
Use chart.IChartChange instead. The
typefield is always "minor" and the distinction between major and minor changes has been removed. This interface will be removed in the next major release.
A major change that has occurred to the data on a chart.
Signature:
interface IChartChangeMajor extends IChartChangeBase
Extends: IChartChangeBase
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| type | readonly |
'major' | Gets the type of change (minor or major) made to the chart. |