Vishalika

Members
  • Content count

    301
  • Joined

  • Last visited

Everything posted by Vishalika

  1. Hi, Welcome to FusionCharts Forum. In Multi Axis line chart since there is no primary and secondary axis. All the Y-axis data fall under the <axis> element, so the minimum and maximum values for the multiple y-axis cannot be set. Hope this helps.
  2. Hi, Glad to know that your issue is resolved. Happy FusionCharting!!
  3. 2D Donut Center Label

    Hi, To avail the latest release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ Or download the Evaluation version of FusionCharts Suite XT v3.6, please visit the link: http://www.fusioncharts.com/download/ Hope this helps.
  4. Hi, Welcome to FusionCharts Forum. To render the world map with countries, you just need to provide the JavScript alias name instead of .swf file path in the FusionCharts constructor. Refer this JSFiddle for the same: http://jsfiddle.net/vishalika/by5cc/5/ Hope this helps.
  5. single line chart with dual y axis

    Hi, The above requirement mentioned cannot be done since there are two data plots against Y-axis, one is primary and the other is secondary. The points are plotted accordingly. You can use Combination charts to render the dual Y-axis chart in FusionCharts v3.6 Refer this sample JSFiddle for the same: http://jsfiddle.net/vishalika/S52bN/40/ Hope this helps.
  6. Multiple x-axis labels

    Hi Sameer, Placing two different X-axis label using 'mscolumn2d' chart can be done using the Unicode character value for white space (\u00a0) in category element of each label. Refer this JSFiddle for the same: http://jsfiddle.net/vishalika/6Pkt2/16/ Hope this helps.
  7. GANNT CHART

    Hi, In particular there is no attribute to increase the row size. But it will increase as per your text included in the row. Suppose if you are breaking the text in two lines then the row will increase its dimensions as required. Hope this helps.
  8. Animation time in multi-series charts

    Hi, Welcome to FusionCharts Forum. Animation has been deprecated from FusionCharts v3.4. No support has been provided to animation since.
  9. Line chart width issues (specifically in IE9 and IE10)

    Hi, Can you please share the scaled down sample from your end so that we can help you out further? Awaiting response.
  10. 2D Donut Center Label

    Hi, In FusionChartsv3.6, it is possible to display the label as required. Refer this JSFiddle for the same: http://jsfiddle.net/vishalika/wYj95/128/ Hope this helps.
  11. Hi, As per your questions, the following are the suggestions: 1. Can I add text label for color range as Linear gauge? >>You can add text label by using the attribute "lowerlimitdisplay" and "upperlimitdisplay" in the chart element of your JSON data. 2. Can I change font color for dial value and trendpoint value? >> You can change font color for the dial value by setting "valueFontColor" in the dial element of your JSON data. But the color of Trend point value cannot be change. Refer this documentation for help: http://docs.fusioncharts.com/tutorial-gauge-and-widgets-guide-angular-gauge-configuring-dials.html Hope this helps.
  12. Hi, You can customize your tool tip as required using the attribute "plottooltext" in the latest version of FusionCharts v3.6. The version of FusionCharts which you are using does not support this attribute. Refer this JSFiddle for the same: http://jsfiddle.net/vishalika/nbHLm/18/ Hope this helps.
  13. GANNT CHART

    Hi, Welcome to FusionCharts Forum. It is not possible to export Gannt Chart in Excel file. You can export FusionCharts in .PNG, .JPG, .PDF and .SVG formats. Hope this helps.
  14. Long labels in pie 3D charts

    Hi, We will update you regarding the issue.
  15. Hi, As per your sample and data it seems that you are using a single table for retrieving the minvalue ,maxvalue and dial value. Please refer to the sample shared from our end of Angular Gauge and try to create two tables. One for minvalue and maxvalue and the other for dialvalue. Hope this helps.
  16. Long labels in pie 3D charts

    Hi, Welcome to FusionCharts forum. As per your query, the following are the suggestions: 1. Is it possible to get labels truncated with ellipses? >>This issue has been replicated and we are looking into it and will update you soon. 2. Is it possible to keep the label text left aligned, even if the label is displayed on the left side of the pie? >> No, it is not possible. 3. Is it possible to show tooltips with the complete text for truncated labels? >> It is related with the issue 1 so this will be informed to you as we will solve it. 4. Is it possible to wrap some lables, if there is enough space for multiple lines? >> Two types of label management cannot be done on single chart so this cannot be done. Hope this helps.
  17. Line chart width issues (specifically in IE9 and IE10)

    Hi, Welcome to FusionCharts Forum. Try setting this style to your sample: <style> html, body { height: 100%; width: 100%; } div { height: 100%; width: 100%; } </style> Hope this helps.
  18. Hi, As per your questions, the following are the suggestions offered from our end: 1. What is the difference between FC_SetDataFormat() from lates example and json_encode() from tutorial topic:Creating Charts with Data from a Database ? >> The function FC_SetDataFormat() is to set the value to json. Default is XML .You need to call this function each time before you call renderChart () function. And the json_encode() function converts a PHP value into a JSON value. For example, from a PHP array, it can create a JSON representation of that array. 2. How many maximum of chart in same page on the trial version? (My project is multi KPI gauge in same page.) >>There is no max limit of charts to be rendered in a single page either using Trial or Licensed version. Based on how many number of charts to be rendered, individual div container should be created. Hope this helps.
  19. Hi, The sample contains how JSON data is used in PHP+MySQL sample. If you require any further assistance do let us know.
  20. Output Chart as Image via API

    Hi, Welcome to FusionCharts Forum. You can try setting the attribute "exportAction":"save" in the chart element of your XML/JSON data. And as a suggestion, the scenario you have mentioned can be done via Inkscape and ImageMagick in PHP. You can set up a private export server in PHP. Refer this link for the same: http://docs.fusioncharts.com/tutorial-interactivity-exporting-as-image-and-pdf-setup-private-export-server-php.html Also, please confirm if you are using ASP.NET for rendering and exporting of charts. Awaiting response.
  21. Hi, A sample of JSON data using PHP-MySQL has been shared. Refer this link for the same: https://www.dropbox.com/sh/mtegxolyaivxy2d/AAA39PLz0HMGALxPAAZf8FHNa?dl=0 Hope this helps.
  22. Hi, Welcome to FusionCharts Forum. Angular Gauge can be created using PHP-MySQL. For your reference a sample has been created. You can refer this sample from this dropbox link: https://www.dropbox.com/s/duo8fiatfwcpj03/AngularGauge.zip?dl=0 Hope this helps.
  23. Hi, As per your queries, the following are the suggestions: 1. show x-axis and y-axis tick marks - as shown in target chart >> The tick marks cannot be shown in FusionCharts v3.6. 2. show vertical lines seperating the datas - as shown in target chart >> In Fusioncharts v3.6, vertical div lines are applicable only to line, area, spline, splineArea, and XY type charts. Since it is a combination chart so vertical lines cannot be applied. 3. make the x-axis and y-axis lines thicker >> No attribute to represent the x-axis and y-axis line thicker. 4. remove the % sign in line graph - as shown in target chart - as shown in target chart >> Try removing the attribute "sNumberSuffix": "%" from the chart element of the JSON data. 5. i cannot predict the values of good sockets and total socket my chart primary y-axis has no allowance it doesn't look good how can i give ample allowance to the primary y-axis - as shown in target chart >>The allowance values can be plotted against primary Y-axis as another series name in the data set. Hope this helps.
  24. Hi, Welcome to FusionCharts mail. Due to technology difference you are facing these changes in terms of background and rotation. Since Flash component and JavaScript, both has its own limitation so rendering chart in JavaScript will differentiate as compared with Flash for some elements. Hope this helps.
  25. Chinese characters not displaying

    Hi, Try replacing the caption characters with the main Chinese language characters. Since from our end no issue has been replicated.