Comment on page
Changelog
- 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 interactions for chart, includes: 'pie-select', 'interval-select', 'pan' and 'pinch'.
- add chart.guide().regionFilter({}).
- add chart.guide().point({}).
- The position of the canvas in the parent container needs to be considered when calculating the Guide.Html position. (512e025d)
Last modified 5yr ago