Elger van Boxtel Report post Posted July 4, 2013 I'm trying to align the caption & subcaption on a Gantt chart. I understood that I have to use styles for that. After reading the documentation on http://docs.fusioncharts.com/charts/?Styles/HowToUse.html I've come up with the following: In my JSON I have: "chart": { "caption": "Project Gantt", "subcaption":"From 1st Feb 2007 - 31st Aug 2007", }, "styles":{ "definition":{ "name": "alignLeftStyle", "type": "font", "align": "left" }, "application":{ "toObject": "Caption", "styles": "alignLeftStyle" } } but alignment is still default set to center... Has anybody ran into this as well? Tnx Share this post Link to post Share on other sites
Sanjukta Report post Posted July 4, 2013 I'm trying to align the caption & subcaption on a Gantt chart. I understood that I have to use styles for that. After reading the documentation on http://docs.fusioncharts.com/charts/?Styles/HowToUse.html I've come up with the following: In my JSON I have: "chart": { "caption": "Project Gantt", "subcaption":"From 1st Feb 2007 - 31st Aug 2007", }, "styles":{ "definition":{ "name": "alignLeftStyle", "type": "font", "align": "left" }, "application":{ "toObject": "Caption", "styles": "alignLeftStyle" } } but alignment is still default set to center... Has anybody ran into this as well? Tnx Hi, Please note that it is already mentioned in our Online Documentation that controlling alignment of caption and sub-caption is not supported in JavaScript charts. Ref.- http://docs.fusioncharts.com/widgets/Contents/?Styles/Font.html Hence, you might be rendering the JavaScript Gantt chart which would not change the alignment. Hope this helps. Share this post Link to post Share on other sites
Elger van Boxtel Report post Posted July 4, 2013 Thanks for your quick reply Sanjukta! Will this feature be supported in the near future? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 5, 2013 Hi Elgervb, We will add this feature request to our feature wishlist. We will try to implement this feature, if it is feasible. Thanks for your time and support. Share this post Link to post Share on other sites
Elger van Boxtel Report post Posted July 9, 2013 Thanx, really appreciate it! Is there anywhere that I can view or add something to the wishlist? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 11, 2013 Hi Elgervb, Feature wishlists are internal and we can't make it public. If the feature is feasible, then we will update you for sure. Share this post Link to post Share on other sites
Swarnam Report post Posted June 20, 2014 Hey, Using the latest product release, it is feasible to configure the caption alignment of the Gantt chart. <chat....captionAlignment='right'> "captionAlignment" accepts value as left/center/right. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback. Share this post Link to post Share on other sites