Removed the onAnimationFrameDelta. It forced too many updates and was unperformant with high point count charts.
stacked area charts supported
onAnimationFrameDelta now used to process events for a smoother experience
This was done as a simple debounce. Production testing with high point count has shown it needs to be better.
Removed a Debuger
Previous fix broke hovering
Detecting mouseup during a drag operation
zeroLine
inserts a 0 in to the Y domain.
Drawing order was reversed
Calculation of Layer Domain when there is only include
data.
The Domain type is exposed.
getDomain
created to extract the Domain from a Layer.
extents
is deprecated
domain
becomes include
with a different signature
Layer
is now defined via the function layer
Fixed a bug in the extents function.
Added extents function to extract the domain from a list of Elements.
Fix the highlight position when a graph is resized
Improve performance of lazy by breaking the Box into primitives.
Charter.active returns true when the mouse is down over a listening Layer.
Use Svg.Lazy for rendering the layer
Fix clearing the selection
Use correct function for area
and adjust the clamping logic.
Added step function in Chater.Extra
First release. Evolution of the jweir/sparkline library.