-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Artio Fusion Charts Are Not Working When I Combine All Javascripts
Swarnam replied to rajnvr's topic in Javascript Problems
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. -
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?
-
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
-
Hey, Apologies for the delayed response. Can you please send us the live URL to test the same?
-
Hi Ramesh, Vertical data separator line (vLine) is not supported by ZoomLine charts.
-
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?
-
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?
-
Browser Freezes When Rendering In Javascript
Swarnam replied to warwickmc's topic in Javascript Problems
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. -
Hey, Apologies for the delayed response. We have identified it as an issue. We would update you soon on the same.
-
How Can I Disable Interactive Legend In Pie-Chart?
Swarnam replied to SergeyT's topic in General usage
-
-
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.
-
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.
-
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.
-
Hey, I'm able to render a Column 3D without any error reproduced. Please find the attached screenshot.
-
Hi, We are thankful for sharing the valuable information.
-
Marker Label Info Often Overlaps Each Other
Swarnam replied to mictracy's topic in Using FusionMaps XT
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. -
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.
-
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.
-
No attachment or image is found. Please do send us the attachment to help you.
-
Hey, Please refer to http://forum.fusioncharts.com/topic/11170-default-chart-colors/page__p__43605__hl__default+colors__fromsearch__1#entry43605
-
Hey, Can you please post us the image?
-
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.