-
Notifications
You must be signed in to change notification settings - Fork 409
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
Show dtype when mouse over the column name & main menu descriptions #129
Comments
Also, the Mouseover tip/help/description for the main menu is not set. |
I’ve added data type display on hover of column headers when you’ve turned on “Highlight Dtypes” but i dont think I understand your second comment. |
In the main menu all buttons dont have moreover text. for example when I move mouse over describe it should show some tip description like "describing data columns such as number of unique items, min, max ,..." |
@reza1615 if you want to supply me with descriptions for the buttons I'll be more than happy to add mousehovers |
@aschonfeld: please fill free to edit it.
|
@reza1615 this is great! Thank you. Documentation has never been my strong suit so this really helps. I'll get to work adding this and show you a sample... |
@reza1615 Took a little longer than I thought, but I was able to add the descriptions. Let me know what you think |
That is Great. Thanks. |
shutdown > "Close D-Tale and its instances without save. do you want to export DataFrame?" |
* #129, description tooltips added main menu
* #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu * made "No Aggregation" the default aggregation in charts * bugfix for line charts with more than 15000 points * updated "Value Counts" & "Category Breakdown" to return top on initial load * #118, added scattergeo & choropleth maps * #121, added "not equal" toggle to filters * #132, updated resize button to "Refresh Widths" * added "Animate" toggle to scatter, line & bar charts * #131, changes to "Reshape Data" window * #130, updates to pivot reshaper * #128, additional hover display of code snippets for column creation * #112, updated "Group" selection to give users the ability to select group values
* #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu * made "No Aggregation" the default aggregation in charts * bugfix for line charts with more than 15000 points * updated "Value Counts" & "Category Breakdown" to return top on initial load * #118, added scattergeo & choropleth maps * #121, added "not equal" toggle to filters * #132, updated resize button to "Refresh Widths" * added "Animate" toggle to scatter, line & bar charts * #131, changes to "Reshape Data" window * #130, updates to pivot reshaper * #128, additional hover display of code snippets for column creation * #112, updated "Group" selection to give users the ability to select group values
* #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu * made "No Aggregation" the default aggregation in charts * bugfix for line charts with more than 15000 points * updated "Value Counts" & "Category Breakdown" to return top on initial load * #118, added scattergeo & choropleth maps * #121, added "not equal" toggle to filters * #132, updated resize button to "Refresh Widths" * added "Animate" toggle to scatter, line & bar charts * #131, changes to "Reshape Data" window * #130, updates to pivot reshaper * #128, additional hover display of code snippets for column creation * #112, updated "Group" selection to give users the ability to select group values
I have two monitors and I just tested it on each and both had the same correct behavior 🤷♂ Just to be clear this would be a CSS issue not plotly. plotly only controls the "Charts" page. Everything else is using custom ReactJS components. For example: I'm calling this one closed. |
I use windows 10 is your OS windows? |
I am currently on windows 10, but I think the issue might lie with the browser you're using. I've tested it on the following with no issue:
|
It is so strange now it is not producible!!
Anyway now it works properly. Thanks for your time |
Showing dtype when the mouse hovers the column name. Now highlight type is perfect but it doesn't have any color legend. In my opinion, the best legend could Mouseover text box.
The text was updated successfully, but these errors were encountered: