Skip to content

Releases: elmotec/circlify

issue warning with unexpected keys in input

10 Jul 19:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

Improved circle packing heuristic

06 Feb 16:09
Compare
Choose a tag to compare

The heuristic should be good enough for #8. Still some work to be done to implement A1.5.

Added sensible Circle.ex value when input is scalar input values

20 Jun 21:11
Compare
Choose a tag to compare

Scalar input data like [0, 1, 2 ...] would lose the information related to the input values when converted to Circle even after we added the ex dictionary. The input values is now stored in the ex dict when the input is a simple scalar value. That allows for downstream to display sensible text defaults when drawing the circles.

See https://github.com/elmotec/circlify#example for an example.