Options
All
  • Public
  • Public/Protected
  • All
Menu

interface LayoutObject provides the shape of the entire visualisation's layout. Its containes a getter, setter, and a CanvasLayout, ChartLayout, LegendLayout, SubtitleLayout and TitleLayout.

Hierarchy

  • {}
    • LayoutObject

Index

Properties

canvas

canvas: CanvasLayout

chart

get

get: () => LayoutObject

Type declaration

legend

legend: LegendLayout

set

set: (propChain: string, newState: unknown) => void

Type declaration

    • (propChain: string, newState: unknown): void
    • Parameters

      • propChain: string
      • newState: unknown

      Returns void

subtitle

subtitle: SubtitleLayout

title

Legend

  • Object literal
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Property
  • Enumeration

Generated using TypeDoc