v1.2.0
- Feature:
_getXYCoordinateInContainer
method forMarkSeries
which can locate the closest point in x and y space and callsonNearestXY
prop with the closest point being returned to the callback (#327) - Minor Feature: Add
strokeWidth
as a prop toMarkSeries
(#331) - Minor Feature: Modified
AxisTitle
to use attribute transform instead of css transform (Fixes #286)