Skip to content

Releases: antvis/G

5.18.18

30 Oct 07:07
a07758a
Compare
Choose a tag to compare

Patch Changes

Removing points attribute in Polygon & Polyline won't throw error now:

polygon.removeAttribute('points');
polyline.removeAttribute('points');

5.18.17

26 Oct 08:39
6d82b64
Compare
Choose a tag to compare

Patch Changes

Add onframe callback in gotoLandmark params:

camera.gotoLandmark('reset', {
  duration: 1000,
  easing: 'ease-in',
  onfinish: () => {},
  onframe: (t) => {
    console.log(t); // [0, 1]
  }
});

5.18.16

09 Oct 02:43
7884292
Compare
Choose a tag to compare

Patch Changes

Skip triggering render hooks when camera changed only.

5.18.14

29 Aug 05:54
a2c346c
Compare
Choose a tag to compare

Patch Changes

5.18.13

11 Aug 08:38
e971431
Compare
Choose a tag to compare

Patch Changes

5.18.11

09 Aug 02:24
ede635a
Compare
Choose a tag to compare

Patch Changes

414d08d: Support multiple canvases in one container.

5.18.9

04 Aug 07:15
Compare
Choose a tag to compare

Patch Changes

5.18.8

26 Jul 07:04
9529a7e
Compare
Choose a tag to compare

5.18.8

Patch Changes

5.18.7

21 Jul 08:06
c0f3d84
Compare
Choose a tag to compare

Patch Changes

5.18.6

18 Jul 13:19
0e5ba2c
Compare
Choose a tag to compare

5.18.6

Patch Changes