Dhruva
Members-
Content count
448 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dhruva
-
In column3D, please try using the use3DLighting in the chart element as follows:
-
Hello MPLKM, Welcome to the forum. The code has to be set manually, and in the HTML body. This is what it should generally look like:
-
problem to shows all legends in multiseries chart
Dhruva replied to ivan.perez's topic in General usage
Hello Ivan, Could you please upgrade to the v3.1 of FusionCharts and try again? It might resolve the issue where charts are not being displayed. -
Hello shajeerkt, Please check this link for a possible solution: http://www.fusioncharts.com/forum/FindPost12823.aspx
-
Hello shajeerkt, Please check this link for a possible solution: http://www.fusioncharts.com/forum/FindPost12823.aspx
-
I'm afraid, the StackedColumn2D and the StackedColumn3D are separate charts, and at the time we have no feature to convert one into the other.
-
Hello siconed, You might have forgotten to attach the XML file, because it doesn not seem to be available. To use the displayValue attribute, please update your chart to v3.1 and try once more. It is a free upgrade, available at http://www.fusioncharts.com/PUC
-
Hello Kris, I'm afraid this feature is not available as of now. However it will be implemented in the next release.
-
You're most welcome! We will certainly keep your suggestion in mind for the next release!
-
Hello ZM, For the link to work, please remove the labelDisplay='Rotate' attribute from the <chart> element. Also, please remove the # symbol from the hex colour codes. For eg., it should be <set value="50" color="018D55"/>, instead of <set value="50" color="#018D55"/>. Hope this helps.
-
how can I search all the properties of the charts
Dhruva replied to starinsky's topic in FusionCharts and ASP
Hello starinsky, Please go to http://www.fusioncharts.com, where you will find extensive documentation for the same. -
The valueOnRight attribute shifts the display value string to the right, it does not display the numerical value of the trendline itself. To display the numerical value of the trendline, you will have to manually put the value in the displayValue attribute (Which, I presume, you were doing initially). However, there is a way to force a carriage return within the string. To do that, one must use <styles>. Styles has to be added into the XML within the <chart></chart> tags. The general format for using styles in this case should be something like this: And then, the displayValue string should be modified thus: (Here, Target is the label, and the numerical value is 30000.) This should solve the problem. Especially if you also move this to the right (using valueOnRight) it should result in a much better viewing clarity. I hope this will help. We look forward to hearing from you.
-
You're welcome!
-
Hello barado43, In addition to putting value and label as displayValue, please try using the valueOnRight attribute for the <line> element in the XML. The general format would be as follows: Please let us know if this solves your problem, or feel free to get back to us for further assistance.
-
How to set data seris colors as dark colors by defualt
Dhruva replied to Dhruva's topic in XML Issue
Hello sesi, If you do not want to customize every element of the data plot/legend, you can choose to use the paletteColors attribute for the <chart> element. I quote from the relevant section of the documentaion: I hope this helps! We look forward to hearing from you. -
Using connectNullData on a single line in a combination chart
Dhruva replied to Dhruva's topic in General usage
Hello Kenny, Welcome to the forum Currently, this feature is not available. Thanks. -
You're welcome!
-
Hello uberalles, To avoid the first two labels, simply use the showLabel attribute. Set it to 0 to hide the label/s in question. The XML should look something like this: Optionally, you could omit the label name, like this:
-
Hello jesse.martinez, There is in fact a very easy and convenient way to make the Gantt task bars clickable. To do that, you must link the JavaScript function to the task bar/s. The xml format for doing this is as follows: (Here, myJS is the function name of a JavaScript function, and Hello is the parameter.) I hope this helps you. For more information, please follow this link: http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html We hope to hear from you soon!
-
Hello MaxMer, Welcome to the forum! Unfortunately, this feature is not supported as of now.
-
getChartFromId(chartId).setDataXML on chart in hidden div
Dhruva replied to shamasis's topic in Javascript Problems
Hello lkelly, Ordinarily, the chart gets re-rendered automatically once the div is made visible. However, problems might arise if the chart is made invisible by any process which removes the internal HTML. Once you get the empty area with no chart, please right click on it and see if you see a message 'Movie not loaded.' in the context menu. If you could send us the code you are using, it would be helpful. Also, since you mention using a JavaScript tooltip, could you please elaborate on the code which you are using for the same? It would be much easier to track down the issue, then. We look forward to hearing from you. Thank you. -
Hello, Thank you for your interest in FusionWidgets. To remove the evaluation logo, you need to purchase the licensed version of FusionWidgets. Please find additional information for licensing at: http://www.fusioncharts.com/widgets/License.asp