Customizing report charts

FusionCharts improve the visual effect of charts in standard reports, on the interactive dashboard, and when using Chart Blocks. Features of the charts include rotation, slicing movement, and printing. You can customize FusionCharts. For example you can change the background color, or add shadow effects, background images, and logos to report charts.

  • To customize FusionCharts, modify the [themename].FSN file in the Themes folder of your Sage CRM install. For more information, see http://docs.fusioncharts.com/charts.
  • To change the background color of FusionCharts use bgColor and bgAlpha attributes.
    • bgColor: Sets the background color for the chart. You should use hex color codes without # symbols. To use a gradient fill, specify all the colors required for the gradient fill separated by commas.
    • bgAlpha Sets the alpha (transparency) for the background. The valid range is from 0-100.
  • FusionWidgets allow developers to create custom charts and elements for data visualization. The widgets can be found in
    %ProgramFiles(x86)%\Sage\CRM\<InstallName>\WWWRoot\fusioncharts.
    For more information, see http://docs.fusioncharts.com/widgets.
For more information about the methods you can use to display charts on client computers, see Chart Options panel fields.