apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.45k stars 13.73k forks source link

Adding new visualizations #4199

Closed kartikshanbhag3333 closed 5 years ago

kartikshanbhag3333 commented 6 years ago

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

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

kartikshanbhag3333 commented 6 years ago

This one from d3js https://github.com/jakezatecky/d3-funnel/blob/master/README.md

xrmx commented 6 years ago

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

mistercrunch commented 6 years ago

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.

CrystalSun1992 commented 6 years ago

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.

MK0820 commented 5 years ago

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.

mistercrunch commented 5 years ago

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

stale[bot] commented 5 years ago

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.

xwydq commented 5 years ago

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

Smilebags commented 5 years ago

+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.

arjunsalva commented 4 years ago

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

tobiasdirksen commented 4 years ago

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

rusackas commented 3 years ago

I just randomly stumbled across this thread... but just in case anyone still wants to build a plugin, here's the current approach.