# G2
**Repository Path**: fnet/g2
## Basic Information
- **Project Name**: G2
- **Description**: G2 是一套基于可视化编码的图形语法,以数据驱动,具有高度的易用性和扩展性,用户无需关注各种繁琐的实现细节,一条语句即可构建出各种各样的可交互的统计图表。
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 61
- **Created**: 2017-11-24
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# G2: The Grammar of Graphics in JavaScript
[](https://travis-ci.org/antvis/g2)


[](https://www.npmjs.com/package/@antv/g2)
[](https://npmjs.org/package/@antv/g2)
[](http://isitmaintained.com/project/antvis/g2 "Percentage of issues still open")
G2 is a visualization grammar, a data-driven visual language with a high level of usability and scalability. It provides a set of grammars, takes users beyond a limited set of charts to an almost unlimited world of graphical forms. With G2, users can describe the visual appearance of a visualization just by one statement.
[More details about G2](https://antv.alipay.com/zh-cn/g2/3.x/index.html).



## Installation
```js
npm install @antv/g2
```
### Usage
```html
