
Vishalika
Members-
Content count
301 -
Joined
-
Last visited
Everything posted by Vishalika
-
get the data of the chart and plot it again in another DIV
Vishalika replied to knives's topic in FusionCharts and PHP
Hi, To understand drill down and its functionality refer the following links: 1. http://www.fusioncharts.com/features/linkedcharts-for-drill-down/ 2. Documentation link: http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-setting-up-drill-down.html A sample JSFiddle created as per your requirement of Pie chart: http://jsfiddle.net/vishalika/pp7yzt8e/1/ Hope this helps. -
Hi, Can you please specify how you are adding the BOM stamp? Also, you necessarily need to use UTF-8 encoded XML for displaying multi-lingual characters in caption. If possible, send a scaled down sample so that we can help you out further? Awaiting response.
-
get the data of the chart and plot it again in another DIV
Vishalika replied to knives's topic in FusionCharts and PHP
Hi, The drill down feature can be done in Stacked Column chart and the linked chart can be made to render in another <div> container. Check out the JSFiddle link for the same: http://jsfiddle.net/vishalika/ru3zdcr1/2/ Hope this helps. -
disabling Thumbnails attributes not working using external json file as source of json data
Vishalika replied to knives's topic in FusionCharts and PHP
Hi, We are looking into it and will keep you posted regarding the issue. Hope this helps. -
disabling Thumbnails attributes not working using external json file as source of json data
Vishalika replied to knives's topic in FusionCharts and PHP
Hi, The issue has been replicated at our end. We are looking into it and will update you regarding it. It is occurring by passing the data via data URL method. We can suggest you to pass the data via Data String method. Hope this helps. -
Hi, To use multi-lingual characters on the chart, you need to use UTF-8 encoded XML with a BOM stamp within the first 3 bytes of the XML file. Refer this link for reference: http://docs.fusioncharts.com/tutorial-how-to-guides-using-special-characters-in-a-chart.html Hope this helps.
-
disabling Thumbnails attributes not working.......................
Vishalika replied to knives's topic in FusionCharts and PHP
Hi, Yes, you can send your file as an attachment or any drop box link so that we can replicate it from our end . Awaiting response. -
disabling Thumbnails attributes not working.......................
Vishalika replied to knives's topic in FusionCharts and PHP
Hi, Welcome to FusionCharts Forum. The thumbnail attributes are enabling/disabling at our end such as "showlegend":"0" in the clonedChart.setChartAttribute() function. You can check this sample link:http://jsfiddle.net/vishalika/k1qrhhfL/ Also, please elaborate your requirement of disabling the attributes so that we can replicate from our end and suggest you the solution. Awaiting response. -
Upgraded from 3.2.2 to 3.5 and export doesn't work
Vishalika replied to shashanks's topic in Installation and Upgrades
Hi, The issue is replicated at our end. We are looking into it. Will update you soon. -
Hi, When the label of Pie chart is long then the Pie chart will set its radius accordingly due to which the chart shrinks. As per your screenshot, we can suggested you to set the attribute "pieRadius" in the chart element of you XML/JSON file. After setting the attribute, there might be the label issue of wrapping with the <div> container which can be avoided by using break "{br}" in the label to be displayed. Hope this helps.
-
Upgraded from 3.2.2 to 3.5 and export doesn't work
Vishalika replied to shashanks's topic in Installation and Upgrades
Hi, The latest version of FusionCharts is v3.6. A sample JSFiddle of world map is shared: http://jsfiddle.net/vishalika/e57mb/3/ No export issue is faced. Can you please share your XML/JSON data so that we can replicate it from our end? Awaiting response. -
Hi, Welcome to FusionCharts Forum. Currently, there are no separate attributes for specific quadrant for formatting in Scatter Charts.
-
Hi, For upgrading from previous to latest release of FusionCharts, drop a mail at "[email protected]". You will get the required help from the department. Hope this helps.
-
Hi, The issue related with the Drag node chart is fixed in the latest release of FusionCharts v3.6. Please upgrade the version of FusionCharts v3.4/3.5 to the latest version, FusionCharts v3.6 . To avail this 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.
-
Hi, The issue has been replicated from our end. For some particular values in the chart type, it is showing the issue for this version. To resolve this issue you need to upgrade the version of FusionCharts to latest release v3.5.1. Download the Evaluation version of FusionCharts Suite XT v3.5.1, please visit the link: http://www.fusioncharts.com/download/ Hope this helps
-
Hi, Glad to know that your issue is resolved. In the upgraded version of FusionCharts v3.5.1,by setting the attribute "showValues":"1" when the attribute is "baseFontColor" : "#000000" , it is working at our end. Refer this JSFiddle link: http://jsfiddle.net/vishalika/LsSU9/8/ Hope this helps.
-
Hi, Can you please share a scaled down sample with your Ajax implementation part so that we can replicate it from our end? Also, try to upgrade the version of FusionCharts with the latest release of FusionCharts v3.5.1. To download the Evaluation version of FusionCharts Suite XT v3.5.1, please visit the link: http://www.fusioncharts.com/download/ Awaiting response.
- 5 replies
-
- overlap issue
- Ajax issue
-
(and 1 more)
Tagged with:
-
Hi, Using the dataplotClick event you can access only the parameters mentioned in this link: http://docs.fusioncharts.com/FusionCharts.events.html#event:dataplotClick The attributes related with each data point is not accessible. Hope this helps.
-
Angular Gauge set values beyond max to max limit
Vishalika replied to Sudha's topic in Miscellaneous
Hi, Welcome to FusionCharts Forum. In Angular Gauge, it is possible to set the dial value to the maximum limit when the value is beyond maximum limit using the FusionCharts API setData(). Syntax: setData(dialIndex, value) Description: This method sets the data for the given dial index on the chart. The first dial is represented by index 1, second by 2 and so on. Also, you can change the maximum limit value dynamically using FusionCharts API setChartAttribute() . Syntax: setChartAttribute(attributes, value) Description: Updates a chart's data attributes with the new attribute-value pair. In other words, it updates a chart's data definition root. A sample has been attached for the two possible cases suggested. Hope this helps. 16320.zip -
Hi, Welcome to FusionCharts Forum. FusionCharts Suite XT is a JavaScript library that runs on your desktop and mobile web browsers. Installation merely involves copying and pasting the JavaScript files from the download package into your project folder. After that, you can simply include the FusionCharts JavaScript library in your web applications and start building charts, gauges and maps. As per your query concerned, you can use MySQL database for rendering the charts. Can you please elaborate your issue more so that we can replicate it from our end? Which server side language are you using? What is the use case of your implementation? Also, you can contact us in this forum and send us your query at '[email protected]' Awaiting response.
-
Hi, Welcome to FusionCharts Forum. Yes, you can use any database but you have to implement it from your end. Hope this helps.
-
Jquery Plugin Missing from Download Package
Vishalika replied to Langonica's topic in FusionCharts v3 jQuery Plugin
Hi, Welcome to FusionCharts Forum. The jQuery plugin is not included in the latest package. You can download the file from this link: https://www.dropbox.com/s/frfqn88mzrv70cn/FusionCharts.jqueryplugin.js?dl=0 Hope this helps. -
Hi, As per your code, we are unable to replicate the issue from our end. It is working fine. Could you please specify you MVC details of CodeIgniter for rendering this code and the website details in which you are rendering this chart? Awaiting response.
-
Hi. We are unable to replicate this from our end. Could you please share the scaled down sample or the XML/JSON data of the chart? Awaiting response.
-
Hi, Glad to know that your issue is resolved. Happy FusionCharting!!!