I ran your exact example in FF (Win/Linux) and didn't see the problem. I am suspecting that the custom html you are using inside your cells has some affect on the table layout. In that case there is not much I can do without seeing your actual example.
On Sat, Feb 6, 2010 at 3:24 AM, SVBridget <[email protected]> wrote: > Hi ChartMan, > > Sorry, didn't see your email yesterday. Here's the visualization json > that I am using. I see the problem in Firefox, but not in IE. As I > mentioned above, it seems you must have a sortColumn set in order to > see the problem. Also, this did not occur with the RC version, so it > seems something changed in between RC and publish. I can post a > screenshot but it seems like I can't do that in the forums. If you > would like, I can file an issue on the issues board and put an > attachment there... just let me know. > > Thanks, > -B > > > {cols:[{id:'object column0',label:'Thread',type:'string',pattern:''}, > {id:'1',label:'Participating Users',type:'number',pattern:'',p: > {'object':'4EA','columnformat':'integer'}}, > {id:'2',label:'Replies',type:'number',pattern:'',p: > {'object':'4EB','columnformat':'integer'}},{id:'3',label:'Message > Views',type:'number',pattern:'',p: > {'object':'4EF','columnformat':'integer'}},{id:'4',label:'Hotness > Score',type:'number',pattern:'',p: > {'object':'4F3','columnformat':'double'}}],rows:[{c:[{v:'\u003cspan > class=\u0027lia-analytics-sort-hidden\u0027\u003eTHREAD 1,753\u003c/ > span\u003e\u003cspan class=\u0022lia-link-navigation lia-link-message > lia-link-disabled lia-component-common-widget-link\u0022 id= > \u0022link-126a0dbc315\u0022\u003eThread 1,753\u003c/span\u003e'},{v: > 3.0},{v:8.0},{v:15886.0},{v:28.9}]}]} > > {sortColumn:4,page:'enable',colors: > ['#CC3300','#3AAAFF','#808080','#808080'],width: > 940,sortAscending:false,allowHtml:true} > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
