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

Please use verbose_name in TreeMap visualization #3185

Closed
2 tasks done
sandeeps74 opened this issue Jul 26, 2017 · 1 comment
Closed
2 tasks done

Please use verbose_name in TreeMap visualization #3185

sandeeps74 opened this issue Jul 26, 2017 · 1 comment
Labels
good first issue Good first issues for new contributors

Comments

@sandeeps74
Copy link

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
  • 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

0.18.5

Expected results

Tree map chart top header shows metric names (ex: sum___packet_rate) instead of verbose name (Packet Rate)

Actual results

Treemap header shows sql/developer like string (sum__packet_rate). Verbose name display will be more user friendly.

Steps to reproduce

Create a database table with columns metric and packet_reate. Change sum__packet_rate verbose name to "Packet Rate". Create a TreeMap visualization, group by metric. The Chart header will show sum__packet_rate instead of "Packet Rate".

image

@mistercrunch
Copy link
Member

Notice: this issue has been closed because it has been inactive for 270 days. Feel free to comment and request for this issue to be reopened.

@mistercrunch mistercrunch added the good first issue Good first issues for new contributors label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good first issues for new contributors
Projects
None yet
Development

No branches or pull requests

2 participants