Hey there! Prospective pro plan client here - Can ...
# gooddata-ui
p
Hey there! Prospective pro plan client here - Can one register custom React component charts so that a user of the GoodData interface can access them? Our aim would be to add advanced visualizations that can be used by our analysts from the dashboard creation tool, aka make it available in the Insights window:
j
Hi Philippe, We do not support custom visualizations within Analytical Designer. However, you can create a custom app as described here: https://sdk.gooddata.com/gooddata-ui/docs/create_new_application.html and then add your own visualization https://sdk.gooddata.com/gooddata-ui/docs/create_new_visualization.html
p
Hi Joseph, Thanks for your answer. What are the capacity of said custom app? We specifically want to add new visualizations and give the ability to non-technical users to create visualizations in a drag-&-drop / WYSIWYG fashion. Is this at all possible without having to write the whole drag-&-drop / WYSIWYG interface?
For us the primary use-case for GD is to have a user-friendly interface that can help our non-technical team build dashboards without the need for technical knowledge
j
If the custom app needs a drag and drop function, it would need to be developed/implemented by yourself. GoodData simply provides the building blocks and API's for you to communicate with the platform in order to create custom visualizations in your app. Any other logic on top of that is up to you.
p
That's a feature request then! 😄