If I recall correctly, Bootstrap has some normalizing CSS, which is the cause of the blue lines. Use the DOM inspector in Chrome or Firefox to analyze the styling and structure of the OrgChart; I suspect that you will find a style on <td>'s or <tr>'s that creates the blue lines.
On Monday, March 24, 2014 8:16:53 PM UTC-4, Andrew Koper wrote: > > Thank you for the input. I am developing on localhost (with > Laravel(PHP)), so there is no public URL. I am using Bootstrap 3 for > styling. I am also calling in JQuery and JQueryUI for some components. > > - Andrew > > > > > On Saturday, March 22, 2014 5:34:17 PM UTC-4, Andrew Koper wrote: >> >> I am using Google Org Chart API to receive some JSON data and render an >> org chart. There are blue lines across the rows of nodes in Chrome. What is >> the fix for these to go away? >> >> >> <https://lh5.googleusercontent.com/-hsB-FfZfnhc/Uy4ByMqO3sI/AAAAAAAAIF4/pleCmEGmuv0/s1600/google+chart+api.jpg> >> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
