Here are
67 public repositories
matching this topic...
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
-
Updated
May 20, 2022
-
TypeScript
📱📈An elegant, interactive and flexible charting library for mobile.
-
Updated
May 29, 2022
-
TypeScript
大屏数据可视化 Big screen data visualization demo
-
Updated
Jul 2, 2021
-
JavaScript
🚀 JavaScript diagramming library that uses SVG and HTML for rendering.
-
Updated
May 28, 2022
-
TypeScript
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
-
Updated
May 28, 2022
-
TypeScript
-
Updated
Sep 3, 2021
-
JavaScript
🎨 Python3 binding for `@AntV/G2Plot` Plotting Library .
-
Updated
Apr 25, 2021
-
Python
A powerful rendering engine implemented with Canvas2D / SVG / WebGL / WebGPU.
-
Updated
May 29, 2022
-
TypeScript
-
Updated
Nov 20, 2017
-
JavaScript
-
Updated
Jan 26, 2022
-
TypeScript
⚛️ Polished Gatsby theme for documentation site
-
Updated
Apr 14, 2022
-
TypeScript
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
-
Updated
Aug 8, 2021
-
TypeScript
📱📈An elegant, interactive and flexible native charting library for mobile.
g2plot for vue, both 2 and 3
-
Updated
May 27, 2022
-
TypeScript
基于 Vue 和 AntV/G2 的可视化组件库 📈
vue开发的管理平台,中台及后台解决方案,vue-admin 管理平台,ant-design-vue-pro 管理平台
-
Updated
Sep 27, 2018
-
JavaScript
-
Updated
Jul 27, 2020
-
TypeScript
一个纯typescript写的vite+vue3的基础demo。已实现权限管理,路由存储,本地化数据存储方案,主题切换方案,自定义打包方案,mock。自定义render实现,echarts封装、antv封装、tailwind引入,移动端响应式布局,按需引入,国际化,打包优化,md组件支持等
-
Updated
Sep 15, 2021
-
TypeScript
Draw a QRCode with G2Plot.
-
Updated
Dec 25, 2020
-
TypeScript
-
Updated
Dec 14, 2018
-
TypeScript
-
Updated
Sep 22, 2020
-
JavaScript
基于Vue3、arco-design的小型后台系统(覆盖:路由、权限)可开箱立即使用,针对前端新手更快入门
antV G6中以html为节点的自动分层布局数据可视化详解
-
Updated
Sep 20, 2018
-
HTML
-
Updated
Nov 23, 2020
-
HTML
🤖 Unofficial react component wrapper for @antvis/G2Plot
-
Updated
Sep 28, 2020
-
TypeScript
A datazoom slider plugin for G2.
-
Updated
Aug 9, 2019
-
JavaScript
A visual flow editor based on vue and antv/g6
基于阿里antV+vue+element的深度封装的图编辑器
-
Updated
Mar 22, 2019
-
JavaScript
Improve this page
Add a description, image, and links to the
antv
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
antv
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
const dualAxes = new DualAxes(this.id, {
data: [
this.data.filter((item) => item.legend != '断约率'),
this.data.filter((item) => item.legend == '断约率'),
],
xField: 'text',
yField: ['data', 'type'],