Changelog
3.2.4 (2018-10-25)
Bug Fixes
fix angle calculation problem with linear gradient. (4adbb845)
3.2.3 (2018-09-27)
Chores
upgrade @antv/util to 1.2.5 (ff8eb0f7)
Bug Fixes
3.2.2 (2018-09-06)
Chores
upgrade babel7. (ee2087e2)
Bug Fixes
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)
Other Changes
add Node.js 10 (c6adb987)
3.2.1 (2018-08-24)
New Features
Bug Fixes
define calculateBBox method for smooth area shape for getBBox(). (ebf8539d)
3.2.0 (2018-08-16)
New Features
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)
Bug Fixes
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)
Chores
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)
Other Changes
Tests
Last updated