Skip to content

Version 1.1

Choose a tag to compare

@akevalion akevalion released this 27 Mar 13:24
· 9 commits to v1.0 since this release

First release of numeric scales, preparing for roassal3 v1.0,
This version works with roassal3 versions <= v1.0
This release contains:

  • Linear scales
  • Power scales
  • logarithm scales
  • scales between different object domains like: numbers or points.
  • scales between different object range like: numbers, points or colors.
  • scales with 2 control points, the start value and end value.
  • scales with multiple control points.
  • ordinal scales for multiple values.
  • Color palette scales based on ordinal scales.
  • scale method to convert an object from the domain into a range object (from domain to range)
  • invert method to convert an object from the range into a domain object (from range to domain)
  • clamp flag to limit or not scales.