-
Content count
350 -
Joined
-
Last visited
Everything posted by Moonmi Sonowal
-
Hi, The latest version of FusionCharts i.e Version 3.4.0 supports the possibility of specifying the color of individual data point through set element. We suggest you to upgrade to the latest version of FusionCharts 3.4 and avail the possibilities. With the provided data the below fiddle has been created where the individual data points are colored. http://jsfiddle.net/moonmi/m3rd8ste/ Thanks.
-
fusion charts xt - does it have a feature of filtering the data
Moonmi Sonowal replied to tgupta1983's topic in General usage
Hi, Welcome to FusionCharts Forum Post. Fusioncharts doesnot support data filtering to plot only a section of the data. However, you can use external drop-down and update the data from time to time as per your selection in the same chart but this has to be done at your end as per your requirement. Thanks. -
Glad that your issue is resolved.
-
Horizontal Grid - Line Chart - Alternate Color Missing
Moonmi Sonowal replied to Bharat Patel's topic in FusionCharts and ASP.NET
Hi Bharat, Glad that your issue is resolved Thanks.- 3 replies
-
- Line chart
- showAlternateHGridColor
-
(and 1 more)
Tagged with:
-
Hi Surjay, Welcome to fusioncharts forum post. To hide only the secondary Y-axis values from the chart please do make use of the attributes "showDivLineSecondaryValue" and "showSecondaryLimits" in the chart element and set both the values to 0. A demo fiddle is created using the above attributes. http://jsfiddle.net/moonmi/jsr8eLzm/2/ Hope this helps.
-
Horizontal Grid - Line Chart - Alternate Color Missing
Moonmi Sonowal replied to Bharat Patel's topic in FusionCharts and ASP.NET
Hi Bharat, In your chart data please add the number of div lines required like for example "numdivlines": "4". In your provided data since it did not have the number of div lines provided the chart was unable to render the alternate grid colors. Below is a fiddle link with the data sample provided by you where "numdivlines": "4" is used. http://jsfiddle.net/moonmi/5pd8Lkp9/ Hope this helps.- 3 replies
-
- Line chart
- showAlternateHGridColor
-
(and 1 more)
Tagged with:
-
Exporting Chart error server directory does not exist
Moonmi Sonowal replied to chanda shirisha's topic in FusionCharts and PHP
Hi, The latest downloadable version of FusionCharts contains only the required JavaScript library files to be used to render charts. Since Flash charts has been deprecated, the folder structure has been modified. Thanks. -
Hey, If you are rendering ZoomLine chart in JavaScript mode, the cross-hair has been implemented, which will depict showValues exactly as mentioned in the dataset value attribute in the chart in order to improve the performance and hence does not support toolText attribute. Thanks.
-
Angular gauge charts is not rendering properly (css issue?)
Moonmi Sonowal replied to kalpit's topic in FusionCharts and PHP
Hi Kalpit, We are unable to replicate the issue. Could you please attach the sample XML/JSON so that the issue can also be checked at our end. Thanks. -
Hi, Welcome to FusionCharts forum post. The "linedashed" is supported in line charts of FusionCharts Suite. Below is fiddle link where "lineDashed" is used in the chart element and set to 1 which renders a MSline chart with dashed lines. Also, you can make use of the "dashed" and set it to 0 in any of the data set which you want to be render just as a line. And please make sure you are using the upgraded version of FusionCharts suite. http://jsfiddle.net/moonmi/jktwgk8b/ Hope it helps.
-
Hi, The labels in the legend when too long or if you have a lot of items in legend (i.e., a lot of data-series) and not enough space on the chart, the legend automatically shows up the scroll bar. We tried and replicated a sample with the chart XML provided by you(screenshot attached). The chart is rendered with decreased width and long legend labels automatically shows a scroll bar. Could you let us know the version used at your end ?
-
Charting Data Values Overlapping Problem
Moonmi Sonowal replied to KK_Ketan's topic in Javascript Problems
Hi, Well if you want to display value and not want them to overlap in a scatter chart then you will have to increase the chart dimension in order to increase the distance between two data plots of the scatter chart. Thanks. -
-
Hi, To set the labels on right side of the chart you can always make use of the text annotations and set the text align with respect to x and y axis of the chart. Below is a link of a fiddle which will let you understand of how to use text annotations. http://jsfiddle.net/moonmi/TNcWm/5/ Thanks.
-
Hi, 1) Is there a way to specifically choose the y-axis increments? I understand I can change the number of dividers. However the math isn't adding up on some of them. For instance, they have one chart with a y-axis range of 0 to 30. They'd like the increments to be 0, 5, 10, 15, 20, 25, 30. I can only get it to be 0, 6, 12, 18, 24, 30. >> This can be achieve by setting number of divisional lines. To achieve, you need to disable automatic adjustment of divisional lines using adjustDiv='0' and specify the y-axis upper and lower limits using the yAxisMaxValue and yAxisMinValue attributes respectively. <chart adjustDiv="0" yAxisMaxValue = "30" numDivLines ="6"......> 2) Also, their stacked column charts go to 110%. They were told previously it couldn't be fixed. When I specify the maximum to be 100%, it hides the top label (110%), but the y-axis increments are still 0, 22%, 44%, 66%, 88%...implying that the chart goes to 110%. >> Could you please share your XML/ JSON data.
-
Hi, The XML at our end works totally fine with FusionCharts 3.4. The data was tested in Chrome as well as in Internet Explorer 11. Below is a screenshot of your XML data rendered in browser. Please find the attachments. Thanks. 16066.zip
-
Hi tutibordoloi, You can get the range selected on the zoom line chart with the getViewStartIndex() and the getViewEndIndex() functions which will allow you retrieve the start and end index value of the chart . The functions will return the index value as numbers of data from subset currently in view. Do go through the following link for more zoomline JavaScript API. http://docs.fusioncharts.com/charts/contents/JavaScript/API/SpecialCharts/ZoomLine_JSAPI.html. Thanks.
-
Hi, The usual reason for "No data to display" message is either your XML data doesn't contain any data. Which means that your XML contains just <chart> and <dataset> tags without any data inside them. Or you might be using a single-series chart SWF and providing data in multi-series format or vice-versa. In this case too, you'll get a "No data to display" message. For basic troubleshooting please go through the link below. http://docs.fusioncharts.com/charts/contents/Debug/Basic.html Thanks.
-
Showing percentage of a value of y-axis on bar
Moonmi Sonowal replied to maddy4635's topic in Javascript Problems
Hi maddy, If you are using barcharts, you can always show the y-axis values in percentage on the bar itself by adding the attribute "displayValue" the data element and display the data value accordingly. Thanks -
Charting Data Values Overlapping Problem
Moonmi Sonowal replied to KK_Ketan's topic in Javascript Problems
Hi, Usually when we use scatter chart, there is this possibility that labels on the chart with adjacent values overlaps each other. So, we would suggest you to use the "showValue" and set it to 0 . You can also use "toolText" attribute if you want to display more information for the data item as tool tip. Thanks -
Hi, For the type of drill down you want you can refer the following link. http://docs.fusioncharts.com/charts/contents/index.html?JavaScript/JS_LinkedCharts.html#prettyphoto. Thanks
-
Hi, The usual reasons for “No data to display” message is either XML/JSON data doesn’t contain any data to be plotted on the chart. Your XML just contains the <chart></chart> without any data or for JSON just contains {“chart” : { } }. Could you please check your code if FusionChart component is created before the onclick() function of the button used. You can also send the code, so that we can check it at our end as well. Thanks
-
Showing data label with 100% Stacked Column
Moonmi Sonowal replied to abdfahim's topic in General usage
Glad that your issue is resolved. -
Use Data URL Method in Fusion chart 3.4.x
Moonmi Sonowal replied to abdfahim's topic in General usage
Hi, The URL method in Version 3.4.x (with PHP) is not included in the documentation as of now. And of course the URL method functionality is not deprecated in the current version. It can be used similarly as was used in the previous versions. For reference you can go through the link below for FusionCharts URL methods. http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/php/PHP_BasicExample.html As for using id to a chart, you can use any preferred id for your choice. Just make sure that if you are using multiple charts in the same HTML page, each chart should have a unique id and should not start the ID with a numerical value, nor use space as part of the id. Thanks. -
Fushion chart drill down facebox/fancybox
Moonmi Sonowal replied to Julhas Sujan's topic in FusionCharts and PHP
Hi Julhas, The set element in FusionCarts is predefined for a set of attributes like label, value, color,link etc. But it does not support "id" attribute as you are using inside the <set> element. Well if you want to use a popup or something like facebox then we suggest you to go through the following link below for a similar implementation. http://docs.fusioncharts.com/charts/Code/JavaScript/Basics/UsingLinkedCharts/ExtJs.html Thanks.- 2 replies
-
- drilldown facebox
- chirt drilldown
-
(and 1 more)
Tagged with: