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

TableInlineVisualization

import type { TableInlineVisualization } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The inline visualization of a specific type to display within a chart.

interface TableInlineVisualization {
DataBars?: DataBarsOptions | null;
}

§Properties

§
DataBars?: DataBarsOptions | null
[src]

The configuration of the inline visualization of the data bars within a chart.