Introduce AntV: a new player in data visualization

栏目: IT技术 · 发布时间: 4年前

内容简介:In modern web development, data visualization could a significant job for front-end developers, such as charts, maps, graph and data analytics. In this field, there are plents of great players likeYou can visit it’s home page for more information:As a data

In modern web development, data visualization could a significant job for front-end developers, such as charts, maps, graph and data analytics. In this field, there are plents of great players like D3.js , highcharts , Chart.js and Vega . Let me introduce a new player which born in China: AntV , which is a powerful solution you don’t want to miss. Here are some reasons I want to recommend it to your guys.

Introduce AntV: a new player in data visualization

You can visit it’s home page for more information: https://antv.vision

Visualization in all fields

As a data visualization , AntV team provide various of specific solutions for multiple scenarios which includes charts, graph and maps. The deeper you dig in AntV, the more it will surprise you.

  • G2 : it is a library based on visual encoding for manipulating The Grammar of Graphics . Leland Wilkinson , the author of this book, came and replied in GitHub issue specially. It is data-driven, highly user-friendly and extensible. Users can easily build a variety of interactive statistical graphics without struggling with various complicated details of implementation.

Introduce AntV: a new player in data visualization

Introduce AntV: a new player in data visualization

  • G2Plot : G2Plot is an interactive and responsive charting library based on g2, provided all kinds of charts with simply API which could satisfy common needs for charting.

Introduce AntV: a new player in data visualization

  • G6 : High-perfermance graph library, dozens of built-in layouts and algorithms. You can create a powerful and extrmely customized graph analystic application in a few code.

Introduce AntV: a new player in data visualization

  • F2 : specific charting library for mobile devices in many aspects like memory, CPU, bundle size and interaction. Most of charts in Alipay App (800 million users in China) are made of it.
  • L7 : The altertive map solution of deck.gl based on WebGL, supports Google Maps and Mapbox.

Introduce AntV: a new player in data visualization

Beside above, AntV contains g (Canvas and SVG render) , x6 (diagramming) , Graphin (graph analysis react app) which cover all fields of front end data visualization. All libraries are designed and maintianed by the team with unified design specification, similar API and usage. You don’t have to seek libraries in communication, AntV has the whole package to finish your visualization work.

Battle-tested

AntV is running in 10,000 applications of Alibaba Group, the biggest e-commerce company in China, from enterprise background applications, mobile web apps, miniapp to large BI systems. For instance, DeepInsight of Ant Financial (biggest BI application in Alibaba, like like Microsoft Power BI) apply AntV solution as it’s charts/graph/maps solution very deeply, in which the perfermance, theme and other features of AntV are fully battle-tested. Polished by rich business scenarios for several years, AntV has the ability to support the products with million user visits.

Introduce AntV: a new player in data visualization

AntV are also one of the most popular data visualization solution in China, thousands of companies are using it. It is a common choice in China that using AntV and Ant Design (the second most popular React UI library in the world, maintained by same team of AntV) together.

Open Source under MIT

Like Ant Design, AntV libraries are all open-source in GitHub organization under MIT licence that makes developers use their for free. AntV team are very acitve in GitHub, willing to reply English question alrough there is lots of Chinese issues out there. They also built beautiful home pages with English and Chinese versions, language will not be an obstacle to use it.

Introduce AntV: a new player in data visualization

These all are open source:

For Designers

AntV are frendly to not only developers, but designers too. There are the useful design resouces and tools to help designer and other roles finishing their jobs. Chartcube is one of these tools, people can create a chart without writing code, and export as svg/png/code.

Introduce AntV: a new player in data visualization

AntV design teams provide complete Sketch template . You can also create a chart magiclly in a an awosome Skecth plugin ( kitchen )!

Introduce AntV: a new player in data visualization

What’s coming?

AntV team are dedicating to G2@4.0 and G2Plot@1.0 development, it is a complete refactor with tons of improvements in perfermance, interaction and design details, the new version will be published in next month.

Except to build existed charts, AntV team think more. A new project AVA show the potential of automaticly create charts from data, in power of Chart Knowledge Base and rule-based analytics.

import { autoCharts } from '@antv/chart-advisor';const data = [{
   date: '2020-01',
   value: 100,
}, {
   date: '2020-02',
   value: 200,
}];autoChart(data, container);

Introduce AntV: a new player in data visualization

AVA will be open-source in GitHub soon: https://github.com/antvis/AVA

Conclusion

Introduce AntV: a new player in data visualization

AntV is a fun, multiple usage scenarios, battle-tested data visualizaton solution which supported by a professional team from China, you might want to try it in your next project.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

与机器赛跑

与机器赛跑

[美]埃里克·布林约尔松(Erik Brynjolfsson)、[美]安德鲁·麦卡菲(Andrew McAfee) / 闾佳 / 2013-1-20 / 6.00

一场数字革命正在加速进行。 一些科幻小说里的场景已经在现实中发生:无人驾驶汽车开上了公路;智能设备能高效地翻译人类语言;人工智能系统在智力竞赛里击败了所有人类选手;工厂雇主开始购买更多的新机器,却不招新工人…… 这些例子都证明,数字技术正在快速地掌握原本只属于人类的技能,并深刻地影响了经济。虽然大多数影响是积极的:数字革新将提高效率、降低商品价格(甚至到免费),以及增加经济总量。 ......一起来看看 《与机器赛跑》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器