BradG Report post Posted March 26, 2015 When using forceRowHeight (in both 3.6.0 and 3.7.0), the Gantt DataTable cells should use the corresponding Process height, but do not (and do not have a property to set their height). In the screenshot, the cells in the Status column should be the same height as the cells in the First Name column. Below is the json used to generate the chart: { "chart": { "forceRowHeight": true }, "categories": [ { "category": [ { "start": "01/01/2014", "end": "12/31/2014", "label": "2014" }, { "start": "01/01/2015", "end": "12/31/2015", "label": "2015" }] }], "processes": { "headerText": "First Name", "process": [{ "id": "0", "label": "Bob", "height": 130 }, { "id": "1", "label": "Mike", "height": 52 }] }, "dataTable": { "dataColumn": [{ "headerText": "Status", "text": [{ "label": "Active" }, { "label": "Active" }] }] }, "tasks": { "task": [ { "start": "05/01/2014", "end": "03/24/2015", "processId": "0", "height": 26, "topPadding": 13 }, { "start": "01/23/2015", "end": "03/24/2015", "processId": "0", "height": 26, "topPadding": 52 }, { "start": "01/24/2015", "end": "03/24/2015", "processId": "0", "height": 26, "topPadding": 91 }, { "start": "02/04/2015", "end": "03/24/2015", "processId": "1", "height": 26, "topPadding": 13 }] } } Share this post Link to post Share on other sites
BradG Report post Posted March 26, 2015 Update: After further testing, we found that the problem still occurs when forceRowHeight is false when the number of processes increases (and the processes have Height set). It appears that the height of the DataTable cells are all set to the Height of the last Process. Share this post Link to post Share on other sites
Vishalika Report post Posted March 27, 2015 Hi, The attribute "forceRowHeight" is a Boolean type so it should be either assigned '0/1' as per requirement. Refer this JSFiddle link: http://jsfiddle.net/vishalika/fLqSL/26/ Hope this helps. Share this post Link to post Share on other sites
BradG Report post Posted March 27, 2015 If you change forceRowHeight to "1" in your fiddle, you will see the bug I described. Also, as mentioned in my update post above, the problem still also exists with forceRowHeight = "0" if you have enough processes. Share this post Link to post Share on other sites
Vishalika Report post Posted March 30, 2015 Hi, We have replicated the issue from our end. We are looking into it. Will update you soon. Share this post Link to post Share on other sites
Vishalika Report post Posted July 23, 2015 Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.8, released yesterday that will resolve your reported issue? To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ To download the Evaluation version of FusionCharts Suite XT v3.8, please visit the link: http://www.fusioncharts.com/download/ Hope this would resolve your issue. Share this post Link to post Share on other sites
ChristineMeany Report post Posted January 12, 2018 and how is it better to deal with it? Share this post Link to post Share on other sites