-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Help creating Stacked Bar chart with JSP, Java and DB data
Ayan Bhadury replied to spoclate's topic in FusionCharts and JSP
Hi, Thanks for replying back. Please check the following 1- Whether the database connectivity is properly made, and check whether you are able to fetch the required data using the sql query which you are using 2- Please check the whether you are able to restructure your data in fusioncharts datasource format in order to render it in the browser. Please share your observations. -
Help creating Stacked Bar chart with JSP, Java and DB data
Ayan Bhadury replied to spoclate's topic in FusionCharts and JSP
Hi, Thanks for replying back. Please check whether you are retrieving the data correctly or not. It seems like the category object is not generating properly. Please provide us your sql files so that we can investigate at our end. -
Help creating Stacked Bar chart with JSP, Java and DB data
Ayan Bhadury replied to spoclate's topic in FusionCharts and JSP
Hi, For implementing stacked bar chart in JSP using mysql database, please check this demo (also attached the sql file) example from the given dropbox link - https://www.dropbox.com/s/igei6jr3mto0amu/stacked-bar-db.zip?dl=0 -
Hi, The issue has been logged internally, thanks for spotting it out. We will let you know once it is fixed, sorry for the inconvenience.
-
Hi, Glad to know that you got the solution. We have checked your implementation, and this can be also done as a workaround.
-
Hi, Unfortunately, there is no way to set thickness of the little stick out of each candle. However you can change the candle to line and increase its thickness using "plotLineThickness" attribute at the chart level. Please refer this sample fiddle http://jsfiddle.net/ayanbhaduryfc/fqfnj5vp/
-
Hi, FusionCharts renders Pie charts in anti clockwise directions, however you can use "animationClockwise" attribute and enable it to "1" to rotate in clockwise direction, also you can change the "startingAngle" to change the starting angle. For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/ezt0xx7q/
-
Welcome.
-
Hi, To set line's thickness you can use "lineThickness" attribute at the chart level and set it as the number of pixels required. Also if you want to change it dynamically you can use FusionCharts setChartAttribute api method and set the line thickness. For details regarding setChartAttribute please refer this link http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#setChartAttribute For further reference please check this sample fiddle link using setChartAttribute api method http://jsfiddle.net/ayanbhaduryfc/fboruqhb/
-
Angular-FusionCharts: Setting showLabels=0 does not remove the labels from a horizontal bar chart
Ayan Bhadury replied to evan.macgregor's topic in Bug Reports
Hi, This is to notify you that the problem you are facing has been fixed, with our latest version i.e. 3.12.0. Please upgrade to the latest version to see the changes. -
Hi, The issue has been logged internally, thanks for spotting it out. We will let you know once it is fixed, sorry for the inconvenience.
- 3 replies
-
- Zoom Scatter
- Error
-
(and 2 more)
Tagged with:
-
Hi, We checked the scenario from our end and checked that the tick marks are getting same on both the charts, to get the same number of tick marks on both gauge you can specify the number using "majorTMNumber" attribute and set it to "6", also please set "autoAlignTickValues" attribute to 0. For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/9mLLwhhx/ If still you are facing any problem you can modify the above sample fiddle with your own data source and send back to us.
-
Error : Pie chart's pie color is not shown
Ayan Bhadury replied to Rama Rao's topic in General usage
Hi, Please check whether you have included the library files of FusionCharts or not also check whether you are using the latest version of FusionCharts i.e. 3.11.3 or not. We have checked it from our end in firefox and is working fine from our end. For further details you take take this sample fiddle link as reference http://jsfiddle.net/fusioncharts/hLhjhft8/ A sample screenshot is attached below -
Controlling the background color of the svg element
Ayan Bhadury replied to maykumar's topic in Suggestions & Requests
Hi, You cannot access the background svg element natively, however you can use "bgcolor" to change its background color and to remove the background color i.e. to make it transparent you can use "containerbackgroundopacity" at constructor level. For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/4zLd2xj1/ -
bgimage cropping on 3D charts in Edge and IE
Ayan Bhadury replied to thomaspooler4's topic in Bug Reports
Hi, Thanks for replying back. We checked the source code you provided ,in the .xml file you have used <styles>, <definition> tags which are deprecated now, please follow the latest xml structure of FusionCharts. Please refer this documentation link for further reference. Also include a sample for bgImage and supply image via https://postimage.org/ or http://imgur.com/ and post the answer. -
Restrictions on lowerLimitDisplay and upperLimitDisplay labels
Ayan Bhadury replied to maykumar's topic in General usage
Hi, As of now we cannot commit an exact date when this will be fixed, but it is expected to be done by the end of second quarter. We will notify you once it is fixed. -
Restrictions on lowerLimitDisplay and upperLimitDisplay labels
Ayan Bhadury replied to maykumar's topic in General usage
Hi, There is a bug when "upperLimitDisplay" is given three letter words all are in uppercase, thanks for spotting it out, we have already reported this to the engineering team, we will notify you once it is fixed. However, for a workaround you can either use a 4 letter words or you can provide a blank space after the word and test it. -
bgimage cropping on 3D charts in Edge and IE
Ayan Bhadury replied to thomaspooler4's topic in Bug Reports
Hi, Thanks for replying back. Please feel free to get in touch anytime. -
Bold value does not apply to YAxis in styling
Ayan Bhadury replied to thomaspooler4's topic in Bug Reports
Hi, Thanks for replying back. Natively It is not possible to only specify y-axis scale values as bold. Only workaround will be that you specify `baseFont` or `outCnvBaseFont` with font that will visualize as bold. You can refer the above JSFiddle which we have provided earlier for reference. -
Welcome.
-
Bold value does not apply to YAxis in styling
Ayan Bhadury replied to thomaspooler4's topic in Bug Reports
Hi, The STYLE element has been deprecated. Customization is now possible through chart attributes. Please upgrade to the latest version of FusionCharts i.e. (3.11.3) For downloading the latest version please refer here. You can explore how the charts are configured with different attribute in this link http://www.fusioncharts.com/javascript-chart-fiddles/ For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/L2jdzss3/ -
Hi, Yes from version 3.4 the "SSGRID" chart follows the feature of a single serires chart. So if you set "caption" attribute it will be visible on your chart both for json and xml data formats. For further reference regarding Caption and Sub-Caption please refer this documentation - http://www.fusioncharts.com/dev/basic-chart-configurations/titles-and-axis-names.html
-
Positioning Back Or Export Buttons In Drill Down Charts
Ayan Bhadury replied to sbatta's topic in FusionCharts DOM
Hi, Yes the attribute "toolbarHalign" is working at our end. Please upgrade your FusionCharts to the latest version if you are facing problem. For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/km6fzvtz/1/ -
Rescale Y-axis after clicking on a legend to hide the corresponding dataset serie(s)
Ayan Bhadury replied to DraganR's topic in Suggestions & Requests
Hi, Yes, you can automatically re-scale Y-axis after clicking on a legend to hide the corresponding dataset series by setting "transposeAxis" attribute to "1" For further reference please check this fiddle link http://jsfiddle.net/ayanbhaduryfc/nvfvv0wm/ -
Hi, SSGrid chart used to render in flash before 3.4 which is deprecated now, from 3.4 FusionCharts renders in pure javascript. It has been ported from flash architecture to JS architecture but no active development is being done for this chart type. Also please note "ssgrid" chart follows the same features of a single series chart.