UNPKG

786 BMarkdownView Raw
1# coord
2
3[![](https://img.shields.io/travis/antvis/coord.svg)](https://travis-ci.org/antvis/coord)
4![](https://img.shields.io/badge/language-javascript-red.svg)
5![](https://img.shields.io/badge/license-MIT-000000.svg)
6
7[![npm package](https://img.shields.io/npm/v/@antv/coord.svg)](https://www.npmjs.com/package/@antv/coord)
8[![NPM downloads](http://img.shields.io/npm/dm/@antv/coord.svg)](https://npmjs.org/package/@antv/coord)
9[![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/coord.svg)](http://isitmaintained.com/project/antvis/coord "Percentage of issues still open")
10
11Coordinate systems used in G2
12
13## Installing
14
15`npm install @antv/coord`
16
17```js
18import coord from '@antv/coord';
19
20```
21
22## API
23
24See details at https://antv.alipay.com
25
26## Contributing