The problem is caused by a change to the table chart that uses a 'content'
class, that is affected by your styles. I see three css rules with
div.content:
media="all"
div.content {
1. display: block;
2. float: none;
3. clear: both;
4. width: 380px;
}
www.bramptoncondoliving.ca/
media="all"
div.content {
1. display: block;
2. float: none;
3. clear: both;
4. width: 380px;
}
www.bramptoncondoliving.ca/
media="all"
div.content {
1. display: none;
2. float: right;
3. width: 550px;
}
If I disable those width settings, the table expands.
So, to fix this, you could add more qualifiers to your div.content rules,
so it doesn't affect the table chart.
Or it appears you can add this to your css:
.google-visualization-table.content {
width:100%
}
But changing the Google Charts style is less desirable since you'll likely
have to update things again in the future. We've made a lot of changes to
the table chart for the next release as well.
On Mon, Apr 6, 2015 at 4:32 PM, Todd Lee <[email protected]> wrote:
> Hi Daniel. And thanks for the response. Sorry was late to reply with
> Easter and all.
> I had a look at my page and cannot see anything which would be causing the
> problems. It was working sweet up until recently and I have not touched
> anything for at least 6 months.
> It's a very simple page. www.bramptoncondoliving.ca if you would like to
> see for yourself.
>
> --
> 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.
>
--
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> -
978-394-1058
[email protected] <[email protected]> 5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA
--
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.