From 50cb306243002e93fcea6a6d7e35e666e37cf259 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 20 Jul 2023 17:11:17 -0600 Subject: [PATCH] chore(docs): Adding link to additional visualization content --- docs/docs/contributing/creating-viz-plugins.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/contributing/creating-viz-plugins.mdx b/docs/docs/contributing/creating-viz-plugins.mdx index 7956348f31945..ea0f2dd425af3 100644 --- a/docs/docs/contributing/creating-viz-plugins.mdx +++ b/docs/docs/contributing/creating-viz-plugins.mdx @@ -15,6 +15,8 @@ The Superset project is always happy to review proposals for new high quality vi plugins. However, for highly custom viz types it is recommended to maintain a fork of Superset, and add the custom built viz plugins by hand. +**Note:** Additional community-generated resources about creating and deploying custom visualization plugins can be found on the [Superset Wiki](https://github.com/apache/superset/wiki/Community-Resource-Library#creating-custom-data-visualizations) + ### Prerequisites In order to create a new viz plugin, you need the following: