# g2plot
**Repository Path**: emaiqi/g2plot
## Basic Information
- **Project Name**: g2plot
- **Description**: 简单、易用、并具备一定扩展能力和组合能力的统计图表库,基于图形语法理论搭建而成
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 35
- **Created**: 2019-11-27
- **Last Updated**: 2020-12-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# G2Plot
A charting library based on the Grammar of Graphics.
[](https://www.npmjs.com/@antv/g2plot)
[](http://npmjs.com/@antv/g2plot)

g2plot is an interactive and responsive charting library based on [the grammar of graphics](https://github.com/antvis/g2), which enables users to generate high quality statistical charts through a few lines of code easily.
Moreover, combining with AntV design principles, g2plot provides standard and elegant visual styles as well as better user experience.
## Installation
```bash
$ npm install @antv/g2plot
```
## Usage
```html