Skip to content

v19.0.0

Compare
Choose a tag to compare
@markov00 markov00 released this 28 Apr 21:56
· 1308 commits to main since this release

19.0.0 (2020-04-28)

Bug Fixes

Features

BREAKING CHANGES

  • brush: The type used by the BrushEndListener is now in the following form { x?: [number, number]; y?: Array<{ groupId: GroupId; values: [number, number]; }> } where x contains an array of [min, max] values, and the y property is an optional array of objects, containing the GroupId and the values of the brush for that specific axis.
  • annotations: In the rectangular annotation, the y0 parameter of the coordinates now refers to the minimum value and the y1 value refers to the maximum value of the y domain.