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

ComparisonConfiguration

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

The comparison display configuration of a KPI or gauge chart.

interface ComparisonConfiguration {
ComparisonFormat?: ComparisonFormatConfiguration | null;
ComparisonMethod?: ComparisonMethod | null;
}

§Properties

§
ComparisonFormat?: ComparisonFormatConfiguration | null
[src]

The format of the comparison.

§
ComparisonMethod?: ComparisonMethod | null
[src]

The method of the comparison. Choose from the following options:

  • DIFFERENCE
    
  • PERCENT_DIFFERENCE
    
  • PERCENT