LarissaHortencio10 / charts4j

Automatically exported from code.google.com/p/charts4j
Other
0 stars 0 forks source link

Add optional chart title position parameter #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I coded this up last night, if you're interested in the patch file I've 
attached it.

Original comment by laker.g...@gmail.com on 24 Jun 2011 at 5:57

Attachments: