Search the Community

Showing results for tags 'gantt styles align caption'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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