Highcharts Dashboards
    Preparing search index...
    interface JSONOptions {
        enabled: boolean;
        snap: SnapJSON;
        styles: ElementStylesJSON;
        type: "x" | "y" | "xy";
        [key: string]: JSONPrimitive | JSONType;
    }

    Hierarchy

    • JSONObject
      • JSONOptions

    Indexable

    • [key: string]: JSONPrimitive | JSONType
    Index

    Properties

    Properties

    enabled: boolean
    snap: SnapJSON
    type: "x" | "y" | "xy"