-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Superset issue #4512: fixing histogram #4513
Superset issue #4512: fixing histogram #4513
Conversation
@@ -1086,7 +1086,8 @@ export const visTypes = { | |||
label: t('Chart Options'), | |||
controlSetRows: [ | |||
['color_scheme'], | |||
['link_length'], | |||
['link_length', 'x_axis_label'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add the y_axis_label here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
@hughhhh @mistercrunch I have another commit in store that I want to push. Should I
The new commit is more involved (adding group by option, multiple metrics, legends, etc) |
@ArielStv Merged! |
thanks a lot! |
* fixing histogram axes and colors, adding normalized and x-axis label options * adding y-axis label option
* fixing histogram axes and colors, adding normalized and x-axis label options * adding y-axis label option
This is an attempt to address issue #4512.