MAIDR JavaScript API
    Preparing search index...

    Interface ViolinOptions

    Configuration options for violin plot display. Controls which summary statistics are shown in the violin box overlay. Sent from the Python backend alongside violin_kde and violin_box layers.

    interface ViolinOptions {
        showMedian?: boolean;
        showMean?: boolean;
        showExtrema?: boolean;
    }
    Index

    Properties

    showMedian?: boolean

    Show median line marker. Default: true

    showMean?: boolean

    Show mean value marker. Default: false

    showExtrema?: boolean

    Show extrema (min/max) markers. Default: true