Bug #1955
Ensure visualisation for the graph should work similar to the source page.
Description
On this page https://edutestdev-240612.appspot.com/document/pandas-user-guide/u?documentURL=10063%2Frk03nov21%2Fdocs%2Fuser_guide%2Fstyle-Magnify-519.html, when we hover, only the column is getting magnified. instead, both row and column must expand as in the source. Please refer to the attached screenshot.
Files
Updated by Rishabh Sharma almost 3 years ago
The reason for the rows not getting magnified is we are adding line-height:9px; attribute to table tag from backend.In the source code, this attribute is not present.
Possible solutions-
1. add attribute of line-height:14px; in the styles from the backend.
Updated by Rishabh Sharma almost 3 years ago
We can also change the class="highlight" to class="rk-box" while changing this.
Updated by Rishabh Sharma almost 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Rishabh Sharma to Ayush Khandelwal
Updated by Ayush Khandelwal almost 3 years ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working as expected