fix angle calculation problem with linear gradient. (4adbb845)
upgrade @antv/util to 1.2.5 (ff8eb0f7)
upgrade babel7. (ee2087e2)
Guide.point, the render method should return the point shape. (e83a3a1c)
if text shape's x or y is NaN, there will be a drawing error in webchart mini program. Related to https://github.com/antvis/wx-f2/issues/81. (4f0ca529)
if there is a point with NaN value in the Polyline's points, there will be a drawing error in webchart mini program. (d5b39bef)
add Node.js 10 (c6adb987)
define calculateBBox method for smooth area shape for getBBox(). (ebf8539d)
add interactions for chart, includes: 'pie-select', 'interval-select', 'pan' and 'pinch'.
add chart.guide().regionFilter({}).
add chart.guide().point({}).
add scrollBar plugin for pan and pinch interaction. (08b18c38)
add guide.repaint() method. (e626def6)
add show() and hide() methods for Geometry
instance. (652ce741)
add limitInPlot
property for chart, to limit the drawing area of geometrys. (74e53218)
the drawing order of geoms can be decided by scale values. (1f2993e6)
fix axis label animation. (8b1f7b19)
The position of the canvas in the parent container needs to be considered when calculating the Guide.Html position. (512e025d)
timeCat type scale setting values caused an error in chart drawing. (d1391bd3)
remove index-common and update index. (38e89096)
configuration update. (45333936)
handle the compatibility of Element.prototype.remove(). (97215b9a)
require from lib folder. (b06507b1)
use public package @antv/scale
and @antv/adjust
. (84e9a90f)
use public module @antv/attr
. (357679bc)
use @antv/util as utility methods. (c619b66b)