Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CategoricalStatsOptions

Hierarchy

  • CategoricalStatsOptions

Index

Properties

Methods

Properties

categories?: readonly string[]

defines the list of categories

Methods

  • color(v: string): string
  • defines the color function to convert a value to a color. By default colors are automatically assigned

    default

    defaultCategoricalColorScale

    Parameters

    • v: string

    Returns string

  • format(v: string): string
  • defines the label function

    Parameters

    • v: string

    Returns string

Generated using TypeDoc