Options
All
  • Public
  • Public/Protected
  • All
Menu

options to configure a scale. not all options are used by all scales

Hierarchy

  • AxisOptions

Index

Properties

Optional primary

primary: boolean

Optional scaleType

scaleType: ScaleTypes

type of the scale used on axis

Optional secondary

secondary: boolean

Optional ticks

ticks: object

tick configuration

Type declaration

  • Optional formatter?: Function

    function to format the ticks

  • Optional max?: number

    maximum tick value

  • Optional min?: number

    minimum tick value

  • Optional number?: number

    number of ticks to show

Optional title

title: string

optional title for the scales

Generated using TypeDoc