Interface StatisticalGraphError

An error message to be shown to the user instead of the graph. Subtype of StatisticalGraph.

interface StatisticalGraphError {
    @type: "statisticalGraphError";
    error_message: string;
}

Properties

Properties

@type: "statisticalGraphError"
error_message: string

The error message.