Vishalika

Members
  • Content count

    301
  • Joined

  • Last visited

Everything posted by Vishalika

  1. Hi, It seems you are using the older version of FusionCharts. Try upgrading to the latest version. The issue will be resolved. Please refer to the sample attached. 16036.zip
  2. Hi, Welcome to FusionCharts Forum. Which version of FusionCharts are you using? Issue does not seem to exists with the latest package. Refer to this link: http://jsfiddle.net/vishalika/ag4bB/8/
  3. Hi, You can apply link attribute in the dial element of the XML/JSON file . Also the entire chart can act as a hotspot via an attribute 'clickURL' in the chart element of your XML/JSON file. Check this for reference: http://jsfiddle.net/vishalika/Lxz2T/160/
  4. How to Show only Legend Icon without any label

    Hi, Welcome to FusionCharts Forum. Try setting the value of "seriesname":" " in the dataset element of your JSON file or seriesName=" " in the dataset element of you xml file.(A blank space is provided in this attribute). Thanks.
  5. Require.js and Fusioncharts

    Hi, What is your motive behind including FusionCharts JavaScript files in Require.js ? "fusioncharts.js" file is added in the code explicitly. Rest of the JavaScript files will be loaded automatically. The only requirement is that all the *.js files should be present in the same folder as "fusioncharts.js".
  6. Charting Data Values Overlapping Problem

    Hi, Welcome to FusionCharts Forum. In a stacked column chart, data plots are stacked over each other. In a particular dataset if all the values are zero, stacked values are being overlapped in the visualization. Legend interactivity can help in identifying the overlapping. Else, to show the values where many of them are 0's try using multi series column chart. Thanks
  7. The guage Tick mark with custom bubble

    Hi, Welcome to FusionCharts Forum. This can be done using Angular gauge widget with the help of circle annotations. Please find the attachment. gauge.xml