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

ReportSummaryHistogramChartData

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

A Histogram Chart shows a distribution of values into buckets, showing a count of values which fall into a bucket.

interface ReportSummaryHistogramChartData {}

§Properties

§

Buckets in the histogram. There will be n+1 buckets matching n lower bounds in the request. The first bucket will be from -infinity to the first bound. Subsequent buckets will be between one bound and the next. The final bucket will be from the final bound to infinity.