Home > plot > IAnnotationSpec

IAnnotationSpec interface#

Annotations to render on the chart for each named data series.

Signature:
export interface IAnnotationSpec

Example#

{
A: [ ... annotations for series A ... ],
B: [ ... annotations for series B ... ]
}