Module GapiSheetsV4Model.EmbeddedChartSource

Sourcetype t = {
  1. chartId : int;
    (*

    The ID of the chart.

    *)
  2. spec : ChartSpec.t;
    (*

    The specification of the chart.

    *)
  3. position : EmbeddedObjectPosition.t;
    (*

    The position of the chart.

    *)
  4. border : EmbeddedObjectBorder.t;
    (*

    The border of the chart.

    *)
}
Sourceval chartId : (t, int) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t