Interface StatisticalGraphData

Describes a statistical graph. Subtype of StatisticalGraph.

interface StatisticalGraphData {
    @type: "statisticalGraphData";
    json_data: string;
    zoom_token: string;
}

Properties

@type: "statisticalGraphData"
json_data: string

Graph data in JSON format.

zoom_token: string

If non-empty, a token which can be used to receive a zoomed in graph.