-
Notifications
You must be signed in to change notification settings - Fork 371
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
Adding Long Descriptions #244
Conversation
@dorisjlee I can change the adaptive fields, but there were some other cases, where I was a bit confused with the long description. I will schedule some time to sync with you on this. |
lux/action/column_group.py
Outdated
@@ -26,6 +26,7 @@ def column_group(ldf): | |||
recommendation = { | |||
"action": "Column Groups", | |||
"description": "Shows charts of possible visualizations with respect to the column-wise index.", | |||
"long_description": "Shows charts of possible visualizations with respect to the column-wise index.", |
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.
Might want to expand on this description with an image or longer description and link to the description on this page.
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.
@dorisjlee Added some descriptions (I'm not a fan of the images there, but we can chat about that more) as well as a link.
lux/action/row_group.py
Outdated
@@ -26,6 +26,7 @@ def row_group(ldf): | |||
recommendation = { | |||
"action": "Row Groups", | |||
"description": "Shows charts of possible visualizations with respect to the row-wise index.", | |||
"long_description": "Shows charts of possible visualizations with respect to the row-wise index.", |
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.
same comment as column_group.py
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.
same as above
Thanks @jerrysong1324 ! |
Address Lux Issue #216
Related to Lux Widget PR 67