fcharts-js - v0.3.0
    Preparing search index...

    Interface ResolvedAnnotation

    An AnnotationSpec with defaults resolved.

    interface ResolvedAnnotation {
        color: string;
        kind: "point" | "rule";
        label: string;
        seriesIndex: number;
        showLabel: boolean;
        x: number;
    }
    Index

    Properties

    color: string
    kind: "point" | "rule"
    label: string
    seriesIndex: number
    showLabel: boolean
    x: number