There's nothing in the API that would allow you to add a second level of text to the chart title. It might be easier to remove the title from the chart entirely, and build it all in HTML. That way, you can make it exactly the way you want (and as a bonus, you don't have to mess with the SVG code).
On Wednesday, November 21, 2012 7:17:32 AM UTC-5, johnboy wrote: > > I have an application where I produce a tabular report (using jQuery > DataTables), then allow user to produce chart of the data (using Google > Charts). User can select pie, line, bar or column charts, and vary several > of the options, including rotating data through 90'. I add a computed title > to the chart using the Api. But I would like to add some additional text (a > "subtitle"), and probably allow user to first edit that text. But I cannot > see how to do this! Only option I can see is to edit the SVG at a later > stage. > > Any help appreciated! > > John Walton > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/tPYWV8PI_McJ. 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.
