Skip to content

v2.2.0

Compare
Choose a tag to compare
@hoorayimhelping hoorayimhelping released this 16 Feb 23:43
· 234 commits to master since this release

Say hello to InteractionHandlerArguments

export interface InteractionHandlerArguments {
  hoverX: number
  hoverY: number
  valueX: number | string
  valueY: number | string
  xDomain: number[]
  yDomain: number[]
  resetDomains: () => void
}