Search the Community

Showing results for tags 'width'.



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 4 results

  1. I have a column chart display (with scroll) and with multiple plots. I want to know if I can increase the width of the columns being rendered. I have two plots being displayed and their data values are overlapping. If there is a better solution, please advise. See attached image for the reference.
  2. I'm having problems since upgrading from 3.10.1 to 3.12.1 Specifically a number of fields seem to have no affect: Chart.ganttWidthPercent, Chart.forceGanttWidthPercent Process.width, data.column.width None of these seem to have any affect now. please see: http://jsfiddle.net/david_a_benson/9gmd7b64/1/ http://jsfiddle.net/david_a_benson/9gmd7b64/2/ http://jsfiddle.net/david_a_benson/9gmd7b64/3/ The behavior I see, is that process width + data column width is fixed. If you try to go over that width then the data columns get smashed up.
  3. I have created a line chart (trended data over time) that works as expected in all browsers except IE9 and IE10. In the chart config, I have type: "msline", width: "100%", height: "300", dataFormat: "json", and in most browsers it correctly sizes itself to the container element (which has a width of 691px set on it). However, in IE9 and IE10, it sets itself to the width of the browser window, ignoring several layers of parent elements with set widths. Since the chart starts at the correct place on the left, this means it extends far off the page to the right. For some reason, my manager isn't a fan of this look. You may be asking, "why don't you just set the width of the chart to 691 in the js?" Here's the thing: if I set the width to any non-percentage size, the chart renders at 512px wide. Every time. No matter if the size I set it to is larger or smaller; it just draws at 512. I will also say I have bar charts set up on another page and they look fine across all browsers.
  4. Hi, I have generated a column graph of canvas size 1800*900.I export those and use in generating pdf reports of letter size.Generating the same graph for different size,i have found that the coloumn width remains constant at 50px for all sizes.Hence large resolution sized graphs look with thin graphs.Also i do not want to set plotSpacePercent as all my graphs are dynamic and need to be consistent in terms of size.Please assist me so that i can get proportional images