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

vertical axis values display issue in IE7 #32

Open
orwant opened this issue May 9, 2015 · 5 comments
Open

vertical axis values display issue in IE7 #32

orwant opened this issue May 9, 2015 · 5 comments

Comments

@orwant
Copy link
Collaborator

orwant commented May 9, 2015

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. This is with the ColumnChart, the bug shows up in internet explorer, 
the width I specify is 450, and height is 200, you can see in firefox it 
renders fine but in ie7 the column numbers are cut off.  I've aligned them 
vertically so it can be seen more easily.  The values that are populated 
into the charts are shown in the table below them.  I have each chart in a 
table cell, ( simple table, no formatting other than 
<table><tr><td></td><td></td></tr></table>
2. I will see if I can dup in a test also, but it may be a bit before I 
get that up.
3.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Columnchart


Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

No
What operating system and browser are you using?

Windows XP, IE7.0.5730.13, Firefox 3.5.2

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by davidbollman@yahoo.com on 2009-08-18 18:16:38


- _Attachment: [renderingbug.JPG](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-32/comment-0/renderingbug.JPG)_
@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

We were unable to reproduce the issue following the steps mentioned above. Please
provide a sample of your code.

Original issue reported on code.google.com by buggybug0 on 2009-09-07 16:06:22

@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

I can reproduce this... I have attached test.html. Notice on the second tab, the y axis

is cut off. 
I am using jquery tabs, please let me know if there is a work around!


Original issue reported on code.google.com by saleen34 on 2009-10-02 22:26:02

@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

Doesn't look like the attachment worked

Original issue reported on code.google.com by saleen34 on 2009-10-02 22:27:56


- _Attachment: [test.html](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-32/comment-3/test.html)_

@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

found the answer...

http://jqueryui.com/demos/tabs/#...my_slider.2C_Google_Map.2C_sIFR_etc._not_work_when_p
laced_in_a_hidden_.28inactive.29_tab.3F

.ui-tabs .ui-tabs-hide
    { display:block !important; position: absolute; left: -10000px; }

Original issue reported on code.google.com by saleen34 on 2009-10-02 22:55:37

@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

I have attached the html that causes the issue in the original post, I think this is
a separate issue from the tab issue above, thought that is is good to know about; 
This sample has it being loaded into a standard table row;

Thanks in advance


Original issue reported on code.google.com by davidbollman@yahoo.com on 2009-10-30 17:14:17


- _Attachment: [SampleReport.html](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-32/comment-5/SampleReport.html)_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant