Incubator-superset: Adding new visualizations

Created on 11 Jan 2018  路  11Comments  路  Source: apache/incubator-superset

Make sure these boxes are checked before submitting your issue - thank you!

  • [X] I have checked the superset logs for python stacktraces and included it here as text if any
  • [X] I have reproduced the issue with at least the latest released version of superset
  • [X] I have checked the issue tracker for the same issue and I haven't found one similar

Superset version

0.22.X

Expected results

Adding new type of visualizations, what are the steps to do it? I need a funnel chart to be added

Thanks

Actual results

Steps to reproduce

inactive

Most helpful comment

I use the version 0.32.0rc1 and want add new type of visualization, the project structure has changed much, there is a tutorial for do this? tks

All 11 comments

As written in the FAQ https://superset.incubator.apache.org/faq.html#how-do-i-create-my-own-visualization

I looked at funnel libs in the past and most of them don't do a good job at showing proportions. Bar chart is way more clear and easy to get a sense of proportions from than trapezoids.

I try to add a new funnel charts reference this url:https://zhuanlan.zhihu.com/p/35255207 . But mine does not work ,because i use the version 0.24.0, it's different between this page . u can have a try. please share it when u succeed.

Hi,
I try to add some new visualizations, but the project structure has changed in version 0.28.1.Would you please update some samples?That will be very helpful.
Thank you.

This hasn't fully settled yet but the plugin system is well under way, you can follow progress here:
https://github.com/apache-superset/superset-ui

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I use the version 0.32.0rc1 and want add new type of visualization, the project structure has changed much, there is a tutorial for do this? tks

+1 for the request for updated documentation on adding a visualisation. If there is any updated docs it would be great to know about them.

Hi Team,
please guide, how to add custom visualization using chart.js and plotly.js in apache superset?

Would be great to be able to code visualizations in python directly.

Was this page helpful?
0 / 5 - 0 ratings