Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Scatter chart Legend symbols for anchorSides = 1

    Hi, "anchorSides" attribute accepts a valid range of 3-20. As a best practice, we would recommend you to provide a value in the desired range specified. Try setting "anchorSides" as 10 to experience similar visualization between Flash/JS. Hope this helps.
  2. PowerCharts XT 3.3.3 release date ?

    Hi Jonathan, Welcome to FusionCharts Forum. Try using "placeXAxisLabelsOnTop" using the latest version of PowerCharts to display the x-axis labels on top of the chart canvas. It works
  3. Hi, Apologies for the delay in response. Thanks for sharing the links. We have similar development in our cards already. We are working on it. You can expect some new features to improve the visualization in our upcoming release.
  4. Cylinder Printing

    Hey, This is a known issue with Chrome browser. Any SVG element with gradient are distorted during print(even in print preview). Hence,it is a browser limitation. Issue id https://code.google.com/p/chromium/issues/detail?id=99458 Hope this helps.
  5. Hi, Welcome to FusionCharts Forum Post. You can set the rendering mode of the charts through "setRenderer()" API using FusionCharts PHP class. $FC= new FusionCharts("Column3D, "350", "250"); $FC->setRenderer('javascript'); Please refer for more information at: http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/fusioncharts-php-class/Functions.html#osfunction Hope this helps.
  6. Multi-Axis & Zoom-Line

    Hi Alex, Welcome to FusionCharts Forum. No, we do not support Multi Axis line with Zooming/Pinning support.
  7. Cylinder Printing

    Hi, The Cylinder gauge is being displayed with fill colors while printing the demo gallery link page. Please find the attached screenshot using FireFox browser. Can you please attach your results for further testing?
  8. Hey, No, it is not possible to add hyperlink to the data labels. As a suggestion, if it would suit your requirements you can try adding links to the data elements. FusionCharts XT suite support drilldown for data elements that is, in each chart type, the data plot of that chart (columns in Column Charts, Pie slices in Pie Charts etc.) can act as hot-spots for the chart. Drill down to open simple URLs or call JavaScript functions (present on same page) Please refer for more information at: http://docs.fusioncharts.com/charts/contents/DrillDown/Simple.html Hope this helps.
  9. Function documentation?

    Hey, Welcome to FusionCharts Forum. To know more about the parameters passed to renderChart(), please refer to the following link: http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/php/PHP_BasicExample.html#renderchartparams Hope this helps.
  10. Hey, Welcome to FusionCharts Forum. To hide the data plot and legend to display the series name in the disabled status while rendering a chart, try using "visible" attribute in the respective dateset element. This attributes works for JavaScript mode of rendering. Ref. Code: <dataset seriesName='Revenue' visible='0'> Hope this helps.
  11. bug with brLabel in HeatMap / javascript

    Hey, For JavaScript charts, passing bottom right label[brlabel] only does not display a label on the bottom-right corner of a data plot. We are looking into it. As a workaround, can you please try passing a null value for "bllabel" along with "brLabel" attribute. To set the label display mode for JavaScript charts, please try using "labelDisplay" attribute. Hope this helps.
  12. Line Chart Plotting Issue

    Hey, The issue has been resolved using the latest version of FusionCharts. The Flash and JavaScript renders similar when you have a single data point without adding any extra code. Download link: http://www.fusioncharts.com/download/trials/
  13. Dundas to Fusion

    Hi Kannan, Welcome to FusionCharts Forum. The charts you have mentioned can be created using FusionCharts/PowerCharts products. The charts Area 2D, Bar 2D, Bubble ,Column 2D/3D,Doughnut 2D/3D,Line 2D,Pie 2D/3D,Stacked Column 2D/3D, Stacked Bar 2D/3D and Stacked Area 2D chart are present in FusionCharts XT package. The charts Candlestick, Spline 2D,Spline Area 2D,Step Line and Heat map charts for Stock analysis are present in the package PowerCharts XT. For a complete list of charts available, you may refer the following links: http://docs.fusioncharts.com/charts/contents/Introduction/ChartList.html http://docs.fusioncharts.com/powercharts/Contents/Introduction/ChartList.html The XML/JSON data has to be in the specified format for the charts to render. For information on data formats, please refer : http://docs.fusioncharts.com/charts/contents/DataFormats/XML/Overview.html Also, FusionCharts renders charts in all the modern browsers like IE, FireFox,Chrome etc. For more detailed "Tech Specs", please refer to : http://www.fusioncharts.com/products/suite/tech-specs/ You may download the evaluation copy of the latest version of FusionCharts v3.3.1 SR2 from http://www.fusioncharts.com/download/trials/ and check it it would meet your requirements. The download package consist of sample code implementation. Download Package >> Code folder. Demo Gallery link consist of sample dashboard which you can test across different browsers. Link:http://www.fusioncharts.com/demos/ Hope this helps.
  14. Hi, Apologies for the delay. This issue would be fixed in our next release. We would update the thread once the fix has been officially released. Hope this helps.
  15. Hi, Try setting the following attributes to disable Submit/Restore/Add or edit items in Drag Node chart. <chart .......showFormBtn='0' viewMode='1' showRestoreBtn='0'> Hope this helps.
  16. Hi Rodrigo, Can you please drop a mail at "sales@fusioncharts.com" along with your Order ID?
  17. Hide Dataset In Chart By Default

    Hey Mike, With regards to upgrade, please drop a mail to "sales@fusioncharts.com".
  18. Fusion charts xt trial in chart

    Hey, "toolbarHAlign" attribute is not supported while rendering ZoomLine using FusionCharts XT v3.2.2. Please try using the latest version because Pin Mode feature for JavaScript charts has been introduced from FusionCharts XT v3.2.2- SR3. With regards to tooltip implementation for ZoomLine chart, there is no tooltip implementation. Instead, to enhance the performance of zoom line chart, cross-hair has been implemented, which will depict showValues as well as tooltip feature. Hope this helps.
  19. Tooltips Labels Radar Chart

    Hey, Apologies for the delay. Rendering a Radar chart in JavaScript mode, "showTooltipforWrappedLabels " attribute is not supported. We have a logged a bug for the same. We would update you further developments.