Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Hi Raja, We do not have any native implementation of FusionCharts for Joomla using JCH optimization. Please note while combining JavaScript files using JCH, contents of the files needs to be in the same order as FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js. Hope this helps.
  2. Style upperlimit only

    Hey, No, different font styles cannot be applied to Limit values of a widget currently. As a work around, trendpoints can be used to replace one of the limit values. Later, applying font style would help to obtain different style elements for the limit values. If this does not helps, can you please send us the screenshot of your requirement?
  3. Xml File Format

  4. Xml File Format

    Hi, FusionCharts has a specific XML structure for each chart. XML data has to provided in the same format to render a chart. For more information on "FusionCharts and XML", please refer the following link: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/Overview.html
  5. "credits" Showing In Javascript Rendering

    Hey, Apologies for the delayed response. Can you please send us the live URL to test the same?
  6. Vline Not Working In Zoom Line Charts

    Hi Ramesh, Vertical data separator line (vLine) is not supported by ZoomLine charts.
  7. Bullet Graph

    Hey, Can you please ensure FusionCharts.HC.js, FusionCharts.HC.Widgets.js and jquery.min.js. are present in the same folder as FusionCharts.js? Does other widgets from FusionWidgets renders in JavaScript mode?
  8. Bullet Graph

    Hey, There is no feature limitation in the evaluation version of FusionWidgets XT, except for the fact that the evaluation version charts are watermarked. Starting FusionWidgets XT, you can now render the gauges using HTML5/JavaScript rendering. Can you please confirm the FusionWidgets version used?
  9. Hey, As a suggestion, to avoid the conflict between jQuery 1.3 (used by Drupal) and jQuery 1.7 (used by FusionCharts) , try creating a custom scope individually. The JavaScript files required by FusionCharts can be isolated and create a local scope to render FusionCharts to avoid conflict. Hope this helps.
  10. Javascipt Funnel Chart Bug

    Hey, Apologies for the delayed response. We have identified it as an issue. We would update you soon on the same.
  11. Modify The Width Of Scrollcolumn2D

    Yes, as specified in the forum post, the attributes plotSpacePercent and numVisiblePlot, when used together, can be used to effectively control the width of a column in a 2D scroll column chart.
  12. Bar Chart With Line

    Hey, Finally received the attachment. Multi-series Stacked Column 2D Line Dual Y Combination Chart has been used. So the lineset element has been plotted in center to the Multi-series data elements. I'm afraid, it is not possible to shift toward the left or middle end of the bar. Hope this helps.
  13. Invalid Xml

    Hi, Can you please confirm the FusionCharts version used? If possible, please send us the sample code or live URL to look into the issue.
  14. Invalid Xml

    Hey, I'm able to render a Column 3D without any error reproduced. Please find the attached screenshot.
  15. Uncaught Typeerror: Illegal Invocation

    Hi, We are thankful for sharing the valuable information.
  16. Hey, Since id='SH' and id='HangZ' are very close to each other. The label position are aligned to right. So, the values are overlapped. Please try setting labelPos to 'top' for marker id 'SH' and labelPos to 'bottom' for marker id 'HangZ' Hope this helps.
  17. Tooltip Not Showing For Msline Flashmode

    Hey, Apologies for the delayed reply. The anchors handle tool tips and links for the data points. So, if you opt to not render anchors on a chart by setting anchorRadius to 0, the tool tips and links won't function. You can, however, hide them by setting alpha to 0 (anchorAlpha='0') and still enable tool tips and links. No, Flash chart does not support any attribute to show tool tip when you hover on a object and remains visible until you move to other objects over anywhere on a chart. Hope this helps.
  18. Palatte Color For Waterfall Chart

    Hi Sumit, I'm unable to replicate the issue. The last column(summation column) of the chart do take the palette Colors. Ref. Code: <chart showSumAtEnd='1' paletteColors='FF0000,0372AB'... > Please find the attached screen shot.
  19. Bar Chart With Line

    No attachment or image is found. Please do send us the attachment to help you.
  20. Default Colors

    Hey, Please refer to http://forum.fusioncharts.com/topic/11170-default-chart-colors/page__p__43605__hl__default+colors__fromsearch__1#entry43605
  21. Bar Chart With Line

    Hey, Can you please post us the image?
  22. Charting Data Values Overlapping Problem

    Hi, No, slantLabels attribute will help in slanting the X axis data labels. To avoid overlapping of data values, try setting rotateValues attribute to 1 in chart element.