Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommonNumberProps

Hierarchy

Index

Properties

className?: string
color?: string | ((v: number) => string)

value or value to color function

format?: string | ((v: number) => string)

label for value to label function

style?: CSSProperties

Methods

  • scale(v: number): number
  • optional scale to convert the number in the 0..1 range

    Parameters

    • v: number

    Returns number

Generated using TypeDoc