Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.05 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.05 KB

D2-Infographic for AntV * 2020 D2

npm Version npm License

Infographic for D2 games, based on G2Plot v2. LIVE DEMO

Online Game

Install

$ npm i --save d2-infographic

Usage

  • render
import { G2Plot } from '@antv/g2plot';
import { adaptor, defaultOptions } from 'd2-infographic';

const infographic = new G2Plot('container', {
  centralText: {
    content: 'Hi, AntV',
    style: {
      fontSize: 24
    }
  }
}, adaptor, defaultOptions);

infographic.render();
  • update
infographic.update({
  music: { type: 'metal' },
});

License

MIT@visiky.