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

LineChartLineStyleSettings

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

Line styles options for a line series in LineChartVisual.

interface LineChartLineStyleSettings {
LineInterpolation?: LineInterpolation | null;
LineStyle?: LineChartLineStyle | null;
LineVisibility?: Visibility | null;
LineWidth?: string | null;
}

§Properties

§
LineInterpolation?: LineInterpolation | null
[src]

Interpolation style for line series.

  • LINEAR: Show as default, linear style.
  • SMOOTH: Show as a smooth curve.
  • STEPPED: Show steps in line.
§
LineStyle?: LineChartLineStyle | null
[src]

Line style for line series.

  • SOLID: Show as a solid line.
  • DOTTED: Show as a dotted line.
  • DASHED: Show as a dashed line.
§
LineVisibility?: Visibility | null
[src]

Configuration option that determines whether to show the line for the series.

§
LineWidth?: string | null
[src]

Width that determines the line thickness.