Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add horizontal bar chart #5059

Closed
3 tasks done
aok1425 opened this issue May 23, 2018 · 22 comments
Closed
3 tasks done

Add horizontal bar chart #5059

aok1425 opened this issue May 23, 2018 · 22 comments
Labels
inactive Inactive for >= 30 days

Comments

@aok1425
Copy link
Contributor

aok1425 commented May 23, 2018

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

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

Superset version

Latest one, I'm pretty sure

Expected results

  • There is no horizontal bar chart visualization type. I was thinking it would be nice to add a "Transpose" checkbox under the Style tab to do this.

Actual results

No horizontal bar chart option:

Where I suggest putting the Transpose option:

Steps to reproduce

  • Go to a chart, then see screenshots above
@qin4zhang
Copy link

That sounds good.

@hughhhh
Copy link
Member

hughhhh commented Jul 3, 2018

How to do it with nvd3:
novus/nvd3#357

Example:
http://nvd3.org/examples/multiBarHorizontal.html

@stale
Copy link

stale bot commented Apr 10, 2019

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. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Apr 10, 2019
@stale stale bot closed this as completed Apr 17, 2019
@andrewm4894
Copy link

I'm new to superset and just wondering if there is any way to do this since issue was opened?

@bashyroger
Copy link

We have interest in this, can it be re-opened?

@chaeron
Copy link

chaeron commented Jun 8, 2021

Horizontal bar charts are important vlsualizations. Please re-open this ticket!

@shubhamn21
Copy link

This is definitely needed.

@xuduo18
Copy link

xuduo18 commented Aug 5, 2021

Yes. It is very needed!

@anhhd
Copy link

anhhd commented Sep 5, 2021

Yes, it is definitely needed. The horizontal bar chart is very essential when we have many categories

@manavjaiswal
Copy link

manavjaiswal commented Oct 18, 2021

plus 1

@ChengzhiZhao
Copy link

+1 to support horizontal bar chart

@chaeron
Copy link

chaeron commented Dec 25, 2021

I've given up on Superset, which is sad, since I've always been a fan and supported of Apache projects.

There has not been an official response to this request since I made it over 7 months ago. Every other decent BI tool out there supports horizontal bar charts. But not Superset.

Recently I tried to get Superset running again for a critical BI demo.....no dice. Kept crashing, and besides, the install process is labourious, too lengthy and complicated. Put up a good BI demo using Metabase in an hour from a standing start knowing nothing about the product.....and that was talking to a Snowflake data warehouse.

So unfortunately you can close this request, since I think Superset is pretty much hopeless at this point, given the lack of attention to a key feature request (a pretty basic one) and abysmal recent experience.

@maxilirator
Copy link

I am in the process of evaluating different open source BI plattforms and one of the criteria is a dashboard with horizontal bar charts. This is really something which is needed if you want his project to be competitive.

@jamesthefirst1st
Copy link

Very surprised that a horizontal bar chart isn't available, although boring and standard, it will always be a useful means of visualisation. Git it done team!

@yashk1
Copy link

yashk1 commented Jul 15, 2022

We need horizontal bar chart

@kartikdhar
Copy link

+1

@sfirke
Copy link
Member

sfirke commented Jul 20, 2022

This is implemented in Superset 2.0.0, out now. Use the Time Series Bar Chart v2 eChart and there's a tab to control orientation. Implementation and details here: #19918.

@Vicinius
Copy link

Vicinius commented Sep 6, 2022

@sfirke I just want to do a horizontal bar chart without a time column (regular bar chart), is there a way? Or it was only implemented on time-series bar chart v2?

@sfirke
Copy link
Member

sfirke commented Sep 6, 2022

You would enable the GENERIC_CHART_AXES flag in your configuration, then use the Bar Chart v2 chart type and then yes you can do a horizontal bar chart without a time column.

Unfortunately I don't believe you'll be able to control the sort order of the bars as of now, that's discussed here: #20885

@olga-pliuta
Copy link

Please reopen the issue

@sfirke
Copy link
Member

sfirke commented Aug 21, 2023

Please reopen the issue

@olga-pliuta can you say more? This was implemented a while ago. In versions 2.0.0, 2.1.0, 2.1.1 it is behind a feature flag so your admin would have to enable the GENERIC_CHART_AXES feature flag. In 3.0.0 and beyond it will be enabled by default.

@eliezerhilario
Copy link

This is implemented in Superset 2.0.0, out now. Use the Time Series Bar Chart v2 eChart and there's a tab to control orientation. Implementation and details here: #19918.

Thanks. I was able to solve with these instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests