You are viewing documentation for an older version. For current documentation - click here.

You can change the default "About FusionCharts" context menu item to display your customized label and link it to your own URL using:

<chart yAxisName='Sales Figure' caption='Top 5 Sales Person' numberPrefix='$' showValues='0' showAboutMenuItem='1' aboutMenuItemLabel='About My Company' aboutMenuItemLink='n-http://www.mycompany.com'> 
     ...
  </chart>
{
  "chart":{
    "yaxisname":"Sales Figure",
    "caption":"Top 5 Sales Person",
    "numberprefix":"$",
    "showValues":"0",
    "showaboutmenuitem":"1",
    "aboutmenuitemlabel":"About My Company",
    "aboutmenuitemlink":"n-http://www.mycompany.com"
  },
  ...
}

This results in a menu item as shown below. The link has been specified in the FusionCharts Link format, and n- prefix opens the link in a new window.