Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional chart title position parameter #55

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 1 comment
Open

Add optional chart title position parameter #55

GoogleCodeExporter opened this issue Apr 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant