Thanks, but I *like* the fact that the chart is in SVG! I actually allow user to save the chart as an SVG file, so that it can more easily be imported into Word docs etc, or enhanced in an SVG editor. But I would like user not to have to do that just to add a subtitle! John
On Wednesday, November 21, 2012 5:34:50 PM UTC, asgallant wrote: > 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/-/8sNS7jKOBVMJ. 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.
