mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[docs] FAQ how do I create my own viz?
This commit is contained in:
11
docs/faq.rst
11
docs/faq.rst
@@ -32,3 +32,14 @@ It can be gigantic! As mentioned above, the main criteria is whether your
|
||||
database can execute queries and return results in a time frame that is
|
||||
acceptable to your users. Many distributed databases out there can execute
|
||||
queries that scan through terabytes in an interactive fashion.
|
||||
|
||||
|
||||
How do I create my own visualization?
|
||||
-------------------------------------
|
||||
|
||||
We are planning on making it easier to add new visualizations to the
|
||||
framework, in the meantime, we've tagged a few pull requests as
|
||||
``example`` to give people examples of how to contribute new
|
||||
visualizations.
|
||||
|
||||
https://github.com/airbnb/caravel/issues?q=label%3Aexample+is%3Aclosed
|
||||
|
||||
Reference in New Issue
Block a user