@captorab/openseries-ts - v1.0.0
    Preparing search index...

    Interface SharpePlotOptions

    interface SharpePlotOptions {
        addLogo?: boolean;
        assetLabels?: string[];
        autoOpen?: boolean;
        filename?: string;
        logoUrl?: string;
        title?: string;
    }
    Index

    Properties

    addLogo?: boolean
    assetLabels?: string[]

    Asset labels for frontier/portfolio weight tooltips (e.g. from frame.columnLabels).

    autoOpen?: boolean
    filename?: string
    logoUrl?: string
    title?: string