Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReportSummaryChartDataDataPoint

import type { ReportSummaryChartDataDataPoint } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Describes a single data point in the Chart.

interface ReportSummaryChartDataDataPoint {
label?: string;
value?: number;
}

§Properties

§
label?: string
[src]

The X-axis label for this data point.

§
value?: number
[src]

The Y-axis value for this data point.