The issue is most likely that the text size is effectively zero because you are drawing the chart when it is not yet displayed. That's why it appears to be left aligned rather than centered.
The workaround is to arrange that you only draw the chart when it is displayed. On Tue, Oct 10, 2017 at 7:22 AM, Adam Reece <[email protected]> wrote: > I forgot to mention -- Changing the donut size down does not impact the > label position, even if the donut mode is disabled completely. > > -- > 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 google-visualization-api@ > googlegroups.com. > Visit this group at https://groups.google.com/ > group/google-visualization-api. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-visualization-api/deef5020-9389-443b-9013- > 57ae13227d6b%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/deef5020-9389-443b-9013-57ae13227d6b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJMKWW_twP20aynB-VaaKywZokmy5pmcc0tbem4iXPJqxA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
