-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
收集 G2 生态周边仓库 Collecting G2 related projects 👏🏻👏🏻👏🏻 #5862
Comments
pyg2:A grammar of graphics python library for jupyter notebooks based on G2. 即将升级 ThamaluM/pyG2#4 |
Ant Design Charts: AntV react component library import { Bar } from '@ant-design/plots';
const data = [
{ year: '1951 年', value: 38 },
{ year: '1952 年', value: 52 },
{ year: '1956 年', value: 61 },
{ year: '1957 年', value: 145 },
{ year: '1958 年', value: 48 },
];
const DemoBar = () => {
const config = {
data,
xField: 'year',
yField: 'value',
colorField: 'year',
};
return <Bar {...config} />;
}; |
streamlit-g2: A visualization grammar based on G2 for streamlit. DEMO import streamlit as st
from streamlit_g2 import g2
options = {
"type": "interval",
"data": [
{ "genre": 'Sports', "sold": 275 },
{ "genre": 'Strategy', "sold": 115 },
{ "genre": 'Action', "sold": 120 },
{ "genre": 'Shooter', "sold": 350 },
{ "genre": 'Other', "sold": 150 },
],
"encode": {
"x": "genre",
"y": "sold",
"color": "genre",
}
}
g2(options=options, style=None, key="streamlit_g2") APINow, There is only one API for
|
https://github.com/GOUYONGCHAO/g2r 基于蚂蚁的antv g2 开发R包,可以快速使用g2画图 |
基于 AntV 的 Python 封装:https://github.com/sunhailin-Leo/pyantv
|
只要是和 AntV G2 相关的开源项目,都可以回帖,等仓库超过 10 个,我们就在 G2 官网开一个页面为大家带来开发者。
包含且不限于:
期望大家一起,让数据可视化社区活跃起来 🔥🔥🔥🔥🔥,当然也可以在这里提出一些想法,组团来实现!
The text was updated successfully, but these errors were encountered: