Skip to content

如何实现Tableau那样的分面图? #4711

Answered by pearmini
bigfacewo asked this question in Q&A
Discussion options

You must be logged in to vote

在年中的使用,这种分面能力应该会作为一个插件,是在原始的分面能力上做一些能力和样式上的扩展,大概的使用方式如下。

import { FacetTableau } from '@antv/g2-tableau-facet';
import { Chart } from '@antv/g2';

const chart = new Chart();

chart.node(FacetTableau);

chart.render();

Replies: 5 comments 11 replies

Comment options

You must be logged in to vote
4 replies
@bigfacewo
Comment options

@pearmini
Comment options

Answer selected by bigfacewo
@Lee94
Comment options

@bigfacewo
Comment options

Comment options

You must be logged in to vote
2 replies
@pearmini
Comment options

@bigfacewo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@bigfacewo
Comment options

@hustcc
Comment options

@bigfacewo
Comment options

@hustcc
Comment options

@bigfacewo
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants