The same problem occurs for pie charts.
http://code.google.com/apis/visualization/documentation/gallery/piechart.html
The root of the problem is that the length of the annotation doesn't
affect the width, and annotationsWidth doesn't seem to make a
difference either.
So while "foo" would work as an annotation, "fooboodooboo" would be
cut off.
On Nov 8, 7:15 am, Arshad <[EMAIL PROTECTED]> wrote:
> HI James,
>
> You can use to here:
>
> google.load("visualization", "1", {packages: ["annotatedtimeline"],
> annotationsWidth: 15});
>
> "annotationsWidth: 25" will arragne the size of Time line right
> caption text.
>
> Thanks
> - arsh
>
> On Nov 8, 9:54 am, James <[EMAIL PROTECTED]> wrote:
>
> > I'm already using the pie chart and I began using the line chart, but
> > the numbers on the Y axis always get cut off. The culprit is the text-
> > anchor. When it's changed from "end" to "middle", the numbers jump to
> > the right and are more visible.
>
> > I'm stumped. All my css values are reset, and the other graphs seem to
> > work fine.
>
> > I could use javascript to take these out, but I'd much rather solve
> > this the right way.
>
> > Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---