
anirbansarkar
Members-
Content count
40 -
Joined
-
Last visited
Everything posted by anirbansarkar
-
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
The name of the swf file is 'MSCombi2D' Thanks and regards!!! -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Hi, I have not yet been able to suppress the data values in the line chart. As per your suggestion I tried setting the showValues attribute to 0 in the <lineset> element but I feel that I am going wrong somewhere. In case of the bar chart I am using the undergiven code which is working fine: <code> $FC->addDataset($row_fin_yr_desc['fin_desc'],'showValues=0'); </code> Following the above concept, I tried the following in case of line chart which however is not working: <code> $FC->addDataset($last_1_fin_yr_desc,"renderAs=Line",'showValues=0'); </code> Where am I going wrong? Any help will be appreciated. Thanks and regards!!! -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
That's GR8!!! Thanks a ton, once again!!! -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Hi, I am having problems when generating a pie chart with links. I have generated the pie chart and want to make every individual slice a link which in turn will redirect me to another page. Please refer to the function getPoDueXML in the attached file. The problem which I am facing is that the chart is not getting generated and it is showing 'Invalid XML data'. Also having problems regarding the suppressing of data values in the line chart which I had posted earlier. Thanks and regards!!! ChartGen.zip -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Many thanks once again!!! I have been able to suppress the data values in the bar chart by using the dataset attribute showValues to 0. However the same is not happening in case of line chart. I am using the following code: <CODE> $FC_bbgs->addDataset($last_1_fin_yr_desc,"renderAs=Line","showValues=0"); </CODE> Where am I going wrong? Thanks and regards!!! -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Many thanks once again!!! I have been able to plot the 2D graph with the .swf file provided. Is there any way by which I can suppress the values appearing against every plot points? Thanks and regards. -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Many thanks once again. But from where will I get the required .swf file. I do not have it with me. At the same time, I need to plot the data points in the line chart. What do I need to do for that? Thanks and regards!!! -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Hi, I have plotted a combination chart using 3 financial years - one bar chart series and two line chart series. The chart is appearing as per my requirement. The only thing which I require is that the chart should be a normal acombination chart and not a 3D one. I have used the 'MSCombi3D' chart type. What do I actually need to use? Any help will be highly appreciated. Regards, Anirban Sarkar -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Thanks once again!!! Just a query - Hope I can add another line series to the existing combination chart if I want to chart a 3 year comparison data, i.e - combination of one bar chart and two line charts to chart the data of 3 financial years. Regards. -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Thanks a ton !!! -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Many thanks for your response. I am attaching a zip file with the required contents. Regards!!! chart.zip -
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Thanks. I am doing it on the lines of sample.zip with modifications as per my requirement. The first series is showing in bar but the second series in line is still not appearing. However, no errors are also being shown!! ?? -
Hi, I have created a bar chart using FusionCharts. My environment is PHP + Mysql. My requirement is that I want to click on a bar of the chart and open a detailed bar chart representing the single bar on which I clicked. I know this can be done using Fusion charts but cannot find the way out to do it. Can anyone kindly help. Thanking in advance. Regards.
-
Many thanks. The links were very helpful.
-
Combination of bar and line chart
anirbansarkar replied to anirbansarkar's topic in FusionCharts and PHP
Many thanks for the reply. I tried executing the code with modifications as per my requirement but I cannot get rid of a syntax error in the line <code> $datasetParamArray=["renderAs=Line']; </code> The syntax error is : Parse error: syntax error, unexpected '[' in <line and page details> Kindly help!!!