Chart Components (Anatomy)

To know how FusionCharts works it is important to understand the various components and concepts of a chart

Below are different sections with interactive annotated images describing various components and concepts of charts

Chart with Single Series

Click on the bubbles below to know more about different chart components.

Caption

The caption (also called the chart title) is the heading of your chart, you can add custom text for the caption, as well as configure its font properties and cosmetics.

  • Learn how to add caption here.
  • Font properties and cosmetics of caption can also be customized using attributes, know more about them here.
  • You can also customize the alignment of the caption. Learn more about it here.

Sub-caption

The sub-caption (also called the chart subtitle) is the sub-heading of your chart. You can add custom text for sub-caption, as well as configure its font properties.

  • Learn how to add sub-caption here.
  • Font properties and cosmetics of sub-caption can also be customized using attributes, learn more about them here.

Canvas Area

Canvas area refers to the area in which the chart data is plotted, excluding the area where titles, legends, and axis names are rendered.

  • You can customize border for canvas, learn more about it here.
  • You can customize background color for canvas, as well as add gradient fill to it. Learn more about it here.

X-Axis

X-Axis refers to line or values on a chart that runs horizontally (left-right). Learn more about it here.

    Y-Axis

    Y-Axis refers to line or values on a chart that runs vertically (up-down) through zero. Learn more about them here.

      Tooltip

      A tooltip is displayed when the mouse cursor hovers over a particular data point. It denotes valuable information about the data plot hovered. here.

      • You can customize padding, size and other properties of tooltip, learn more about it here.
      • You can also customize the text of tooltip and use values plotted on the chart using macros, learn more about it here.
      terminologies
      • 1 Caption
      • 2 Sub-caption
      • 3 Canvas Area
      • 4 X-Axis
      • 5 Y-Axis
      • 6 Tooltip

      Chart with Multiple-series

      Click on the bubbles below to know more about different chart components.

      Legend

      A legend is a chart element used to display the series name for each dataset, in case of multi-series or combination charts. Legends are used to correlate a data plot to its series name using its color.

      • You can customize look and feel of legend like increase/decrease legend icon size, define custom legend icons, legend scroll etc. Learn more about it here.
      • You can customize legend position on the chart either to right or bottom of the chart. Learn more about it here.
      • You can highlight data plots by hovering over corresponding legend item using plot highlight effect feature, Learn more about it here.

      Cross line

      Cross line is a vertical line/area used as a quick reference for data plots. When you hover over the canvas, a line/area appears highlighting the data plots along with the information in a tooltip.

      • You can enable or disable cross line in charts using attribute drawCrossLine, learn more about it here.
      • You can customize look and feel of cross line like color, animation, opacity using attributes available. Learn more about their usage here.

      Data Plot

      Data plot refers to the columns of the column chart, lines in a line chart, pie/doughnut slices in a pie/doughnut chart.

      • You can customize the way your data plot looks using colors, gradients and hover effects using available attributes, learn more about their usage here.

      Export Menu

      Export menu is hamburger menu that appears on top-right of the chart by hovering on which you can export the chart using available options.

      • You can enable or disable chart export using attribute exportEnabled, learn more about its usage here.
      • You can also define export mode like server, client, auto for chart export, learn more about them here.
      • Look and feel of this menu can also be customized using available attributes, learn more about them here.
      terminologies
      • 1 Legend
      • 2 Cross line
      • 3 Data Plot
      • 4 Export Menu