-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Chart do not appear if the height of the chart increases. Is there any limit about the height of Chart
Swarnam replied to qasimraza1979's topic in Using FusionWidgets XT
Hi Qasim, Can you please share the data along with chart dimension to replicate the issue? -
FusinonChart API is better OR JavaScript XML is better.
Swarnam replied to qasimraza1979's topic in Using FusionWidgets XT
Hi Qasim, The data is fed to the chart through XML/JSON data format and chart is being rendered via FusionCharts API. If the data is being retrieved from a database, generate the data and store it in the variable to render the chart through FusionCharts API. Hope this helps. -
width of bar in 2D multiseries have not fix pattern. A big problem with fusionchart
Swarnam replied to qasimraza1979's topic in Using FusionWidgets XT
Hi Qasim, Try using "plotSpacePercent" attribute in the chart element to control the bar width if the number of category element differs. Hope this helps. -
Hey, You will have to follow a similar practice to remove the category elements based on the checkbox selection. Configure options for a chart, then do a postback with the configured options, and then update the chart with the newer data from the server. Generate the XML based on your selection to render a chart. Hope this helps.
-
Hi, Can you share the XML/JSON data for further looking into the issue related to Y axis limits??
-
yAxisValueDecimals and xAxisValueDecimals is not working
Swarnam replied to Manjuanth's topic in Bug Reports
Hi, Can you please try setting "forceXAxisValueDecimals" and "forceYAxisValueDecimals" attribute to 1? The decimal values to be displayed in X axis works for Auto mode only. <chart .... yAxisValueDecimals='2' forceXAxisValueDecimals='1' forceYAxisValueDecimals='1' xAxisValueDecimals='2' xAxisLabelMode='Auto'> -
Hi Lulian, As per the screenshot, it seems you are using the earlier version of FusionCharts. Can you please try using the latest version[FusionCharts XT ] and let us know if your issue is being resolved?
-
Hi Lulian, Have you set the yAxisMinValue attribute as a negative value? For example: <chart yAxisMinValue='-1500000'>
-
Hey, Since primary Y axis min and max value are being the same, Y axis values are not visible for Flash whereas JS charts does overrides the specified value. Try removing PyAxisMinValue="0" PyAxisMaxValue="0" from the chart element. Hope this helps.
- 1 reply
-
- flash
- javascript
-
(and 1 more)
Tagged with:
-
Hi, Can you please let us know which specific area the zooming does not work?
-
Hi, Zooming is supported within the canvas area of the ZoomLine chart. It is not restricted to any specific area.
-
Hide Or Remove Process Names In Gantt Chart
Swarnam replied to Anthony Jaraza's topic in Using FusionWidgets XT
Hi Alce, Welcome to FusionCharts Forum Post. Can you please try using the latest product release? <processes width='0'> <process label='' /> <process label='' /> <process label='' /> </processes> For Evaluation version : http://www.fusioncharts.com/download/ Hope this helps. -
Hi, We are unable to replicate the issue using our latest product release. Please check out the Zoomline chart from our Demo Gallery :http://www.fusioncharts.com/explore/zoomline_5/
-
HBullet charts with different values has different size. and value is not vertically centered
Swarnam replied to Vedmack's topic in Using FusionWidgets XT
Hey, Glad to know our suggestion was helpful. With regards to upgrade, please drop a mail to "[email protected]". One of our members from relevant department, will get in touch with you asap. -
Hey, Try using HTML Entity encoding[hex/decimal] for delta characters. Δ or Δ for a delta character. <set label='Jan Δ' value='420000' />
-
Hi Brad, FusionCharts jQuery plugin files from the earlier version can be used along with the latest files of v3.4. It works!!!!
-
JavaScript chart- Legends Color is missing in Exported chart
Swarnam replied to [email protected]'s topic in FusionCharts and JSP
Hi Amol, Issue seems to exist in our earlier version. However, issue is not being replicated using the latest product release. Please try upgrading to the latest Evaluation version from: http://www.fusioncharts.com/download/ and let us know your feedback. FusionCharts (3).pdf -
Funnel - Centered in Flash, Left-aligned in HTML5/Javascript
Swarnam replied to BradG's topic in Bug Reports
Hey, This is with regards to your issue "JavaScript Funnel chart alignment issue" has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback. -
Hey, The logo rendering issue in our Scroll charts has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
-
Gantt Chart: align (sub)caption with styles
Swarnam replied to Elger van Boxtel's topic in Suggestions & Requests
Hey, Using the latest product release, it is feasible to configure the caption alignment of the Gantt chart. <chat....captionAlignment='right'> "captionAlignment" accepts value as left/center/right. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback. -
Hey, Using the latest product release, it is feasible to configure the font cosmetic properties of the Primary and Secondary Y-Axis name using numerous attributes like pYAxisNameFont,sYAxisNameFont, pYAxisNameFontColor, sYAxisNameFontColor, pYAxisNameFontSize. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
-
Hi, As you are aware, our latest product would support rendering in JavaScript mode and support for Flash charts has been deprecated. As a suggestion, can you please try using the JavaScript charts? Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
-
MSCombi2D (Area & Line) issue with single data point
Swarnam replied to satya400's topic in General usage
Hi Satya, Please refer to http://forum.fusioncharts.com/topic/15840-line-graph-not-rendered-in-chart/ -
Hi Rama, The issue has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
-
Show prefix before ShowSum in stacked 2D chart
Swarnam replied to Sri Lalitha's topic in General usage
Hi, "numberPrefix" attribute would add prefix to all the numbers visible on the graph. So, it is not feasible to add prefix only to the sum value in a Stacked chart.