d2-infographic

Infographic for D2 Games, based on Ant/G2Plot.

Usage no npm install needed!

<script type="module">
  import d2Infographic from 'https://cdn.skypack.dev/d2-infographic';
</script>

README

D2-Infographic for AntV * 2020 D2

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

npm Version npm License

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@me-momo.