Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lloydzhou/g2x

React component wrapper for @antv/g2
https://github.com/lloydzhou/g2x

antv component g2 g2plot g2x react typescript

Last synced: 27 days ago
JSON representation

React component wrapper for @antv/g2

Awesome Lists containing this project

README

        

# g2x

React component wrapper for [@antv/g2](https://github.com/antvis/g2).

NPM Package

NPM Downloads
MIT License

## demo
```
function App() {

return (
<>
console.log('before render', e)} onElementClick={e => console.log('element click',e)} onIntervalClick={e => console.log('Interval click', e)} onAfterChangeData={e => console.log('before change data', e)}>

















>
)
}
```

![image](https://github.com/lloydzhou/antv-g2-react/assets/1826685/759ca66d-6d1b-428b-a651-172db3147dbb)