You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently charts4j supports setting chart title font size & color, but the
Google Charts API also allows an optional chart title position param:
chts=<color>,<font_size>,<opt_alignment>
where <opt_alignment> is:
[Optional] Alignment of the title. Choose one of the following case-sensitive
string values: "l" (left), "c" (centered) "r" (right). Default is "c".
(I'm sure you know all that; u prolly wrote it..just trying to be thorough)
This issue is a feature request to add support to charts4j so that this title
position param can be set.
Original issue reported on code.google.com by laker.g...@gmail.com on 23 Jun 2011 at 8:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
laker.g...@gmail.com
on 23 Jun 2011 at 8:39The text was updated successfully, but these errors were encountered: